HomeSort by relevance Sort by last modified time
    Searched full:zeroes (Results 51 - 75 of 682) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/images/
SkScaledBitmapSampler.cpp 139 // Unpremul and skip zeroes make no difference
172 // Unpremul and skip zeroes make no difference
194 // Unpremul, dither, and skip zeroes have no effect
227 // Skip zeroes and unpremul make no difference
261 // Skip zeroes and unpremul make no difference
440 // Unpremultiplied and skip zeroes make no difference
554 // Ignore dither and skip zeroes
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 346 static char zeroes[PADSIZE] = local
780 * trim trailing zeroes if no # flag.
981 * After any left-hand padding and prefixing, emit zeroes
983 * string proper, then emit zeroes required by any leftover
1009 PAD(width - realsz, zeroes);
1011 /* leading zeroes from decimal precision */
1012 PAD(dprec - size, zeroes);
1023 PRINT(zeroes, 1);
1026 PAD(-expt, zeroes);
1030 PRINTANDPAD(cp, dtoaend, lead, zeroes);
    [all...]
vfwprintf.c 344 static wchar_t zeroes[PADSIZE] = local
757 * trim trailing zeroes if no # flag.
957 * After any left-hand padding and prefixing, emit zeroes
959 * string proper, then emit zeroes required by any leftover
985 PAD(width - realsz, zeroes);
987 /* leading zeroes from decimal precision */
988 PAD(dprec - size, zeroes);
999 PRINT(zeroes, 1);
1002 PAD(-expt, zeroes);
1007 lead, zeroes);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderItem.java 100 * Write zeroes for the link size and data, as the output
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 324 * There is no need to actually write zeroes, since the array is
325 * already preinitialized with zeroes.
349 * There is no need to actually write zeroes, since the array is
350 * already preinitialized with zeroes.
Output.java 118 * @param count {@code >= 0;} the number of zeroes to write
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderItem.java 92 * Write zeroes for the link size and data, as the output
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 320 * There is no need to actually write zeroes, since the array is
321 * already preinitialized with zeroes.
345 * There is no need to actually write zeroes, since the array is
346 * already preinitialized with zeroes.
Output.java 120 * @param count {@code >= 0;} the number of zeroes to write
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.h 96 // Zeroes out all sample values in buffer.
Biquad.h 71 // (The zeroes will be the inverse of the poles)
  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.h 98 * which will be padded with zeroes. -1 means do not pad.
  /external/chromium_org/tools/relocation_packer/src/
delta_encoder.h 34 // addend are invariably zeroes. The difference between adjacent offsets
  /external/clang/test/Analysis/
constant-folding.c 57 // Unsigned right shift shifts in zeroes.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
HeaderItem.java 92 * Write zeroes for the link size and data, as the output
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 317 * There is no need to actually write zeroes, since the array is
318 * already preinitialized with zeroes.
342 * There is no need to actually write zeroes, since the array is
343 * already preinitialized with zeroes.
Output.java 118 * @param count {@code >= 0;} the number of zeroes to write
  /external/icu/icu4c/source/io/
ufmt_cmn.h 98 * which will be padded with zeroes. -1 means do not pad.
  /external/iproute2/include/libiptc/
libip6tc.h 99 /* Zeroes the counters in a chain. */
  /external/valgrind/main/docs/internals/
performance.txt 29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
  /frameworks/base/core/java/android/service/persistentdata/
PersistentDataBlockManager.java 109 * Zeroes the previously written block in its entirety. Calling this method
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
dis-asm.h 182 /* The number of zeroes we want to see at the end of a section before we
186 /* The number of zeroes to skip at the end of a section. If the number
187 of zeroes at the end is between SKIP_ZEROES_AT_END and SKIP_ZEROES,
190 attempt to avoid disassembling zeroes inserted by section
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 30 '{"Numbers cannot have leading zeroes": 013}',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 30 '{"Numbers cannot have leading zeroes": 013}',
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 161 byte[] zeroes = new byte[size];
162 buffer.put(zeroes);

Completed in 1392 milliseconds

1 23 4 5 6 7 8 91011>>