Searched refs:ones (Results 1 - 25 of 91) sorted by path

1234

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas420 /// so we have to instantiate new ones. When doing normal tree
1441 /// so instantiate new ones when uniqueNavigationNodes is true.
2099 /// so instantiate new ones when uniqueNavigationNodes is true.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm52 (even the ones that will "never happen"), with a full explanation of each
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm318 (even the ones that will "never happen"), with a full explanation of each
/external/bison/build-aux/
H A Dtexinfo.tex4187 % ..., but we might end up with active ones in the argument if
/external/bison/lib/
H A Dbbitset.h125 void (*ones) (bitset); member in struct:bitset_vtable
206 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
/external/blktrace/btt/doc/
H A Dbtt.tex286 ones due to timer unplugs.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php252 // We weren't handed any parameters, so let's find the ones relevant to
/external/chromium_org/net/disk_cache/blockfile/
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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp46 // in the range U+2160 to U+217F instead of standard ASCII ones.
187 if (int ones = number % 10)
188 letters[length++] = 1487 + ones;
252 if (int ones = number % 10) {
253 letters[length++] = (0x531 - 1 + lowerOffset) + ones;
308 if (int ones = number % 10) {
312 letters[length++] = georgianOnes[ones - 1];
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2824 bool ones,
2854 if (ones) {
2819 checkPairSets( Persistent<WSSet>& weakStrong, Persistent<SWSet>& strongWeak, Persistent<WUSet>& weakUnwrapped, Persistent<UWSet>& unwrappedWeak, bool ones, Persistent<IntWrapper>& two) argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeUtilities.cpp118 // ICU's search ignores the distinction between small kana letters and ones
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd720 # The ones that are commented out needs an IFDEF function
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmfiles.mk21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak35 # clear out the built-in ones (for .c and the like), and add
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c62 uint32_t ones = 0xFFFFFFFF; local
134 "pick.qb %[hev1], %[ones], $0 \n\t"
146 "pick.qb %[s2], $0, %[ones] \n\t"
151 [q1] "r" (q1), [ones] "r" (ones), [flimit] "r" (flimit)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm186 paddsw mm5, [GLOBAL(ones)]
187 paddsw mm1, [GLOBAL(ones)]
501 paddsw mm5, [GLOBAL(ones)]
503 paddsw mm1, [GLOBAL(ones)]
1740 ones: label
H A Dloopfilter_sse2.asm230 movdqa xmm2, [GLOBAL(ones)]
1627 ones: label
H A Dpostproc_sse2.asm567 pshufd xmm6, xmm6, 0 ; duplicate the last ones
568 pshufd xmm7, xmm7, 0 ; duplicate the last ones
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
202 ones = _mm_cmpeq_epi16(zeros, zeros);
204 x0 = _mm_xor_si128(x0, ones);
205 x1 = _mm_xor_si128(x1, ones);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h36 uint32_t ones = 0xFFFFFFFF; local
108 "pick.qb %[hev1], %[ones], $0 \n\t"
120 "pick.qb %[s2], $0, %[ones] \n\t"
125 [q1] "r" (q1), [ones] "r" (ones), [flimit] "r" (flimit)
144 uint32_t ones = 0xFFFFFFFF; local
222 "pick.qb %[flat1], $0, %[ones] \n\t"
244 [flat_thresh] "r" (flat_thresh), [ones] "r" (ones)
257 "pick.qb %[hev1], %[ones],
289 uint32_t ones = 0xFFFFFFFF; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm186 paddsw mm5, [GLOBAL(ones)]
187 paddsw mm1, [GLOBAL(ones)]
501 paddsw mm5, [GLOBAL(ones)]
503 paddsw mm1, [GLOBAL(ones)]
613 ones: label
H A Dvp9_postproc_sse2.asm536 pshufd xmm6, xmm6, 0 ; duplicate the last ones
537 pshufd xmm7, xmm7, 0 ; duplicate the last ones
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c874 int min_log2_tile_cols, max_log2_tile_cols, ones; local
878 ones = cm->log2_tile_cols - min_log2_tile_cols;
879 while (ones--)
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec45 red_green signed formats but no uncompressed ones, which might
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); local
95 return ones;
300 LLVMConstExtractElement(ones, index),
359 LLVMConstExtractElement(ones, index),

Completed in 9703 milliseconds

1234