HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 1 - 25 of 713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
machmode.h 46 /* Nonzero if MODE is an integral mode. */
53 /* Nonzero if MODE is a floating-point mode. */
60 /* Nonzero if MODE is a complex mode. */
65 /* Nonzero if MODE is a vector mode. */
74 /* Nonzero if MODE is a scalar integral mode. */
79 /* Nonzero if MODE is a scalar floating point mode. */
84 /* Nonzero if MODE is a decimal floating point mode. */
88 /* Nonzero if MODE is a scalar fract mode. */
92 /* Nonzero if MODE is a scalar ufract mode. */
96 /* Nonzero if MODE is a scalar fract or ufract mode. *
    [all...]
c-common.h 311 /* In C++, Nonzero if we should treat statements as full
316 variable is nonzero, since those are the normal semantics of
373 /* Nonzero if prepreprocessing only. */
382 /* Nonzero means that we will allow new ObjC exception syntax (@throw,
386 /* Nonzero means that we generate NeXT setjmp based exceptions. */
389 /* Nonzero means that code generation will be altered to support
394 /* Nonzero means emit an '__OBJC, __image_info' for the current translation
399 /* Nonzero means don't output line number information. */
403 /* Nonzero causes -E output not to be done, but directives such as
408 /* Nonzero means dump macros in some fashion; contains the 'D', 'M'
    [all...]
function.h 80 /* Indexed by pseudo register number, if nonzero gives the known alignment
117 When INHIBIT_DEFER_POP is nonzero, however, the compiler does not
129 /* Nonzero means __builtin_saveregs has already been done in this function.
274 /* If nonzero, an RTL expression for the location at which the current
364 /* Nonzero if function being compiled called builtin_return_addr or
365 builtin_frame_address with nonzero count. */
368 /* Nonzero if the function calls __builtin_eh_return. */
371 /* Nonzero if function saves all registers, e.g. if it has a nonlocal
375 /* Nonzero if function being compiled has nonlocal gotos to parent
379 /* Nonzero if function being compiled has an asm statement. *
    [all...]
cpplib.h 272 /* Nonzero means use extra default include directories for C++. */
275 /* Nonzero means handle cplusplus style comments. */
278 /* Nonzero means define __OBJC__, treat @ as a special token, use
283 /* Nonzero means don't copy comments into the output file. */
286 /* Nonzero means don't copy comments into the output file during
290 /* Nonzero means process the ISO trigraph sequences. */
293 /* Nonzero means process the ISO digraph sequences. */
296 /* Nonzero means to allow hexadecimal floats and LL suffixes. */
299 /* Nonzero means process u/U prefix literals (UTF-16/32). */
302 /* Nonzero means print names of header files (-H). *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
machmode.h 46 /* Nonzero if MODE is an integral mode. */
53 /* Nonzero if MODE is a floating-point mode. */
60 /* Nonzero if MODE is a complex mode. */
65 /* Nonzero if MODE is a vector mode. */
74 /* Nonzero if MODE is a scalar integral mode. */
79 /* Nonzero if MODE is a scalar floating point mode. */
84 /* Nonzero if MODE is a decimal floating point mode. */
88 /* Nonzero if MODE is a scalar fract mode. */
92 /* Nonzero if MODE is a scalar ufract mode. */
96 /* Nonzero if MODE is a scalar fract or ufract mode. *
    [all...]
c-common.h 311 /* In C++, Nonzero if we should treat statements as full
316 variable is nonzero, since those are the normal semantics of
373 /* Nonzero if prepreprocessing only. */
382 /* Nonzero means that we will allow new ObjC exception syntax (@throw,
386 /* Nonzero means that we generate NeXT setjmp based exceptions. */
389 /* Nonzero means that code generation will be altered to support
394 /* Nonzero means emit an '__OBJC, __image_info' for the current translation
399 /* Nonzero means don't output line number information. */
403 /* Nonzero causes -E output not to be done, but directives such as
408 /* Nonzero means dump macros in some fashion; contains the 'D', 'M'
    [all...]
function.h 80 /* Indexed by pseudo register number, if nonzero gives the known alignment
117 When INHIBIT_DEFER_POP is nonzero, however, the compiler does not
129 /* Nonzero means __builtin_saveregs has already been done in this function.
274 /* If nonzero, an RTL expression for the location at which the current
364 /* Nonzero if function being compiled called builtin_return_addr or
365 builtin_frame_address with nonzero count. */
368 /* Nonzero if the function calls __builtin_eh_return. */
371 /* Nonzero if function saves all registers, e.g. if it has a nonlocal
375 /* Nonzero if function being compiled has nonlocal gotos to parent
379 /* Nonzero if function being compiled has an asm statement. *
    [all...]
cpplib.h 272 /* Nonzero means use extra default include directories for C++. */
275 /* Nonzero means handle cplusplus style comments. */
278 /* Nonzero means define __OBJC__, treat @ as a special token, use
283 /* Nonzero means don't copy comments into the output file. */
286 /* Nonzero means don't copy comments into the output file during
290 /* Nonzero means process the ISO trigraph sequences. */
293 /* Nonzero means process the ISO digraph sequences. */
296 /* Nonzero means to allow hexadecimal floats and LL suffixes. */
299 /* Nonzero means process u/U prefix literals (UTF-16/32). */
302 /* Nonzero means print names of header files (-H). *
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
ialloc.c 16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
22 return malloc((size_t) nonzero(n));
42 return realloc((void *) pointer, (size_t) nonzero(size));
  /external/icu4c/tools/tzcode/
ialloc.c 16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
22 return malloc((size_t) nonzero(n));
42 return realloc((void *) pointer, (size_t) nonzero(size));
  /external/clearsilver/mod_ecs/
mod_ecs.h 8 /* need nonzero even for a default :-) */
  /frameworks/base/tools/aidl/
options.h 31 // Returns 0 on success, and nonzero on failure.
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 20 cmp r0, #0 @ nonzero == yes
27 cmp r0, #0 @ nonzero == yes
OP_FLOAT_TO_LONG.S 18 cmp r0, #0 @ nonzero == yes
26 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_INT.S 25 cmp r0, #0 @ nonzero == yes
35 cmp r0, #0 @ nonzero == yes
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 20 cmp r0, #0 @ nonzero == yes
27 cmp r0, #0 @ nonzero == yes
OP_FLOAT_TO_LONG.S 18 cmp r0, #0 @ nonzero == yes
26 cmp r0, #0 @ nonzero == yes
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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. */
  /external/bison/lib/
xmalloc.c 43 dynamically, with error checking. S must be nonzero. */
69 objects each of S bytes, with error checking. S must be nonzero. */
97 each of S bytes. *PN must be nonzero unless P is null, and S must
98 be nonzero. Set *PN to the new number of objects, and return the
103 allocating an initial block with a nonzero size, or by allocating a
106 In the following implementation, nonzero sizes are doubled so that
125 This causes x2nrealloc to allocate a block of some nonzero size the
129 nonzero value before calling this function with P == NULL. For
188 nonzero unless P is null. Set *PN to the new block's size, and
209 checking. S must be nonzero. *
    [all...]
  /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...]
  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 27 * Otherwise nonzero to see log_verbose() messages.
35 * Otherwise nonzero to see log_verbose() messages.
43 * Otherwise nonzero to see log_verbose() messages.
51 * Otherwise nonzero to run the slower tests.
58 * Set this to nonzero to warn (not error) on missing data.
176 * This message will only appear if the global VERBOSITY is nonzero
185 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 27 * Otherwise nonzero to see log_verbose() messages.
35 * Otherwise nonzero to see log_verbose() messages.
43 * Otherwise nonzero to see log_verbose() messages.
51 * Otherwise nonzero to run the slower tests.
58 * Set this to nonzero to warn (not error) on missing data.
176 * This message will only appear if the global VERBOSITY is nonzero
185 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
  /device/htc/common/updater/
firmware.h 21 * Returns 0 if no radio image was defined, nonzero on error,
  /external/webkit/WebCore/rendering/style/
BorderData.h 51 return left.nonZero(!haveImage) || right.nonZero(!haveImage) || top.nonZero(!haveImage) || bottom.nonZero(!haveImage);
  /frameworks/base/core/java/android/app/backup/
IRestoreSession.aidl 34 * @return Zero on success; nonzero on error. The observer will only receive a
45 * @return Zero on success; nonzero on error. The observer will only receive
59 * in either source, a nonzero value will be returned.
61 * @return Zero on success; nonzero on error. The observer will only receive

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>