Searched refs:re1 (Results 1 – 11 of 11) sorted by relevance
/external/dtc/tests/ |
D | dtbs_equal_unordered.c | 59 const struct fdt_reserve_entry *re1 = p1; in mem_rsv_cmp() local 62 if (fdt64_to_cpu(re1->address) < fdt64_to_cpu(re2->address)) in mem_rsv_cmp() 64 else if (fdt64_to_cpu(re1->address) > fdt64_to_cpu(re2->address)) in mem_rsv_cmp() 67 if (fdt64_to_cpu(re1->size) < fdt64_to_cpu(re2->size)) in mem_rsv_cmp() 69 else if (fdt64_to_cpu(re1->size) > fdt64_to_cpu(re2->size)) in mem_rsv_cmp()
|
/external/libxaac/decoder/ |
D | ixheaacd_qmf_dec.c | 168 WORD16 re1, im1, im2; in ixheaacd_posttwdct2() local 177 re1 = ixheaacd_round16(ixheaacd_shl32(out_re1, (5 - 1))); in ixheaacd_posttwdct2() 179 *out_fwd++ = re1; in ixheaacd_posttwdct2() 194 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); in ixheaacd_posttwdct2() 198 *out_fwd++ = re1; in ixheaacd_posttwdct2() 199 *out_rev2-- = re1; in ixheaacd_posttwdct2() 206 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); in ixheaacd_posttwdct2() 208 *out_fwd++ = re1; in ixheaacd_posttwdct2() 209 *out_rev2-- = re1; in ixheaacd_posttwdct2() 280 WORD16 re1, im1, im2; in ixheaacd_posttwdct2_32() local [all …]
|
D | ixheaacd_ps_dec.c | 478 WORD32 re0, im0, re1, im1; in ixheaacd_decorrelation_dec() local 482 re1 = (p_left_real[5]); in ixheaacd_decorrelation_dec() 489 power_buf[0], ixheaacd_mult32x16in32(re1, (WORD16)(re1 >> 16))); in ixheaacd_decorrelation_dec() 495 re1 = (p_left_real[1]); in ixheaacd_decorrelation_dec() 502 power_buf[1], ixheaacd_mult32x16in32(re1, (WORD16)(re1 >> 16))); in ixheaacd_decorrelation_dec()
|
/external/v8/benchmarks/ |
D | regexp.js | 74 var re1 = /(((\w+):\/\/)([^\/:]*)(:(\d+))?)?([^#?]*)(\?([^#]*))?(#(.*))?/; 125 re1.exec(s1[i]); 131 re1.exec(s3[i]); 134 re1.exec(s4[i]); 271 re1.exec(s46[i]); 286 re1.exec(s54[i]);
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 1483 UnicodeString re1("abc[a-l][m-z]"); in API_Pattern() local 1488 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); in API_Pattern() 1508 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status); in API_Pattern() 1514 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern() 2763 UText re1 = UTEXT_INITIALIZER; in API_Pattern_UTF8() local 2770 utext_openUTF8(&re1, str_abcalmz, -1, &status); in API_Pattern_UTF8() 2773 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); in API_Pattern_UTF8() 2793 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8() 2799 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8() 2817 utext_close(&re1); in API_Pattern_UTF8() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 872 const RE re1("a"); in TEST() local 873 EXPECT_TRUE(RE::FullMatch("a", re1)); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 888 const RE re1("a"); in TEST() local 889 EXPECT_TRUE(RE::FullMatch("a", re1)); in TEST()
|
/external/hyphenation-patterns/sl/ |
D | hyph-sl.pat.txt | 784 re1
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 1061 re1 ← ㄖㄜ;
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12973 was new in 1.5a3!) will be kept around as re1.py. The "old" regex
|
/external/python/cpython3/Misc/ |
D | HISTORY | 30352 was new in 1.5a3!) will be kept around as re1.py. The "old" regex
|