/external/qemu/fpu/ |
softfloat-specialize.h | 56 bits64 high, low; member in struct:__anon4545 117 z.high = ( (bits64) float32_val(a) )<<41; 128 bits32 mantissa = a.high>>41; 131 ( ( (bits32) a.sign )<<31 ) | 0x7F800000 | ( a.high>>41 ) ); 249 z.high = float64_val(a)<<12; 260 bits64 mantissa = a.high>>12; 266 | ( a.high>>12 )); 326 | `high' and `low' values hold the most- and least-significant bits, 349 ( ( a.high & 0x7FFF ) == 0x7FFF ) 353 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ) [all...] |
/external/elfutils/libdw/ |
dwarf_highpc.c | 1 /* Return high PC attribute of DIE.
|
/external/grub/netboot/ |
timer.c | 23 #define rdtsc(low,high) \ 24 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)) 49 /* Set the Gate high, disable speaker */ 55 * Set the Gate high, program CTC channel 2 for mode 0,
|
/external/icu4c/i18n/ |
ucol_bld.h | 48 uint32_t fHigh; /*forbidden High */
|
/external/opencore/oscl/oscl/config/android/ |
osclconfig_unix_android.h | 75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low) 76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low)
|
/external/opencore/oscl/oscl/config/shared/ |
osclconfig_unix_common.h | 75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low) 76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low)
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
wpa.h | 64 uint8 high; member in struct:__anon7518::__anon7519 76 uint8 high; member in struct:__anon7520::__anon7521 96 uint8 high; member in struct:__anon7523::__anon7524 105 uint8 high; member in struct:__anon7525::__anon7526
|
/system/core/include/pixelflinger/ |
format.h | 109 uint8_t ah; // alpha high bit position + 1 111 uint8_t rh; // red high bit position + 1 113 uint8_t gh; // green high bit position + 1 115 uint8_t bh; // blue high bit position + 1
|
/dalvik/vm/mterp/armv5te/ |
OP_DOUBLE_TO_INT.S | 20 mvn r3, #0xbe000000 @ maxint, as a double (high word) 31 mov r3, #0xc1000000 @ minint, as a double (high word)
|
OP_DOUBLE_TO_LONG.S | 15 mov r3, #0x43000000 @ maxlong, as a double (high word) 29 mov r3, #0xc3000000 @ minlong, as a double (high word)
|
OP_MUL_LONG.S | 12 * The low word of the result holds ZX, the high word holds 13 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
|
/dalvik/vm/mterp/armv6t2/ |
OP_DOUBLE_TO_INT.S | 20 mvn r3, #0xbe000000 @ maxint, as a double (high word) 31 mov r3, #0xc1000000 @ minint, as a double (high word)
|
OP_DOUBLE_TO_LONG.S | 15 mov r3, #0x43000000 @ maxlong, as a double (high word) 29 mov r3, #0xc3000000 @ minlong, as a double (high word)
|
/external/e2fsprogs/misc/ |
uuidgen.1.in | 34 will generate a random-based UUID if a high-quality random number 46 of random bits. It requires that the operating system have a high
|
/external/v8/test/mjsunit/regress/ |
regress-227.js | 30 assertEquals(null, res, "Throwing away high bits on ASCII string"); 33 assertEquals(["x"], res, "Throwing away high bits on ASCII string");
|
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 330 int high = start + len, low = start - 1, guess; local 332 while (high - low > 1) { 333 guess = (high + low) / 2; 338 high = guess; 341 if (high == start + len) 343 else if (a[high] == key) 344 return high; 346 return ~high;
|
SparseArray.java | 306 int high = start + len, low = start - 1, guess; local 308 while (high - low > 1) { 309 guess = (high + low) / 2; 314 high = guess; 317 if (high == start + len) 319 else if (a[high] == key) 320 return high; 322 return ~high;
|
MathUtils.java | 38 public static int constrain(int amount, int low, int high) { 39 return amount < low ? low : (amount > high ? high : amount); 42 public static float constrain(float amount, float low, float high) { 43 return amount < low ? low : (amount > high ? high : amount);
|
/external/iproute2/include/linux/ |
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/external/kernel-headers/original/linux/ |
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
PixelDensityQualifier.java | 43 HIGH("hdpi", "High Density", IDensityBasedResourceValue.Density.HIGH), //$NON-NLS-1$ 221 // if reference is high, we want highest dpi. 222 // if reference is medium, we'll prefer to scale down high dpi, than scale up low dpi 223 // if reference if low, we'll prefer to scale down high than medium (2:1 over 4:3)
|
/bionic/libm/src/ |
s_expm1.c | 140 hx &= 0x7fffffff; /* high word of |x| */ 197 u_int32_t high; local 199 GET_HIGH_WORD(high,y); 200 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ 205 u_int32_t high; local 208 GET_HIGH_WORD(high,y); 209 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ 211 u_int32_t high; local 215 GET_HIGH_WORD(high,y); 216 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent * [all...] |
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 178 int low, high, mid; local 218 high = ctx->dir_info->count-1; 227 if (ino == ctx->dir_info->array[high].ino) { 230 ctx->dir_info->array[high].dotdot, 231 ctx->dir_info->array[high].parent); 233 return &ctx->dir_info->array[high]; 236 while (low < high) { 237 mid = (low+high)/2; 238 if (mid == low || mid == high) 249 high = mid [all...] |
ea_refcount.c | 155 int low, high, mid; local 162 high = (int) refcount->count-1; 164 (blk > refcount->list[high].ea_blk))) { 181 while (low <= high) { 183 mid = (low+high)/2; 185 if (low == high) 190 highval = refcount->list[high].ea_blk; 199 mid = low + ((int) (range * (high-low))); 207 high = mid-1; 213 * low (where high will be left at low-1) [all...] |
/external/icu4c/common/ |
usc_impl.c | 271 UChar high = scriptRun->textArray[scriptRun->scriptLimit]; local 272 UChar32 ch = high; 277 * if the character is a high surrogate and it's not the last one 280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) { 288 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000; 337 * end it before the high surrogate
|