Searched refs:hi (Results 1 - 25 of 95) sorted by relevance

1234

/haiku-fatelf/src/bin/coreutils/lib/
H A Du64.h31 # define u64hilo(hi, lo) ((u64) (((u64) (hi) << 32) + (lo)))
32 # define u64init(hi, lo) u64hilo (hi, lo)
48 typedef struct { uint32_t hi, lo; } u64; member in struct:__anon3354
49 # define u64init(hi, lo) { hi, lo }
51 typedef struct { uint32_t lo, hi; } u64; member in struct:__anon3355
52 # define u64init(hi, lo) { lo, hi }
58 u64hilo(uint32_t hi, uint32_t lo) argument
[all...]
/haiku-fatelf/headers/private/kernel/platform/openfirmware/
H A Dpci.h61 * phys.hi cell: npt000ss bbbbbbbb dddddfff rrrrrrrr
94 #define OFW_PCI_PHYS_HI_BUS(hi) \
95 (((hi) & OFW_PCI_PHYS_HI_BUSMASK) >> OFW_PCI_PHYS_HI_BUSSHIFT)
96 #define OFW_PCI_PHYS_HI_DEVICE(hi) \
97 (((hi) & OFW_PCI_PHYS_HI_DEVICEMASK) >> OFW_PCI_PHYS_HI_DEVICESHIFT)
98 #define OFW_PCI_PHYS_HI_FUNCTION(hi) \
99 (((hi) & OFW_PCI_PHYS_HI_FUNCTIONMASK) >> OFW_PCI_PHYS_HI_FUNCTIONSHIFT)
/haiku-fatelf/src/add-ons/translators/icns/libicns/
H A Dicns_debug.c52 int hi, lo; local
53 hi=(x>>8) & 0xff;
55 bin_print_byte(hi);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, argument
49 /* lo == hi is a useless empty region */
50 if (lo >= hi && hi != 0)
60 if ((lo >= n->lo && (lo < n->hi || n->hi == 0))
61 || (hi > n->lo && (hi <= n->hi || n->hi
99 CORE_ADDR hi; local
138 CORE_ADDR lo, hi; local
[all...]
H A Dmips-linux-nat.c39 || regno == mips_regnum (current_gdbarch)->hi
58 || regno == mips_regnum (current_gdbarch)->hi
H A Dmemattr.h77 CORE_ADDR hi; member in struct:mem_region
H A Dminsyms.c378 int hi; local
417 hi = objfile->minimal_symbol_count - 1;
427 hi index (the endpoint of the test interval) is less than
431 with the hi index is always the one we want when the interation
440 while (SYMBOL_VALUE_ADDRESS (&msymbol[hi]) > pc)
444 new = (lo + hi) / 2;
448 hi = new;
457 hi to point to the last one. That way we can find the
458 right symbol if it has an index greater than hi. */
459 while (hi < objfil
[all...]
H A Dmips-tdep.h59 int hi; /* Multiply/divide temp. */ member in struct:mips_regnum
H A Dmipsv4-nat.c58 regcache_raw_supply (current_regcache, mips_regnum (current_gdbarch)->hi,
92 if ((regno == -1) || (regno == mips_regnum (current_gdbarch)->hi))
93 *(regp + CXT_MDHI) = *(greg_t *) & deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)];
H A Dremote-vxmips.c83 hi 0x80
117 memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)],
182 &deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)],
H A Dirix5-nat.c70 regcache_raw_supply (current_regcache, mips_regnum (current_gdbarch)->hi,
108 || (regno == mips_regnum (current_gdbarch)->hi))
110 extract_signed_integer (&deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)],
111 register_size (current_gdbarch, mips_regnum (current_gdbarch)->hi));
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dkana.c246 WCHAR_T hi, lo;
254 hi = *h++;
256 if ( hi == 0x8e ) { /* hankaku katakana */
258 code = (hi<<8)|lo;
285 else if (hi == 0x8f) {
286 ADDCODE(z, maxzen, count, hi, 1);
289 } else if ( hi & 0x80 )
290 code = (hi<<8)|*h++;
292 if ( !(code = hiragana[hi]) )
293 code = hi;
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drand.c64 long hi, lo, x;
69 hi = *ctx / 127773;
71 x = 16807 * lo - 2836 * hi;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKkana.c208 unsigned short hi, lo; local
216 hi = *h++;
218 if ( hi == 0x8e ) { /* hankaku katakana */
220 code = (hi<<8)|lo;
247 else if (hi == 0x8f) {
248 ADDCODE(z, maxzen, count, hi, 1);
253 else if ( hi & 0x80 )
254 code = (hi<<8)|*h++;
256 if ( !(code = hiragana[hi]) )
257 code = hi;
275 unsigned short hi, lo; local
356 unsigned short hi; local
398 unsigned short hi; local
475 unsigned short hi, lo; local
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dhashtest.c71 int hi = (extend_corner || (i < LINES - 1)) ? COLS : COLS - 1; local
72 for (j = 0; j < hi; j++)
106 int hi = continuous ? HI_CHAR : 'a' + LINES; local
110 if (hi > HI_CHAR)
111 hi = HI_CHAR;
124 for (ch = hi; ch >= lo; ch--)
127 for (ch = lo; ch <= hi; ch++)
/haiku-fatelf/src/bin/network/traceroute/
H A Dtraceroute.c362 register struct hostinfo *hi; local
500 hi = gethostinfo(hostname);
501 setsin(to, hi->addrs[0]);
502 if (hi->n > 1)
506 hostname = hi->name;
507 hi->name = NULL;
508 freehostinfo(hi);
721 hi = gethostinfo(source);
722 source = hi->name;
723 hi
1250 register struct hostinfo *hi; local
1302 freehostinfo(register struct hostinfo *hi) argument
1315 register struct hostinfo *hi; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/libbz2/
H A Dblocksort.c35 Int32 hi )
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
52 for ( i = hi-1; i >= lo; i-- ) {
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
631 Int32 sp, lo, hi, d; local
891 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_expm1.c143 double y,hi,lo,c,t,e,hxs,hfx,r1,h2,h4,R1,R2,R3; local
174 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
176 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
180 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
183 x = hi - lo;
184 c = (hi-x)-lo;
H A Ds_expm1f.c49 float y,hi,lo,c,t,e,hxs,hfx,r1; local
77 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
79 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
83 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
86 x = hi - lo;
87 c = (hi-x)-lo;
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.cpp83 int hi = hs; local
84 int ai = ls + (hi & 1) + (hi >> 1);
87 short bs = ai - hi;
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h62 uint32_t hi; member in struct:fw_addr
251 uint32_t hi, lo; member in struct:fw_eui64
255 ((eui)->hi >> (8*(3-(x)))): \
259 ((x).hi == (y).hi && (x).lo == (y).lo)
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_elf.cpp153 hi(Elf32_Word value) function
289 write_half16(P, hi(S + A));
332 write_half16(P, hi(G + A));
406 write_half16(P, hi(L + A));
433 write_half16(P, hi(R + A));
/haiku-fatelf/src/bin/coreutils/src/
H A Dcut.c69 rp[n_rp].hi = (high); \
77 size_t hi; member in struct:range_pair
495 if (rp[i].hi > max_range_endpoint)
496 max_range_endpoint = rp[i].hi;
514 index that is not part of any other (lo..hi] range. */
515 rsi_candidate = complement ? rp[i].hi + 1 : rp[i].lo;
520 for (j = rp[i].lo; j <= rp[i].hi; j++)
/haiku-fatelf/src/bin/rcs/
H A Dpartime.c310 parse_ranged (s, digits, lo, hi, res) char const *s; int digits, lo, hi, *res;
319 return s && lo<=*res && *res<=hi ? s : 0;
323 parse_decimal (s, digits, lo, hi, resolution, res, fres)
325 int digits, lo, hi, resolution, *res, *fres;
336 if (s && lo<=*res && *res<=hi) {
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c88 unsigned long hi; member in struct:_xmlSchemaValDecimal
2071 unsigned long lo = 0, mi = 0, hi = 0; local
2087 hi = hi * 10 + (*cur++ - '0');
2102 *lhi = hi;
2351 &v->value.decimal.hi);
3106 unsigned long lo, mi, hi; local
3118 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3127 ((hi != 0) || (mi != 0) || (lo != 0)))
3132 if ((hi
3165 unsigned long lo, mi, hi; local
3238 unsigned long lo, mi, hi; local
3389 unsigned long hi, mi, lo; local
[all...]

Completed in 217 milliseconds

1234