/art/compiler/dex/quick/arm/ |
utility_arm.cc | 33 int32_t zeroes = (value & 0x0007ffff); local 34 if (zeroes != 0) 58 uint64_t zeroes = (value & INT64_C(0x0000ffffffffffff)); local 59 if (zeroes != 0ull) [all...] |
/art/runtime/gc/accounting/ |
space_bitmap.h | 86 // Fill the bitmap with zeroes. Returns the bitmap's memory to the system as a side-effect.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERGeneralizedTime.java | 83 * least one number with trailing zeroes removed.
|
DERObjectIdentifier.java | 350 // TODO Leading zeroes?
|
/external/chromium_org/base/files/ |
file_win.cc | 244 // with zeroes on all Windows standard file systems (NTFS, FATxx).
|
/external/chromium_org/net/base/ |
net_util_posix.cc | 188 // Skip unspecified addresses (i.e. made of zeroes) and loopback addresses
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioBus.h | 93 // Zeroes all channels.
|
FFTFrame.cpp | 118 // Empirical tweak to retain higher-frequency zeroes
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double.h | 191 // leading zeroes and their effective significand-size is hence smaller.
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_utl.c | 1111 /* Number of zeroes */ 1142 /* More than three zeroes is an error */ 1145 /* Can only have three zeroes if nothing else present */ 1151 /* Can only have two zeroes if at start or end */
|
/external/elfutils/0.153/libdw/ |
dwarf_ranges.c | 93 /* Unrelocated pair of zeroes means end of range list. */
|
/external/fio/crc/ |
sha1.c | 64 /* Pad with a binary 1 (ie 0x80), then zeroes, then length
|
/external/iptables/extensions/ |
libxt_time.man | 18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
|
/external/jpeg/ |
jdhuff.c | 95 * there are some baseline files out there with all zeroes in these bytes. 368 /* Uh-oh. Report corrupted data to user and stuff zeroes into 617 /* If we've run out of data, just leave the MCU set to zeroes. 655 /* Since zeroes are skipped, output area must be cleared beforehand */
|
jdhuff.h | 68 * at least the requested number of bits --- dummy zeroes are inserted if
|
/external/libvorbis/doc/ |
06-floor0.tex | 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
|
/external/libvorbis/lib/ |
bitrate.c | 186 /* prop up bitrate according to demand. pad this frame out with zeroes */
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 195 ; skip-block, i.e. just write all zeroes
|
/external/lldb/include/lldb/Core/ |
RegisterValue.h | 142 // of the register value, or pad the destination with zeroes if the
|
/external/openssl/crypto/pkcs12/ |
p12_key.c | 197 /* If less than v bytes pad with zeroes */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
jdhuff.h | 68 * at least the requested number of bits --- dummy zeroes are inserted if
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.c | 95 * there are some baseline files out there with all zeroes in these bytes. 368 /* Uh-oh. Report corrupted data to user and stuff zeroes into 617 /* If we've run out of data, just leave the MCU set to zeroes. 655 /* Since zeroes are skipped, output area must be cleared beforehand */
|
jdhuff.h | 68 * at least the requested number of bits --- dummy zeroes are inserted if
|
/external/qemu/distrib/libsparse/src/ |
sparse_crc32.c | 36 * logic; the shift must be unsigned (bring in zeroes). On some
|
/external/valgrind/main/VEX/useful/ |
smchash.c | 299 printf("%4d measurements, %5.2f avg dist, %2d zeroes\n",
|