/l4re-core-master/l4util/include/ARCH-x86/ |
A D | apic.h | 295 unsigned long low; in apic_activate_by_msr() local 300 :"=a" (low), in apic_activate_by_msr() 306 low &= 0x00000fff; in apic_activate_by_msr() 307 low |= (APIC_PHYS_BASE & 0xfffff000); /* set address */ in apic_activate_by_msr() 313 "a" (low), in apic_activate_by_msr() 323 unsigned long low; in apic_deactivate_by_msr() local 328 :"=a" (low), in apic_deactivate_by_msr() 339 "a" (low), in apic_deactivate_by_msr() 349 unsigned long low; in apic_read_phys_address() local 354 :"=a" (low), in apic_read_phys_address() [all …]
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | apic.h | 295 unsigned long low; in apic_activate_by_msr() local 300 :"=a" (low), in apic_activate_by_msr() 306 low &= 0x00000fff; in apic_activate_by_msr() 307 low |= (APIC_PHYS_BASE & 0xfffff000); /* set address */ in apic_activate_by_msr() 313 "a" (low), in apic_activate_by_msr() 323 unsigned long low; in apic_deactivate_by_msr() local 328 :"=a" (low), in apic_deactivate_by_msr() 339 "a" (low), in apic_deactivate_by_msr() 349 unsigned long low; in apic_read_phys_address() local 354 :"=a" (low), in apic_read_phys_address() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _uintmaxtostr.c | 26 unsigned int H, L, high, low, rh; in _uintmaxtostr() local 100 low = (unsigned int) uval; in _uintmaxtostr() 123 digit = (low % base) + (L * rh); in _uintmaxtostr() 124 low = (low / base) + (H * rh) + (digit / base); in _uintmaxtostr() 127 digit = low % base; in _uintmaxtostr() 128 low /= base; in _uintmaxtostr() 142 } while (low | high); in _uintmaxtostr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_hypot.c | 63 u_int32_t low; in __ieee754_hypot() local 65 GET_LOW_WORD(low,a); in __ieee754_hypot() 66 if(((ha&0xfffff)|low)==0) w = a; in __ieee754_hypot() 67 GET_LOW_WORD(low,b); in __ieee754_hypot() 68 if(((hb^0x7ff00000)|low)==0) w = b; in __ieee754_hypot() 78 u_int32_t low; in __ieee754_hypot() local 79 GET_LOW_WORD(low,b); in __ieee754_hypot() 80 if((hb|low)==0) return a; in __ieee754_hypot()
|
A D | s_cbrt.c | 34 u_int32_t high,low; in cbrt() local 40 GET_LOW_WORD(low,x); in cbrt() 41 if((hx|low)==0) in cbrt()
|
A D | s_atan.c | 75 u_int32_t low; in atan() local 76 GET_LOW_WORD(low,x); in atan() 78 (ix==0x7ff00000&&(low!=0))) in atan()
|
A D | k_tan.c | 77 u_int32_t low; in __kernel_tan() local 78 GET_LOW_WORD(low,x); in __kernel_tan() 79 if(((ix|low)|(iy+1))==0) return one/fabs(x); in __kernel_tan()
|
A D | s_expm1.c | 140 u_int32_t low; in expm1() local 141 GET_LOW_WORD(low,x); in expm1() 142 if(((hx&0xfffff)|low)!=0) in expm1()
|
A D | e_rem_pio2.c | 74 u_int32_t low; in __ieee754_rem_pio2() local 147 GET_LOW_WORD(low,x); in __ieee754_rem_pio2() 148 SET_LOW_WORD(z,low); in __ieee754_rem_pio2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rpc_prot.c | 96 if (!xdr_u_long (xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply() 118 if (!xdr_u_long (xdrs, &(rr->rj_vers.low))) in libc_hidden_def() 266 error->re_vers.low = msg->rjcted_rply.rj_vers.low; in _seterr_reply() 275 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
|
A D | clnt_perror.c | 242 e.re_vers.low, e.re_vers.high); in clnt_sperror() 266 e.re_vers.low, e.re_vers.high); in clnt_sperror()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | tempname.c | 146 uint32_t high, low, rh; in brain_damaged_fillrand() local 150 low = value & UINT32_MAX; in brain_damaged_fillrand() 156 k = (low % NUM_LETTERS) + (L * rh); in brain_damaged_fillrand() 159 low = (low / NUM_LETTERS) + (H * rh) + (k / NUM_LETTERS); in brain_damaged_fillrand()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 190 const unsigned long *low = &primes[0]; in higher_prime_number() local 193 while (low != high) { in higher_prime_number() 194 const unsigned long *mid = low + (high - low) / 2; in higher_prime_number() 196 low = mid + 1; in higher_prime_number() 203 if (n > *low) { in higher_prime_number() 209 return *low; in higher_prime_number()
|
/l4re-core-master/libloader/lib/src/ |
A D | elf.cc | 12 static char const *low[] = { in phdr_type() local 17 return low[type()]; in phdr_type()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-langinfo.c | 114 int low = 0; in map_paramstr() local 117 while (low < high) in map_paramstr() 119 int med = (low + high) / 2; in map_paramstr() 126 low = med + 1; in map_paramstr()
|
A D | gen-unicode-ctype.c | 490 ucs_symbol_range (unsigned int low, unsigned int high) in ucs_symbol_range() argument 494 strcpy (buf, ucs_symbol (low)); in ucs_symbol_range() 524 unsigned int low, high; in output_charclass() local 527 low = i; in output_charclass() 533 if (low == high) in output_charclass() 534 strcpy (buf, ucs_symbol (low)); in output_charclass() 536 strcpy (buf, ucs_symbol_range (low, high)); in output_charclass()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | rpc_msg.h | 96 u_long low; member 116 u_long low; member
|
A D | auth.h | 75 u_int32_t low; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | stdlib.c | 677 size_t low; in bsearch() local 682 low = 0; in bsearch() 683 while (low < high) { in bsearch() 684 mid = low + ((high - low) >> 1); /* Avoid possible overflow here. */ in bsearch() 688 low = mid + 1; in bsearch()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lmathlib.c | 558 lua_Integer low, up; in math_random() local 568 low = 1; in math_random() 577 low = luaL_checkinteger(L, 1); in math_random() 584 luaL_argcheck(L, low <= up, 1, "interval is empty"); in math_random() 586 p = project(I2UInt(rv), (lua_Unsigned)up - (lua_Unsigned)low, state); in math_random() 587 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-elf.c | 1177 const uint32_t *low = &primes[0]; local 1180 while (low != high) 1182 const uint32_t *mid = low + (high - low) / 2; 1184 low = mid + 1; 1191 if (n > *low) 1198 return *low;
|
/l4re-core-master/l4sys/doc/ |
A D | l4sys-l4f-groups.dox | 48 * \brief L4 low-level kernel interface.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arc/ |
A D | strcmp.S | 74 bic_s r2,r2,r0 ; get low estimate for r2 and get ...
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | README | 48 Contains the low-level assembly code for the dynamic runtime
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/ |
A D | umul.S | 148 srl %o5, 20, %o5 ! shift low bits right 20
|