/external/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 226 paddsw xmm5, [GLOBAL(ones)] 228 paddsw xmm1, [GLOBAL(ones)] 1773 ones: label [all...] |
loopfilter_mmx.asm | 188 paddsw mm5, [GLOBAL(ones)] 189 paddsw mm1, [GLOBAL(ones)] 506 paddsw mm5, [GLOBAL(ones)] 508 paddsw mm1, [GLOBAL(ones)] 1764 ones: label [all...] |
/external/chromium/net/disk_cache/ |
bitmap_unittest.cc | 120 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.
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldFormatterTest.java | 32 Formattable ones = new Formattable() { local 51 assertEquals("aaa 111?", new Formatter().format("aaa %s?", ones).toString()); 52 assertEquals("aaa 111 bbb 222?", new Formatter().format("aaa %s bbb %s?", ones, twos).toString());
|
/libcore/luni/src/test/java/libcore/sqlite/ |
AbstractSqlTest.java | 57 private final String[] ones = {"hello!", "goodbye"}; field in class:AbstractSqlTest 72 ones_updated = new String[ones.length]; 73 for (int i = 0; i < ones.length; i++) { 74 ones_updated[i] = ones[i] + twos[i]; 123 for (int i = 0; i < ones.length; i++) { 124 firstStmt.execute("insert into tbl1 values('" + ones[i] + "'," 127 assertAllFromTbl1(firstStmt, ones, twos); 134 * @param ones the expected values of the column 'one' 138 private void assertAllFromTbl1(Statement stmt, String[] ones, short[] twos) 143 assertTrue(i < ones.length) [all...] |
/external/mesa3d/test/ |
cmain.c | 247 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/ |
bbitset.h | 123 void (*ones) (bitset); member in struct:bitset_vtable 204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
|
/external/opencv/cv/src/ |
cvfundam.cpp | 1202 CvMat* ones = 0; local [all...] |
/external/qemu/ |
trace.c | 283 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/ |
SPUISelLowering.cpp | 393 // 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); 927 SDValue ones = DAG.getConstant(-1, MVT::v4i32); local [all...] |