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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/tests/kvm/autoit/
notepad1.au3 5 ; Exit with a nonzero exit status if the parameter equals 0.
12 ; If timeout expires while waiting, exit with a nonzero exit status.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitstatus.h 37 /* Nonzero if STATUS indicates normal termination. */
40 /* Nonzero if STATUS indicates termination by a signal. */
44 /* Nonzero if STATUS indicates the child is stopped. */
47 /* Nonzero if STATUS indicates the child continued after a stop. We only
53 /* Nonzero if STATUS indicates the child dumped core. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitstatus.h 37 /* Nonzero if STATUS indicates normal termination. */
40 /* Nonzero if STATUS indicates termination by a signal. */
44 /* Nonzero if STATUS indicates the child is stopped. */
47 /* Nonzero if STATUS indicates the child continued after a stop. We only
53 /* Nonzero if STATUS indicates the child dumped core. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitstatus.h 37 /* Nonzero if STATUS indicates normal termination. */
40 /* Nonzero if STATUS indicates termination by a signal. */
44 /* Nonzero if STATUS indicates the child is stopped. */
47 /* Nonzero if STATUS indicates the child continued after a stop. We only
53 /* Nonzero if STATUS indicates the child dumped core. */
  /external/tremolo/Tremolo/
mapping0.c 136 int *nonzero= local
137 alloca(sizeof(*nonzero)*vi->channels);
163 nonzero[i]=1;
165 nonzero[i]=0;
169 /* channel coupling can 'dirty' the nonzero listing */
171 if(nonzero[info->coupling[i].mag] ||
172 nonzero[info->coupling[i].ang]){
173 nonzero[info->coupling[i].mag]=1;
174 nonzero[info->coupling[i].ang]=1;
183 if(nonzero[j]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 296 /* Nonzero means use extra default include directories for C++. */
299 /* Nonzero means handle cplusplus style comments. */
302 /* Nonzero means define __OBJC__, treat @ as a special token, use
307 /* Nonzero means don't copy comments into the output file. */
310 /* Nonzero means don't copy comments into the output file during
314 /* Nonzero means process the ISO trigraph sequences. */
317 /* Nonzero means process the ISO digraph sequences. */
320 /* Nonzero means to allow hexadecimal floats and LL suffixes. */
323 /* Nonzero means process u/U prefix literals (UTF-16/32). */
326 /* Nonzero means process r/R raw strings. If this is set, uliteral
    [all...]
  /ndk/sources/host-tools/make-3.81/
filedef.h 76 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp
78 unsigned int tried_implicit:1; /* Nonzero if have searched
81 unsigned int updating:1; /* Nonzero while updating deps of this file */
82 unsigned int updated:1; /* Nonzero if this file has been remade. */
83 unsigned int is_target:1; /* Nonzero if file is described as target. */
84 unsigned int cmd_target:1; /* Nonzero if file was given on cmd line. */
85 unsigned int phony:1; /* Nonzero if this is a phony file
87 unsigned int intermediate:1;/* Nonzero if this is an intermediate file. */
88 unsigned int secondary:1; /* Nonzero means remove_intermediates should
90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made i
    [all...]
job.h 58 unsigned int remote:1; /* Nonzero if executing remotely. */
60 unsigned int noerror:1; /* Nonzero if commands contained a `-'. */
62 unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */
63 unsigned int deleted:1; /* Nonzero if targets have been deleted. */
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint_test.py 7 # Returns nonzero if any test fails
litlint.py 7 # If any errors are detected, litlint returns a nonzero exit code.
70 # If errors, return nonzero
  /external/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h 41 * \param repfnz First nonzero column in each row ...
56 // For each nonzero supernode segment of U[*,j] in topological order
70 { // Nonzero U-segment
94 } // end nonzero U-segment
  /external/libdaemon/libdaemon/
dpid.h 64 * @return zero on success, nonzero on failure
69 * @return zero on success, nonzero on failure
80 * @return zero on success, nonzero on failure
96 * @return zero on success, nonzero on failure (timeout condition is considered a failure)
  /external/libselinux/include/selinux/
context.h 40 /* Set a context component. Returns nonzero if unsuccessful */
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 38 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */
39 MV_JOINT_HZVNZ = 2, /* Hor zero, vert nonzero */
40 MV_JOINT_HNZVNZ = 3, /* Both components nonzero */
51 /* Symbols for coding magnitude class of nonzero components */
  /external/llvm/test/Analysis/ValueTracking/
known-non-equal.ll 5 %q = load i8, i8* %pq, !range !0 ; %q is known nonzero; no known bits
  /external/selinux/libselinux/include/selinux/
context.h 40 /* Set a context component. Returns nonzero if unsuccessful */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.h 35 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */
36 MV_JOINT_HZVNZ = 2, /* Hor zero, vert nonzero */
37 MV_JOINT_HNZVNZ = 3, /* Both components nonzero */
48 /* Symbols for coding magnitude class of nonzero components */
  /ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp 8 // exited via an exception. (crash changed to nonzero return here)
  /ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp 8 // exited via an exception. (crash changed to nonzero return here)
  /art/runtime/interpreter/mterp/arm/
op_double_to_long.S 21 cmp r0, #0 @ nonzero == yes
32 cmp r0, #0 @ nonzero == yes
  /device/asus/fugu/recovery/
fw_version_check.h 38 * the fields in v. Returns nonzero on error */
43 * populate the fields in v. Returns nonzero on error */
  /external/bison/lib/
xalloc.h 95 dynamically, with error checking. S must be nonzero. */
108 objects each of S bytes, with error checking. S must be nonzero. */
122 each of S bytes. *PN must be nonzero unless P is null, and S must
123 be nonzero. Set *PN to the new number of objects, and return the
128 allocating an initial block with a nonzero size, or by allocating a
131 In the following implementation, nonzero sizes are increased by a
150 This causes x2nrealloc to allocate a block of some nonzero size the
154 nonzero value before calling this function with P == NULL. For
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 51 * \return 0 if not recognized, nonzero if recognized. The specific nonzero
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.h 46 * \return 0 if not recognized, nonzero if recognized. The specific nonzero
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.h 60 * \return 0 if not recognized, nonzero if recognized. The specific nonzero

Completed in 761 milliseconds

12 3 4 5 6 7 8 91011>>