Home
last modified time | relevance | path

Searched defs:try1 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dpi.c405 OPJ_UINT32 trx1, try1; in opj_pi_next_rpcl() local
550 OPJ_UINT32 trx1, try1; in opj_pi_next_pcrl() local
689 OPJ_UINT32 trx1, try1; in opj_pi_next_cprl() local
/aosp_15_r20/external/webrtc/common_audio/third_party/spl_sqrt_floor/
H A Dspl_sqrt_floor.c57 int32_t root = 0, try1; in WebRtcSpl_SqrtFloor() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dunwind_06.pass.cpp29 double try1(bool v) { in try1() function
/aosp_15_r20/external/libcxxabi/test/
H A Dunwind_06.pass.cpp25 double try1(bool v) { in try1() function
/aosp_15_r20/prebuilts/go/linux-x86/test/
Drecover.go210 func try1(g func(), deflt interface{}) (x interface{}) { func