OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zeroes
(Results
201 - 225
of
622
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/jpeg-6b/
jidctflt.c
182
/* Rows of
zeroes
can be exploited in the same way as we did with columns.
jcphuff.c
541
if (r > 0) { /* If there are trailing
zeroes
, */
713
if (r > 0 || BR > 0) { /* If there are trailing
zeroes
, */
/external/v8/src/
dateparser.h
104
// lower-case prefix, and pad any remainder of the buffer with
zeroes
.
/external/valgrind/main/mpi/
mpiwrap_type_test.c
156
/* Fill send buffer with
zeroes
*/
/frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp
373
// Pad any remaining data with
zeroes
.
/frameworks/base/core/java/android/text/
PackedIntVector.java
169
* a row of
zeroes
is added.
/hardware/libhardware/include/hardware/
gralloc.h
231
* layout, and
zeroes
out the reserved fields.
/libcore/luni/src/main/java/java/lang/
StringToReal.java
68
* space and trailing
zeroes
eliminated. The exponent of the
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py
170
# 3) recognize the numeric components may have leading
zeroes
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py
276
# Pad the file with
zeroes
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py
170
# 3) recognize the numeric components may have leading
zeroes
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py
276
# Pad the file with
zeroes
/external/llvm/lib/Support/
APFloat.cpp
285
/* If number is all
zeroes
accept any exponent. */
287
/* Drop insignificant trailing
zeroes
. */
[
all
...]
StringRef.cpp
400
// Skip leading
zeroes
. This can be a significant improvement if
405
// If it was nothing but
zeroes
....
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
480
* @param offset Number of
zeroes
to write to the new file before the
497
// Write a bunch of
zeroes
before the image.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
445
char
zeroes
[4] = {0};
local
446
buf->WriteBytes(
zeroes
, 4 - remainder);
/external/chromium_org/third_party/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/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/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
...]
Completed in 1526 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>