Searched refs:tmp (Results 1 - 25 of 708) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dsynth_filter.h8 { tmp = *(int*) & A - 0x4B7F8000; \
9 if ( tmp != (short)tmp ) \
10 tmp = (tmp>>31) ^ 0x7FFF, clips++; \
11 B = (short) tmp; \
/haiku-fatelf/src/bin/debug/strace/
H A DContext.cpp18 char tmp[32]; local
23 snprintf(tmp, sizeof(tmp), "%" B_PRId64, value);
24 return tmp;
29 snprintf(tmp, sizeof(tmp), "0x%" B_PRIx64, value);
34 int len = strlen(tmp);
41 tmp[--offset] = 'x';
42 tmp[--offset] = '0';
45 return tmp
51 char tmp[32]; local
59 char tmp[32]; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dutils.c17 uint32 tmp; local
19 for( res = 0, tmp = x ; tmp > 1 ; ++res )
20 tmp >>= 1;
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtst-wcstof.c13 wchar_t tmp[3]; local
14 tmp[0] = '8';
15 tmp[1] = '1';
16 tmp[2] = 0;
18 snprintf(buf, 100, "%S = %f", tmp, wcstof(tmp, NULL));
/haiku-fatelf/src/add-ons/translators/exr/openexr/iex/
H A DIexThrowErrnoExc.cpp55 std::string tmp (text);
58 while (-1 != (pos = tmp.find ("%T")))
59 tmp.replace (pos, 2, entext, strlen (entext));
65 throw EpermExc (tmp);
70 throw EnoentExc (tmp);
75 throw EsrchExc (tmp);
80 throw EintrExc (tmp);
85 throw EioExc (tmp);
90 throw EnxioExc (tmp);
95 throw E2bigExc (tmp);
[all...]
/haiku-fatelf/docs/apps/mail/Mass Mailing Tips/
H A DValidatePeopleEmails.sh9 query -a 'META:email==*' | xargs catattr META:email >/tmp/PeopleListTemp
11 cat /tmp/PeopleListTemp | while read LINE; do
27 sed 's/ $/<--Blanks at the end of the e-mail, BAD!/' </tmp/PeopleListTemp >/tmp/PeopleListOut
28 sed 's/: string :<--Blanks at the end/No e-mail/' </tmp/PeopleListOut >/tmp/PeopleListBlanked
29 grep "Blanks at the end" /tmp/PeopleListBlanked
H A DMailToTemplate15 sed "s/NAME/$Name/g" <TemplateLetter.txt >/tmp/stage1
16 sed "s/EMAIL/$EMail/g" </tmp/stage1 >/tmp/stage2
17 sed "s/COMPANY/$Company/g" </tmp/stage2 >/tmp/stage3
18 mail -v -s "Test Message to $Name" "$EMail" </tmp/stage3
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfCompressionAttribute.cpp61 unsigned char tmp = _value; local
62 Xdr::write <StreamIO> (os, tmp);
70 unsigned char tmp; local
71 Xdr::read <StreamIO> (is, tmp);
72 _value = Compression (tmp);
H A DImfEnvmapAttribute.cpp60 unsigned char tmp = _value; local
61 Xdr::write <StreamIO> (os, tmp);
69 unsigned char tmp; local
70 Xdr::read <StreamIO> (is, tmp);
71 _value = Envmap (tmp);
H A DImfLineOrderAttribute.cpp62 unsigned char tmp = _value; local
63 Xdr::write <StreamIO> (os, tmp);
71 unsigned char tmp; local
72 Xdr::read <StreamIO> (is, tmp);
73 _value = LineOrder (tmp);
H A DImfKeyCodeAttribute.cpp73 int tmp; local
75 Xdr::read <StreamIO> (is, tmp);
76 _value.setFilmMfcCode (tmp);
78 Xdr::read <StreamIO> (is, tmp);
79 _value.setFilmType (tmp);
81 Xdr::read <StreamIO> (is, tmp);
82 _value.setPrefix (tmp);
84 Xdr::read <StreamIO> (is, tmp);
85 _value.setCount (tmp);
87 Xdr::read <StreamIO> (is, tmp);
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Delided.c45 char *tmp = strrchr(argv[0], '/'); local
47 if (tmp == NULL)
48 tmp = argv[0];
50 tmp++;
56 tmp);
/haiku-fatelf/src/system/libroot/posix/string/
H A Dstrcpy.c13 char *tmp = dest; local
17 return tmp;
H A Dstrcat.c13 char *tmp = dest; local
20 return tmp;
H A Dstrncat.c13 char *tmp = dest; local
26 return tmp;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D7-1.c16 int tmp; variable
20 tmp = pthread_equal(a,b);
/haiku-fatelf/src/bin/gdb/gdb/
H A Df-lang.c656 SAVED_F77_COMMON_PTR tmp;
674 tmp = allocate_saved_f77_common_node ();
679 tmp->name = xmalloc (strlen (name) + 1);
694 tmp->owning_function = xmalloc (strlen (local_copy_func_stab) + 1);
696 strcpy (tmp->owning_function, local_copy_func_stab);
698 strcpy (tmp->name, name);
699 tmp->offset = offset;
700 tmp->next = NULL;
701 tmp->entries = NULL;
702 tmp
783 SAVED_F77_COMMON_PTR tmp; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dbyteio.c27 int read = 0, tmp; local
33 while ((tmp = iostream->read(iostream->opaque, data+read, size-read)) > 0) {
34 read += tmp;
40 /* FIXME: should return tmp if any bytes were read, but the
43 return (tmp == 0) ? ASF_ERROR_EOF : ASF_ERROR_IO;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen.sh78 opinst) extrafile_args="-Q tmp-opinst.c1 $extrafile_args" ;;
85 rm -f tmp-desc.h tmp-desc.h1
86 rm -f tmp-desc.c tmp-desc.c1
87 rm -f tmp-opc.h tmp-opc.h1
88 rm -f tmp-opc.c tmp-opc.c1
89 rm -f tmp
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dhexdump.c40 unsigned char *mem, *tmp; local
62 for(i=0,tmp=mem; i < BYTES_PER_LINE && (offset+i) < size; i++,tmp++)
64 printf("%.2x", *tmp);
91 for(i=0,tmp=mem; i < BYTES_PER_LINE && (offset+i) < size; i++, tmp++)
92 if (isprint(*tmp))
93 printf("%c", *tmp);
100 mem = tmp;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_led.c30 uint16_t tmp; local
34 tmp = (polarity << 8) | brightness;
37 RT2860_REG_H2M_TOKEN_NO_INTR, tmp);
45 uint16_t tmp; local
47 tmp = (cmd << 8) | (sc->led_cntl & RT2860_EEPROM_LED_MODE_MASK);
50 RT2860_REG_H2M_TOKEN_NO_INTR, tmp);
/haiku-fatelf/src/preferences/screen/
H A DUtility.cpp11 int32 tmp = (int32)floor(n); local
12 return (float)tmp / (max);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_screen.c42 WINDOW tmp, *nwin; local
48 (void) fread(&tmp, sizeof(WINDOW), 1, filep);
52 if (tmp._flags & _ISPAD) {
53 nwin = newpad(tmp._maxy + 1, tmp._maxx + 1);
55 nwin = newwin(tmp._maxy + 1, tmp._maxx + 1, 0, 0);
64 nwin->_curx = tmp._curx;
65 nwin->_cury = tmp._cury;
66 nwin->_maxy = tmp
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dzfile9 tmp=/tmp/gz$$
22 tail +$skip "$i" | gzip -cd | dd count=1 >$tmp 2>/dev/null
23 file $tmp | sed "s|^$tmp|$i|"
27 rm -f $tmp
/haiku-fatelf/src/libs/print/libgutenprint/src/xml/escp2/mediasizes/
H A DMakefile.am32 -rm -f $@ $@.tmp
33 touch $@.tmp
34 for f in $(pkgxmldata_DATA) ; do echo $$f >> $@.tmp; done
35 mv $@.tmp $@
40 CLEANFILES = xmli18n-tmp.h xml-stamp xml-stamp.tmp

Completed in 212 milliseconds

1234567891011>>