Searched defs:ones (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm226 paddsw xmm5, [GLOBAL(ones)]
228 paddsw xmm1, [GLOBAL(ones)]
1773 ones: label
H A Dloopfilter_mmx.asm188 paddsw mm5, [GLOBAL(ones)]
189 paddsw mm1, [GLOBAL(ones)]
506 paddsw mm5, [GLOBAL(ones)]
508 paddsw mm1, [GLOBAL(ones)]
1764 ones: label
/external/chromium/net/disk_cache/
H A Dbitmap_unittest.cc120 char ones[kMapSize]; local
122 memset(ones, 0xff, kMapSize);
128 EXPECT_EQ(0, memcmp(ones, map.GetMap(), kMapSize));
221 // Almost the same test as FindNextSetBit, but find zeros instead of ones.
/external/mesa3d/test/
H A Dcmain.c247 Vector4 ones = {1,1,1,1}; local
249 if (memcmp(&vout0.varyings[vTexColorIndex],&ones,sizeof ones)) { // should be the last texel color
/external/bison/lib/
H A Dbbitset.h123 void (*ones) (bitset); member in struct:bitset_vtable
204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
/external/opencv/cv/src/
H A Dcvfundam.cpp1202 CvMat* ones = 0; local
1280 ones = cvGetSubRect( dst, &_ones, cvRect( s_dims, 0, 1, d_count ));
1285 ones = cvGetSubRect( dst, &_ones, cvRect( 0, s_dims, d_count, 1 ));
1310 if( ones )
1311 cvSet( ones, cvRealScalar(1.) );
/external/qemu/
H A Dtrace.c283 uint32_t ones = year; local
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;
288 ones = (mon - tens * 10);
289 mon = (tens << 4) | ones;
293 ones = (day - tens * 10);
294 day = (tens << 4) | ones;
300 ones = (hour - tens * 10);
301 hour = (tens << 4) | ones;
305 ones = (min - tens * 10);
306 min = (tens << 4) | ones;
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp393 // will selectively turn on ones that can be effectively codegen'd.
697 // get a registerfull of ones. (this implementation is a workaround: LLVM
699 SDValue ones = DAG.getConstant(-1, MVT::v4i32 ); local
700 ones = DAG.getNode(ISD::BITCAST, dl, MVT::i128, ones);
926 // get a registerfull of ones
927 SDValue ones = DAG.getConstant(-1, MVT::v4i32); local
928 ones = DAG.getNode(ISD::BITCAST, dl, MVT::i128, ones);
930 // Create the 128 bit masks that have ones wher
[all...]

Completed in 1898 milliseconds