/system/media/audio_utils/ |
channels.c | 61 /* Channel expands (adds zeroes to audio frame end) from an input buffer to an output buffer.
|
/external/llvm/lib/Support/ |
APFloat.cpp | 285 /* If number is all zeroes accept any exponent. */ 287 /* Drop insignificant trailing zeroes. */ [all...] |
StringRef.cpp | 418 // Skip leading zeroes. This can be a significant improvement if 423 // If it was nothing but zeroes....
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 607 * @param offset Number of zeroes to write to the new file before the 624 // Write a bunch of zeroes before the image.
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
AllocationTest.java | 422 * - The input is not all zeroes. 442 * - The output is not all zeroes [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun.cc | 447 char zeroes[4] = {0}; local 448 buf->WriteBytes(zeroes, 4 - remainder);
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jcphuff.c | 539 if (r > 0) { /* If there are trailing zeroes, */ 711 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
|
/external/chromium_org/third_party/smhasher/src/ |
main.cpp | 461 // Keyset 'Zeroes' 465 printf("[[[ Keyset 'Zeroes' Tests ]]]\n\n");
|
/external/jpeg/ |
jcphuff.c | 541 if (r > 0) { /* If there are trailing zeroes, */ 713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcphuff.c | 542 if (r > 0) { /* If there are trailing zeroes, */
714 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
|
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 541 if (r > 0) { /* If there are trailing zeroes, */ 713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
|
/external/skia/include/core/ |
SkImageDecoder.h | 62 /** Whether the decoder should skip writing zeroes to output if possible. 66 /** Set to true if the decoder should skip writing any zeroes when
|
/external/stlport/src/ |
num_get_float.cpp | 370 /* Count number of non-zeroes in value */ 505 /* Count number of non-zeroes in value */
|
/external/valgrind/main/VEX/useful/ |
fp_80_64.c | 116 all zeroes in order to handle these cases. So figure it 140 normalised long double. Count the leading zeroes in the
|
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 321 whether the zeroes at 12--15 and 52--55 are alignment holes, and 328 object layout. For example, the zeroes might not be alignment
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 370 /* Count number of non-zeroes in value */ 505 /* Count number of non-zeroes in value */
|
/external/bison/lib/ |
vasnprintf.c | 881 /* Remove leading zeroes. */ [all...] |
timevar.c | 491 zeroes. */
|
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 118 all zeroes in order to handle these cases. So figure it 142 normalised long double. Count the leading zeroes in the 564 /* Count leading zeroes, w/ 0-produces-32 semantics, a la Hacker's 773 mask must be all zeroes. In all cases, bits 31:16 must be zero. [all...] |
/art/runtime/ |
indirect_reference_table.h | 89 * weak global). Real object pointers will have zeroes in the low 2 or 3
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | 271 private static final String ZEROES = "0000000000000000000000000000000000000000000000000000000000000000"; [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Arrays.java | 649 * be padded with zeroes.
|
/external/chromium_org/crypto/ |
symmetric_key_win.cc | 308 // TODO(wtc): create a "secure" string type that zeroes itself in the
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
filesystem_test.cc | 346 // Reading from /dev/zero should read all zeroes.
|
/external/chromium_org/ppapi/shared_impl/private/ |
net_address_private_impl.cc | 120 // Zeroes the memory, so net_addr->is_valid == false.
|