/external/icu4c/common/ |
triedict.cpp | 52 TernaryNode *low; // Less-than link member in struct:TernaryNode 68 low = NULL; 75 delete low; 129 p = p->low; 193 parent->low = newNode; 273 if (node->low != NULL) { 275 node = (TernaryNode *) fNodeStack.push(node->low, status); 515 int low = 0; local 519 while (high >= low) { 520 middle = (high+low)/2 [all...] |
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { 288 int32_t low = 1902; local 316 << "\t values are 1902(low) and 2038(high)." << endl; 342 low = atoi(options[kOptCutover].value); 348 dumper.setLowYear(low);
|
/external/jpeg/ |
cjpeg.1 | 99 of low image quality. Settings around 5 to 10 might be useful in preparing an 109 if you need to ensure compatibility at low quality values.) 116 scan to display a low-quality image very quickly, and can then improve the 192 quantization values to 8 bits even at low quality settings. (This switch is 249 It's also a win when you are using low quality settings to make very small
|
/external/icu4c/i18n/ |
bmsearch.cpp | 176 int32_t low = -1, high = -1; local 189 low = ucol_getOffset(elements); 194 //high = low = -1; 215 ceb[offset].lowOffset = low; 226 int32_t low = -1, high = -1; local 241 low = ucol_getOffset(elements); 266 ceb[offset].lowOffset = low; 734 int32_t low = cei->lowOffset; local 737 if (high == 0 || (low < high && low <= tOffset)) [all...] |
ucol_bld.cpp | 447 uint32_t high, low, count=1; local 451 low = UCOL_COMMON_TOP2<<24; 455 low = UCOL_BYTE_COMMON << 24; //0x05000000; 464 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges); 475 uint32_t low = lows[fStrength*3+strength]; local 488 if(low >= high && strength > UCOL_PRIMARY) { 494 if (low < UCOL_COMMON_TOP2<<24 ) { 495 // Override if low range is less than UCOL_COMMON_TOP2. 496 low = UCOL_COMMON_TOP2<<24; 500 // Override if low range is less than UCOL_COMMON_BOT3 [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 540 int low = left_idx + 1, mid = 0, high = right_idx - 1; local 541 while (low <= high) { 542 mid = (low + high) >>> 1; 545 low = mid + 1; 662 int low = left_idx + 1, mid = 0, high = right_idx - 1; local 663 while (low <= high) { 664 mid = (low + high) >>> 1; 669 low = mid + 1; 1133 int low = left_idx + 1, mid = 0, high = right_idx - 1; local 1297 int low = left_idx + 1, mid = 0, high = right_idx - 1; local 1483 int low = left_idx + 1, mid = 0, high = right_idx - 1; local [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
mmintrin.h | 138 /* Interleave the four 8-bit values from the low half of M1 with the four 139 8-bit values from the low half of M2. */ 146 /* Interleave the two 16-bit values from the low half of M1 with the two 147 16-bit values from the low half of M2. */ 154 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 155 value from the low half of M2. */ 162 /* Take the four 8-bit values from the low half of M1, sign extend them, 170 /* Take the two 16-bit values from the low half of M1, sign extend them, 178 /* Take the 32-bit value from the low half of M1, and return it sign extended 210 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
mmintrin.h | 141 /* Interleave the four 8-bit values from the low half of M1 with the four 142 8-bit values from the low half of M2. */ 149 /* Interleave the two 16-bit values from the low half of M1 with the two 150 16-bit values from the low half of M2. */ 157 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 158 value from the low half of M2. */ 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
mmintrin.h | 138 /* Interleave the four 8-bit values from the low half of M1 with the four 139 8-bit values from the low half of M2. */ 146 /* Interleave the two 16-bit values from the low half of M1 with the two 147 16-bit values from the low half of M2. */ 154 /* Interleave the 32-bit value from the low half of M1 with the 32-bit 155 value from the low half of M2. */ 162 /* Take the four 8-bit values from the low half of M1, sign extend them, 170 /* Take the two 16-bit values from the low half of M1, sign extend them, 178 /* Take the 32-bit value from the low half of M1, and return it sign extended 210 /* Take the four 8-bit values from the low half of M1, zero extend them [all...] |
/frameworks/base/core/java/android/text/ |
Layout.java | 700 int high = getLineCount(), low = -1, guess; local 702 while (high - low > 1) { 703 guess = (high + low) / 2; 708 low = guess; 711 if (low < 0) 714 return low; 723 int high = getLineCount(), low = -1, guess; local 725 while (high - low > 1) { 726 guess = (high + low) / 2; 731 low = guess 763 int high = there - 1 + 1, low = here + 1 - 1, guess; local [all...] |
StaticLayout.java | 951 int high = end + 1, low = start - 1, guess; local 1212 int low = -1; local [all...] |
/bionic/libm/src/ |
e_rem_pio2.c | 81 u_int32_t low; local 154 GET_LOW_WORD(low,x); 155 SET_LOW_WORD(z,low);
|
/external/bluetooth/glib/glib/ |
gmacros.h | 200 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 35 <p>To determine which processes should be killed when low on memory, Android 60 be killed as a last resort if memory is so low that not even these processes 93 by the user is the last to be killed when running low on memory.
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr.c | 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX, 242 /* If "No BSS" trigger received, disable count of low pass filter timer */ 251 /* If the trigger is low quality check the low pass filter */ 259 { /* Ignore the low quality events. till the low pass time elapses */ 508 WLAN_OS_REPORT(("- Low TX rate = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 511 WLAN_OS_REPORT(("- Low Snr = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 514 WLAN_OS_REPORT(("- Low Quality = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 543 WLAN_OS_REPORT(("- Low TX rate = %d\n", pRoamingMngr->roamingHandoverEvents[index])) [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngr.c | 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX, 242 /* If "No BSS" trigger received, disable count of low pass filter timer */ 251 /* If the trigger is low quality check the low pass filter */ 259 { /* Ignore the low quality events. till the low pass time elapses */ 508 WLAN_OS_REPORT(("- Low TX rate = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 511 WLAN_OS_REPORT(("- Low Snr = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 514 WLAN_OS_REPORT(("- Low Quality = %d\n", pRoamingMngr->roamingTriggerEvents[index])); 543 WLAN_OS_REPORT(("- Low TX rate = %d\n", pRoamingMngr->roamingHandoverEvents[index])) [all...] |
/bionic/libm/amd64/ |
s_remquo.S | 44 /* Extract the three low-order bits of the quotient from C0,C3,C1. */
|
s_remquof.S | 44 /* Extract the three low-order bits of the quotient from C0,C3,C1. */
|
/bionic/libm/i387/ |
s_remquo.S | 42 /* Extract the three low-order bits of the quotient from C0,C3,C1. */
|
s_remquof.S | 42 /* Extract the three low-order bits of the quotient from C0,C3,C1. */
|