HomeSort by relevance Sort by last modified time
    Searched refs:try1 (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor.c 48 try1 = root + (1 << (N)); \
49 if (value >= try1 << (N)) \
51 value -= try1 << (N); \
57 int32_t root = 0, try1; local
  /external/libcxxabi/test/
unwind_06.pass.cpp 25 double try1(bool v) { function
140 try1(true);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
unwind_06.pass.cpp 25 double try1(bool v) { function
140 try1(true);
  /prebuilts/go/darwin-x86/test/
recover.go 210 func try1(g func(), deflt interface{}) (x interface{}) { func
234 v = try1(func() { panic(5) }, 55).(int)
236 println("try1 wrong value", v, 5)
240 s = try1(func() {}, "hi").(string)
242 println("try1 wrong value", s, "hi")
  /prebuilts/go/linux-x86/test/
recover.go 210 func try1(g func(), deflt interface{}) (x interface{}) { func
234 v = try1(func() { panic(5) }, 55).(int)
236 println("try1 wrong value", v, 5)
240 s = try1(func() {}, "hi").(string)
242 println("try1 wrong value", s, "hi")
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 138 <threadname>try1</threadname>
190 <threadname>try1</threadname>
  /external/pdfium/third_party/libopenjpeg20/
pi.c 386 OPJ_INT32 trx1, try1; local
410 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
437 if ((trx0 == trx1) || (try0 == try1)) {
524 OPJ_INT32 trx1, try1; local
544 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
571 if ((trx0 == trx1) || (try0 == try1)) {
656 OPJ_INT32 trx1, try1; local
675 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
702 if ((trx0 == trx1) || (try0 == try1)) {
    [all...]

Completed in 6146 milliseconds