Searched defs:zero (Results 276 - 300 of 355) sorted by path

<<1112131415

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_emit.cpp120 static float zero = 0.0; local
121 c->prog_data.param[slot] = &zero;
H A Dbrw_vec4_visitor.cpp487 static float zero = 0; local
489 c->prog_data.param[this->uniforms * 4 + i] = &zero;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DBTree.java30 private BTree zero; field in class:BTree
48 if (zero == null)
49 zero = new BTree();
50 branch = zero;
61 return zero;
/external/nanopb-c/examples/network_server/
H A Dclient.c44 uint8_t zero = 0; local
69 pb_write(&output, &zero, 1);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHpackDraft05Test.java832 @Test public void zero() throws IOException { method in class:HpackDraft05Test
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp613 static double zero[] = {0,0,0,0}; local
751 c = zero;
769 if( c == zero )
802 if( c == zero )
840 if( c == zero )
2544 "The number of vectors is zero or negative" );
/external/openfst/src/extensions/ngram/
H A Dbitmap-index.cc66 const uint64 zero = 0; local
67 const uint64 ones = ~zero;
132 const uint64 zero = 0; local
133 const uint64 ones = ~zero;
/external/openfst/src/include/fst/script/
H A Dweight-class.h152 // We need to store zero and one as statics, because the weight type
155 static const W zero = W::Zero(); local
159 return &zero;
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h97 static SparseTupleWeight<W, K> zero; local
98 return zero;
/external/openssl/crypto/bn/asm/
H A Ds390x.S13 #define zero %r0 define
20 lghi zero,0 // zero = 0
32 algr zero,zero // clear carry
38 alcgr %r6,zero
45 alcgr %r8,zero
52 alcgr %r6,zero
59 alcgr %r8,zero
66 la %r10,1(%r10) // see if len%4 is zero
[all...]
/external/openssl/crypto/bn/
H A Dbn_mul.c398 unsigned int neg,zero; local
433 zero=neg=0;
441 zero=1;
451 zero=1;
459 zero=1;
471 if (!zero)
483 if (!zero)
495 if (!zero)
600 /* The zero case isn't yet implemented here. The speedup
762 int neg,oneg,zero; local
[all...]
H A Dbn_sqr.c89 max = 2 * al; /* Non-zero (from above) */
143 /* If the most-significant half of the top word of 'a' is zero, then
210 int zero,c1; local
241 zero=0;
247 zero=1;
249 /* The result will always be negative unless it is zero */
252 if (!zero)
259 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
/external/oprofile/libutil++/
H A Dgrowable_vector.h95 bool zero() const { function in class:growable_vector
H A Dsparse_array.h87 bool zero() const { function in class:sparse_array
/external/pcre/dist/
H A Dpcre_jit_compile.c2590 is less than 128. Otherwise it returns with zero. Does not check STR_END. The
2895 /* Searching for the first zero. */
2943 /* Searching for the first zero. */
4210 /* All bits will be zero or one (since bit is zero or one). */
6098 is zero the invalid case is basically the same as an empty case. */
6108 /* Restore if not zero length. */
6181 is zero the invalid case is basically the same as an empty case. */
6191 /* Length is non-zero, we can match real repeats. */
7064 /* Checking zero
7479 BOOL zero = FALSE; local
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_array.h40 void zero() function in class:agg::pod_array
/external/pixman/pixman/
H A Dpixman-android.c217 /* handle top/bottom zero padding by just setting weights to 0 if needed */
311 static const uint32_t zero[1] = { 0 }; local
314 dst, zero + 1, left_pad + width + right_pad,
321 dst, zero + 1, left_pad, -((pixman_fixed_t) 1), 0,
331 dst + left_pad + width, zero + 1, right_pad,
H A Dpixman-bits-image.c159 uint32_t zero[2] = { 0, 0 }; local
196 top_row = zero;
209 bottom_row = zero;
235 /* If both are zero, then the whole thing is zero */
236 if (top_row == zero && bottom_row == zero)
243 if (top_row == zero)
248 else if (bottom_row == zero)
869 static const uint8_t zero[ variable
[all...]
H A Dpixman-mips-dspr2-asm.h35 #define zero $0 macro
H A Dpixman-sse2.c2599 /* if all bits in mask are zero, pack_cmp are equal to 0xffff */
2713 /* if all bits in mask are zero, pack_cmp are equal to 0xffff */
3729 uint32_t opaque, zero; local
3768 zero = is_zero (xmm_src);
3782 else if (!zero)
3790 zero = is_zero (xmm_src);
3799 else if (!zero)
3839 uint32_t opaque, zero; local
3874 zero = is_zero (xmm_src_hi);
3886 else if (!zero)
[all...]
/external/pixman/test/
H A Dradial-perf-test.c22 pixman_image_t *dest, *radial, *zero; local
28 zero = pixman_image_create_solid_fill (&z);
42 PIXMAN_OP_SRC, zero, NULL, dest,
/external/qemu/android/skin/
H A Dargb.h24 mmx_load8888( unsigned value, mmx_t zero )
26 return _mm_unpacklo_pi8( _mm_cvtsi32_si64 (value), zero);
30 mmx_save8888( mmx_t argb, mmx_t zero )
32 return (unsigned) _mm_cvtsi64_si32( _mm_packs_pu16( argb, zero ) );
43 mmx_mulshift( mmx_t argb, int multiplier, int rshift, mmx_t zero )
45 mmx_t ar = _mm_unpackhi_pi16(argb, zero );
46 mmx_t gb = _mm_unpacklo_pi16(argb, zero );
56 mmx_interp255( mmx_t m1, mmx_t m2, mmx_t zero, int alpha ) argument
/external/qemu/block/
H A Dqcow2.c969 char zero[16]; local
972 memset(zero, 0, sizeof(zero));
986 ret = qemu_write_full(fd, zero, padding);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c450 * us access to the mousewheel, etc. Returns zero if
1044 static struct timeval zero; local
1075 if ( select(max_fd+1, &fdset, NULL, NULL, &zero) > 0 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c473 static struct timeval zero; local
485 if (select (max_fd + 1, &fdset, 0, 0, &zero) > 0) {

Completed in 620 milliseconds

<<1112131415