HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 451 - 475 of 1479) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 170 distinguish which case is which. If IN_LIBGCOV is nonzero,
171 libgcov is being built. If IN_GCOV is nonzero, the gcov tools are
337 /* Return nonzero if SUB is an immediate subtag of TAG. */
342 /* Return nonzero if SUB is at a sublevel to TAG. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h 170 distinguish which case is which. If IN_LIBGCOV is nonzero,
171 libgcov is being built. If IN_GCOV is nonzero, the gcov tools are
337 /* Return nonzero if SUB is an immediate subtag of TAG. */
342 /* Return nonzero if SUB is at a sublevel to TAG. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 56 # 4 bytes out for each 3 bytes (or nonzero fraction thereof) in.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 38 intpart is 0 or more digits beginning with a nonzero
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 56 # 4 bytes out for each 3 bytes (or nonzero fraction thereof) in.
  /prebuilts/gdb/linux-x86/lib/python2.7/
fpformat.py 38 intpart is 0 or more digits beginning with a nonzero
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 56 # 4 bytes out for each 3 bytes (or nonzero fraction thereof) in.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 38 intpart is 0 or more digits beginning with a nonzero
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 56 # 4 bytes out for each 3 bytes (or nonzero fraction thereof) in.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 38 intpart is 0 or more digits beginning with a nonzero
  /system/bt/bta/sys/
utl.c 79 ** Returns 0 if strings match, nonzero otherwise.
  /system/extras/perfprofd/quipper/
address_mapper.cc 33 LOG(ERROR) << "Must allocate a nonzero-length address range.";
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.h 74 /* This field is nonzero if the symbol is the target of a MIPS16 jump. */
  /toolchain/binutils/binutils-2.25/include/
getopt.h 77 option's `flag' field to zero and its `val' field to a nonzero
  /toolchain/binutils/binutils-2.25/intl/
loadinfo.h 104 or - if DO_ALLOCATE is nonzero - freshly allocated, or possibly NULL.
  /toolchain/binutils/binutils-2.25/ld/emultempl/
cr16elf.em 47 input file with a nonzero .data section. The BFD backend will fill in
  /toolchain/binutils/binutils-2.25/libiberty/
setenv.c 29 the new value will be stored only if @var{overwrite} is nonzero.
sort.c 60 /* Nonzero if we are running on a big-endian machine. */
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 170 jne L(nonzero)
174 jne L(nonzero)
181 jne L(nonzero)
188 jne L(nonzero)
195 jne L(nonzero)
202 jne L(nonzero)
211 L(nonzero):
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 942 * nonzero coefficients in the block, because otherwise we'd get confused
943 * next time about which coefficients were already nonzero.
944 * But we need not undo addition of bits to already-nonzero coefficients;
962 s = p1; /* newly nonzero coef is positive */
964 s = m1; /* newly nonzero coef is negative */
    [all...]
  /external/libjpeg-turbo/
jchuff.c 837 * If some symbols have a very small but nonzero probability, the Huffman tree
866 freq[256] = 1; /* make sure 256 has a nonzero count */
875 /* Find the smallest nonzero frequency, set c1 = its symbol */
886 /* Find the next smallest nonzero frequency, set c2 = its symbol */
941 * shortest nonzero BITS entry is converted into a prefix for two code words
    [all...]
  /external/libvorbis/doc/
04-codec.tex 68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
192 \item If the mapping type is nonzero, the stream is undecodable
222 \item read 2 bits (reserved field); if the value is nonzero, the stream is undecodable
412 \subsubsection{nonzero vector propagate}
  /external/pdfium/third_party/libjpeg/
fpdfapi_jchuff.c 696 * If some symbols have a very small but nonzero probability, the Huffman tree
725 freq[256] = 1; /* make sure 256 has a nonzero count */
734 /* Find the smallest nonzero frequency, set c1 = its symbol */
745 /* Find the next smallest nonzero frequency, set c2 = its symbol */
800 * shortest nonzero BITS entry is converted into a prefix for two code words
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h 299 archive's table of contents. Defining this macro to be nonzero has
340 SUPPORTS_INIT_PRIORITY a nonzero value. */
1104 /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c 191 /* Nonzero if INSN is the opcode for a delayed branch. */
470 /* Nonzero of opcode table has been initialized. */
533 /* Nonzero means that we have found an instruction which has
538 /* Nonzero means that we have found a plus sign in the args
542 /* Nonzero means we have an annulled branch. */

Completed in 484 milliseconds

<<11121314151617181920>>