Home
last modified time | relevance | path

Searched refs:lref (Results 1 - 3 of 3) sorted by relevance

/third_party/openssl/test/
H A Dbio_enc_test.c44 int i, lref, len; in do_bio_cipher() local
62 lref = BIO_read(b, ref, sizeof(ref)); in do_bio_cipher()
66 for (i = 1; i < lref; i++) { in do_bio_cipher()
89 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
96 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
116 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
131 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
144 for (i = 1; i < lref; i++) { in do_bio_cipher()
152 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
174 for (i = 1; i < lref / in do_bio_cipher()
[all...]
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp41 LocaleRef lref;
42 status = LocaleRefFromLocaleString(opt_locale, &lref);
43 status = UCCreateTextBreakLocator(lref, 0, kUCTextBreakAllMask, (TextBreakLocatorRef*)&breakRef);
H A Dubrkperfold.cpp184 LocaleRef lref; in createMACBrkIt() local
185 status = LocaleRefFromLocaleString(opt_locale, &lref); in createMACBrkIt()
186 status = UCCreateTextBreakLocator(lref, 0, kUCTextBreakAllMask, (TextBreakLocatorRef*)&breakRef); in createMACBrkIt()

Completed in 3 milliseconds