Home
last modified time | relevance | path

Searched refs:TWO (Results 1 - 25 of 72) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c60 #define TWO(p) ((double)(1ULL<<(p))) macro
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0; in poly1305_init()
118 st->h[1].d = TWO(52)*TWO32; in poly1305_init()
119 st->h[2].d = TWO(52)*TWO64; in poly1305_init()
120 st->h[3].d = TWO(5 in poly1305_init()
[all...]
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c60 #define TWO(p) ((double)(1ULL<<(p))) macro
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0; in poly1305_init()
118 st->h[1].d = TWO(52)*TWO32; in poly1305_init()
119 st->h[2].d = TWO(52)*TWO64; in poly1305_init()
120 st->h[3].d = TWO(5 in poly1305_init()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinvalidDoWhileBreakStatements.js9 do break TWO; while (true)
12 TWO:
15 break TWO;
47 break TWO;
50 TWO: do {
52 break TWO;
48 TWO: do { global() function
H A DinvalidDoWhileContinueStatements.js9 do continue TWO; while (true)
12 TWO:
15 continue TWO;
47 continue TWO;
50 TWO: do {
52 continue TWO;
48 TWO: do { global() function
H A DinvalidForBreakStatements.js9 for(;;) break TWO;
12 TWO:
15 break TWO;
46 break TWO; function
48 TWO: for (;;) {
50 break TWO;
H A DinvalidForContinueStatements.js9 for(;;) continue TWO;
12 TWO:
15 continue TWO;
46 continue TWO; function
48 TWO: for (;;) {
50 continue TWO;
H A DinvalidWhileBreakStatements.js9 while (true) break TWO;
12 TWO:
15 break TWO;
47 break TWO; function
49 TWO: while (true) {
51 break TWO;
H A DinvalidWhileContinueStatements.js9 while (true) continue TWO;
12 TWO:
15 continue TWO;
47 continue TWO; function
49 TWO: while (true) {
51 continue TWO;
H A DinvalidForInBreakStatements.js9 for (var x in {}) break TWO;
12 TWO:
15 break TWO;
47 break TWO; function
49 TWO: for (var x in {}) {
51 break TWO;
H A DinvalidForInContinueStatements.js9 for (var x in {}) continue TWO;
12 TWO:
15 continue TWO;
47 continue TWO; function
49 TWO: for (var x in {}) {
51 continue TWO;
H A DcontinueNotInIterationStatement4.js2 TWO:
5 continue TWO;
11 TWO: while (true) {
13 continue TWO;
7 TWO: while (true) { global() function
H A Dparser_continueNotInIterationStatement4.js2 TWO:
5 continue TWO;
11 TWO: while (true) {
13 continue TWO;
7 TWO: while (true) { global() function
H A DnumericEnumMappedType.js4 enum E1 { ONE, TWO, THREE }
5 declare enum E2 { ONE, TWO, THREE }
32 // ONE and TWO below are not computed members but rather just numerically valued members
35 declare enum E { ONE, TWO, THREE = 'x' }
46 E1[E1["TWO"] = 1] = "TWO";
74 TWO = 1,
79 TWO,
106 TWO = 1,
H A DswitchBreakStatements.js13 TWO:
67 TWO: THREE: switch ('') {
H A DdoWhileBreakStatements.js12 TWO:
48 TWO: THREE: do {
H A DdoWhileContinueStatements.js12 TWO:
48 TWO: THREE: do {
H A DforBreakStatements.js11 TWO:
47 TWO: THREE: for (;;) {
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dmrand48.c21 #define TWO 2 macro
33 EXPECT_TRUE("jrand48_0100", rev < pow(TWO, THIRTYONE) && rev > -pow(TWO, THIRTYONE)); in jrand48_0100()
58 EXPECT_TRUE("mrand48_0100", ret < pow(TWO, THIRTYONE) && ret > -pow(TWO, THIRTYONE)); in mrand48_0100()
H A Dlcong48.c20 const int TWO = 2; variable
33 EXPECT_TRUE("lcong48_0100", ret < pow(TWO, THRITYONE) && ret > -pow(TWO, THRITYONE)); in lcong48_0100()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DPluralsMapperTest.java9 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapperTest.PluralCount.TWO;
42 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
55 pluralRule(ORDINAL, locales, TWO, "two"), in testSimple()
62 pluralRule(CARDINAL, locales, TWO, "!two!"), in testSimple()
101 pluralRule(CARDINAL, locales1, TWO, "two"), in testGroupDeduplication_subsets()
105 pluralRule(CARDINAL, locales2, TWO, "two"), in testGroupDeduplication_subsets()
130 pluralRule(CARDINAL, locales, TWO, "two"), in testGroupDeduplication_type()
134 pluralRule(ORDINAL, locales, TWO, "two")); in testGroupDeduplication_type()
156 pluralRule(CARDINAL, locales1, TWO, "two"), in testGroupDeduplication_locales()
160 pluralRule(CARDINAL, locales2, TWO, "tw in testGroupDeduplication_locales()
[all...]
H A DPluralRangesMapperTest.java9 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.TWO;
33 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
46 pluralRange(locales, ONE, TWO, OTHER), in testSimple()
74 pluralRange(locales2, ONE, TWO, OTHER), in testMultipleSets()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D122-redefine-whitespace.c2 #define TWO ( 1+1 ) macro
9 #define TWO ( 1+1 ) macro
18 #define TWO (1 + 1) macro
H A D091-hash-line.c11 #define TWO 2 macro
12 #line NINETY TWO /* A #line line with macro expansion */
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dmtx_timedlock.c21 const int TWO = 2; variable
33 timeout.tv_sec = TWO; in mtx_timedlock_0100()
61 timeout.tv_sec = TWO; in mtx_timedlock_0200()
92 timeout.tv_sec = TWO; in mtx_timedlock_time64_0100()
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dpreprocessor2.c1 #define TWO a, b macro
6 UNARY(TWO)

Completed in 6 milliseconds

123