HomeSort by relevance Sort by last modified time
    Searched full:zeroes (Results 126 - 150 of 622) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hwint.h 82 /* 'long' might be 32 or 64 bits, and the number of leading zeroes
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hwint.h 82 /* 'long' might be 32 or 64 bits, and the number of leading zeroes
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hwint.h 82 /* 'long' might be 32 or 64 bits, and the number of leading zeroes
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hwint.h 82 /* 'long' might be 32 or 64 bits, and the number of leading zeroes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 52 * If no data is provided, zeroes are shifted out.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 52 * If no data is provided, zeroes are shifted out.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 52 * If no data is provided, zeroes are shifted out.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 40 zeroes); otherwise, 0.5 <= abs(x) < 1.0. On overflow, which is
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 40 zeroes); otherwise, 0.5 <= abs(x) < 1.0. On overflow, which is
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 744 zeroes = 0 variable
751 zeroes += 6 - len(sequence) + 1
    [all...]
  /external/hyphenation/
hyphen.c 395 /* Optimize away leading zeroes */
599 elimination of trailing zeroes from the match. Leading zeroes
799 elimination of trailing zeroes from the match. Leading zeroes
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 23 import com.android.dexgen.rop.cst.Zeroes;
316 cst = Zeroes.zeroFor(field.getRef().getType());
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 23 import com.android.dx.rop.cst.Zeroes;
312 cst = Zeroes.zeroFor(field.getRef().getType());
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 23 import com.android.dx.rop.cst.Zeroes;
313 cst = Zeroes.zeroFor(field.getRef().getType());
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayOutput.java 330 * There is no need to actually write zeroes, since the array is
331 * already preinitialized with zeroes.
  /art/compiler/dex/quick/arm/
utility_arm.cc 32 int zeroes = (value & 0x0007ffff); local
33 if (zeroes != 0)
57 uint64_t zeroes = (value & 0x0000ffffffffffffll); local
58 if (zeroes != 0)
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.h 90 // Fill the bitmap with zeroes. Returns the bitmap's memory to the system as a side-effect.
  /dalvik/vm/alloc/
HeapBitmap.cpp 61 * Fill the bitmap with zeroes. Returns the bitmap's memory to
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 37 int zeroes = (value & 0x0007ffff); local
38 if (zeroes != 0)
679 int zeroes = (value & 0x0000ffff); local
680 if (zeroes != 0)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 83 * least one number with trailing zeroes removed.
DERObjectIdentifier.java 329 // TODO Leading zeroes?
  /external/chromium_org/base/files/
file_win.cc 214 // with zeroes on all Windows standard file systems (NTFS, FATxx).
  /external/chromium_org/base/
platform_file_win.cc 225 // with zeroes on all Windows standard file systems (NTFS, FATxx).
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 93 // Zeroes all channels.

Completed in 1561 milliseconds

1 2 3 4 56 7 8 91011>>