HomeSort by relevance Sort by last modified time
    Searched refs:nonzero (Results 1 - 24 of 24) sorted by null

  /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/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...]
res012.c 104 ogg_int32_t **in,int *nonzero,int ch){
123 if(nonzero[i])
198 for(i=0;i<ch;i++)if(nonzero[i])break;
199 if(i==ch)return(0); /* no nonzero vectors */
codec_internal.h 151 ogg_int32_t **in,int *nonzero,int ch);
  /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
OP_DOUBLE_TO_LONG.S 22 cmp r0, #0 @ nonzero == yes
33 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
OP_DOUBLE_TO_INT.S 25 cmp r0, #0 @ nonzero == yes
35 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_LONG.S 22 cmp r0, #0 @ nonzero == yes
33 cmp r0, #0 @ nonzero == yes
  /external/skia/src/core/
SkMath.cpp 59 int nonzero = ((x >> 24) - 1) >> 31 << 3; local
60 zeros += nonzero;
61 x <<= nonzero; local
63 nonzero = ((x >> 28) - 1) >> 31 << 2;
64 zeros += nonzero;
65 x <<= nonzero; local
67 nonzero = ((x >> 30) - 1) >> 31 << 1;
68 zeros += nonzero;
69 x <<= nonzero; local
  /frameworks/base/media/libmedia/
Visualizer.cpp 209 int32_t nonzero = 0; local
214 nonzero |= workspace[i >> 1];
217 if (nonzero) {
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 192 cmp r1, #0 ; check for nonzero token - if (t)
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S 252 * If the argument is nonzero, emit barrier; otherwise, emit nothing.
    [all...]
InterpAsm-armv7-a.S 252 * If the argument is nonzero, emit barrier; otherwise, emit nothing.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/clearsilver/
configure     [all...]

Completed in 226 milliseconds