Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/icu4c/data/rbnf/
Dth.txt38 "10: \u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];",
39 "20: \u0E22\u0E35\u0E48\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];",
40 "30: <<\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];",
47 "%%alt-ones:",
/external/qemu/slirp/
Dif.c104 ttyp->ones = 0;
111 if (++ttyp->ones >= 5)
116 ttyp->ones = ttyp->zeros = 0;
Ddebug.c113 else if (ttyp->ones)
114 lprint(" %d ones have been typed\r\n", ttyp->ones);
/external/qemu/slirp-android/
Dif.c104 ttyp->ones = 0;
111 if (++ttyp->ones >= 5)
116 ttyp->ones = ttyp->zeros = 0;
Ddebug.c112 else if (ttyp->ones)
113 lprint(" %d ones have been typed\r\n", ttyp->ones);
/external/chromium/net/disk_cache/
Dbitmap_unittest.cc120 char ones[kMapSize]; in TEST() local
122 memset(ones, 0xff, kMapSize); in TEST()
128 EXPECT_EQ(0, memcmp(ones, map.GetMap(), kMapSize)); in TEST()
/external/qemu/
Dtrace.c283 uint32_t ones = year; in convert_secs_to_date_time() local
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones; in convert_secs_to_date_time()
288 ones = (mon - tens * 10); in convert_secs_to_date_time()
289 mon = (tens << 4) | ones; in convert_secs_to_date_time()
293 ones = (day - tens * 10); in convert_secs_to_date_time()
294 day = (tens << 4) | ones; in convert_secs_to_date_time()
300 ones = (hour - tens * 10); in convert_secs_to_date_time()
301 hour = (tens << 4) | ones; in convert_secs_to_date_time()
305 ones = (min - tens * 10); in convert_secs_to_date_time()
306 min = (tens << 4) | ones; in convert_secs_to_date_time()
[all …]
/external/llvm/test/CodeGen/X86/
Dzext-inreg-1.ll3 ; These tests differ from the ones in zext-inreg-0.ll in that
Dfold-pcmpeqd-2.ll5 ; so it shouldn't use pcmpeqd to materialize an all-ones vector; it
10 ; Constant pool all-ones vector:
/external/llvm/test/Assembler/
Dnamed-metadata.ll14 ; conflicting with anonymous metadata), but not the subsequent ones.
/external/llvm/test/Linker/
Dvisibility1.ll4 ; The values in this file are strong, the ones in visibility2.ll are weak,
/external/webkit/Source/WebCore/rendering/
DRenderListMarker.cpp181 if (int ones = number % 10) in toHebrewUnder1000() local
182 letters[length++] = 1487 + ones; in toHebrewUnder1000()
247 if (int ones = number % 10) { in toArmenianUnder10000() local
248 letters[length++] = (0x531 - 1 + lowerOffset) + ones; in toArmenianUnder10000()
303 if (int ones = number % 10) { in toGeorgian() local
307 letters[length++] = georgianOnes[ones - 1]; in toGeorgian()
/external/llvm/test/Bindings/Ocaml/
Dtarget.ml8 little ones. *)
Dipo_opts.ml8 little ones. *)
Dscalar_opts.ml8 little ones. *)
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DNeXT8 disciplined as flex' ones, so it should get more discipline first.
/external/openssl/crypto/rc2/
Dversion14 the ones taken from idea and des :-). I have implemented them as
/external/bison/lib/
Dbbitset.h123 void (*ones) (bitset); member
204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
/external/icu4c/samples/ufortune/resources/
Dfortune_resources.mak35 # clear out the built-in ones (for .c and the like), and add
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c73 int block, ones=0xffff, ones_in_block; in plen_to_mask() local
76 block = ones & (ones << (bits_in_block-ones_in_block)); in plen_to_mask()
/external/valgrind/main/docs/internals/
Dporting-HOWTO.txt43 uncomment and fix up the copied ones. Just use stubs that fail (immediately
79 ones).
/external/bison/data/
DREADME20 These skeletons are the only ones supported by the Bison team.
/external/valgrind/main/
Ddarwin9.supp211 # These ones were necessary to give no errors on a tiny non-threaded
241 # These ones were necessary to give no errors on a tiny threaded program.
/external/oprofile/events/arm/armv7-ca9/
Devents5 …m:zero minimum:500 name:JAVA_BC_EXEC : Number of Java bytecodes decoded, including speculative ones
6 …um:500 name:JAVA_SFTBC_EXEC : Number of software Java bytecodes decoded, including speculative ones
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dlibraries.apt20 .tokens files in the same source directory as the ones that use the .tokens files, then

1234567891011