HomeSort by relevance Sort by last modified time
    Searched full:low (Results 176 - 200 of 2034) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/contrib/infback9/
infback9.c 56 unsigned sym, bits, low, size; local
91 low = 0;
93 if ((low % 6) == 0) printf("\n ");
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
96 if (++low == size) break;
102 low = 0;
104 if ((low % 5) == 0) printf("\n ");
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 168 etc1_uint32 low, bool second, bool flipped) {
188 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2);
202 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
235 etc1_uint32 low; member in struct:__anon7455
350 &pCompressed->low, yy + x * 4, pModifierTable);
365 &pCompressed->low, y + xx * 4, pModifierTable);
437 pCompressed->low = 0
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 397 * 1. Count the number of unique unit values and get the low/high unit values
419 int32_t low, high, prev; local
426 /* step 1: examine the input units; set low, high, uniqueCount */
429 low=bytes[unitIndex];
432 prev=high=low;
445 count=(high-low)+1;
451 * from low to high
471 prev=low-1; /* just before low to prevent empty subsections before low */
716 UChar32 low, high, prev; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 334 int low, high, mid; local
354 low = 0;
356 while (low <= high) {
358 mid = (low+high)/2;
360 if (low == high)
361 mid = low;
364 lowval = icount->list[low].ino;
379 mid = low + ((int) (range * (high-low)));
389 low = mid+1
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Character.java 47 * range of 0xD800 to 0xDBFF and a <i>low surrogate</i> with a value range of
402 * The minimum value of a low surrogate or trailing surrogate unit in UTF-16
410 * The maximum value of a low surrogate or trailing surrogate unit in UTF-16
1694 char low = seq.charAt(index); local
1736 char low = seq[index]; local
1777 char low = seq[index]; local
1815 char low = seq.charAt(--index); local
1857 char low = seq[--index]; local
1904 char low = seq[--index]; local
1957 int low = 0xDC00 | (cpPrime & 0x3FF); local
1989 int low = 0xDC00 | (cpPrime & 0x3FF); local
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Output.java 45 * @param value the value to write; all but the low 8 bits are ignored
52 * @param value the value to write; all but the low 16 bits are ignored
  /dalvik/tests/003-omnibus-opcodes/src/
Compare.java 84 /* compare when high words are equal but low words differ */
92 /* high words are equal, low words have apparently different signs */
  /external/fdlibm/
s_nextafter.c 34 lx = __LO(x); /* low word of x */
36 ly = __LO(y); /* low word of y */
  /external/kernel-headers/original/asm-arm/
thread_info.h 48 * low level task data that entry.S needs immediate access to.
52 unsigned long flags; /* low level flags */
  /external/kernel-headers/original/linux/
console_struct.h 7 * Fields marked with [#] must be set by the low-level driver.
8 * Fields marked with [!] can be changed by the low-level driver
  /external/qemu/
kqemu.h 133 #define KQEMU_RET_EXCEPTION 0x0000 /* 8 low order bit are the exception */
134 #define KQEMU_RET_INT 0x0100 /* 8 low order bit are the interrupt */
  /packages/inputmethods/OpenWnn/
README.txt 36 Index 2: English dictionary for normal prediction (low priority)
42 Index 1: Japanese dictionary for normal prediction (low priority)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
omp-builtins.def 52 in omp-low.c. */
159 in omp-low.c. */
  /bootable/bootloader/legacy/include/boot/
board.h 32 /* low-level init and partition table setup */
gpio_keypad.h 39 int polarity : 1; // 0: drive active column low, 1: drive active column high
  /dalvik/vm/compiler/codegen/
CompilerCodegen.h 28 /* Lower middle-level IR to low-level IR */
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S 27 bhi .L${opcode}_greater @ unsigned compare on low part
  /dalvik/vm/mterp/armv5te/
OP_SHL_LONG.S 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
OP_SHR_LONG.S 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
OP_USHR_LONG.S 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
  /external/bluetooth/bluez/sbc/
formats.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_math.h 3 * Bluetooth low-complexity, subband codec (SBC) library
  /external/bluetooth/glib/debian/
build 43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n";
  /external/ppp/pppd/
md4.h 50 ** Order is from low-order byte of buffer[0] to high-order byte
  /external/qemu/distrib/sdl-1.2.12/
README 11 This is the Simple DirectMedia Layer, a general API that provides low

Completed in 772 milliseconds

1 2 3 4 5 6 78 91011>>