Home
last modified time | relevance | path

Searched defs:res1 (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/json/docs/examples/
H A Demplace.cpp17 auto res1 = object.emplace("three", 3); in main() local
/third_party/json/tests/src/
H A Dunit-ordered_map.cpp287 auto res1 = om.insert(vt1); variable
300 auto res1 = om.insert({"eins", "1"}); variable
H A Dunit-modifiers.cpp335 auto res1 = j.emplace("foo", "bar"); variable
362 auto res1 = j.emplace("baz", "bam"); variable
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd03.c35 char *res1 = NULL; in verify_getcwd() local
/third_party/pulseaudio/src/tests/
H A Dutf8-test.c26 char res1[] = { 0x68, 0x5f, 0x70, 0x66, 0x62, 0x75, 0x72, 0x67, '\0' }; in START_TEST() local
/third_party/ffmpeg/tests/checkasm/
H A Daudiodsp.c62 int32_t res0, res1; in checkasm_check_audiodsp() local
H A Dsbrdsp.c55 INTFLOAT res1; in test_sum_square() local
H A Dllviddsp.c112 int res0, res1; in check_add_left_pred() local
141 int res0, res1; in check_add_left_pred_16() local
/third_party/littlefs/bd/
H A Dlfs_filebd.c82 off_t res1 = lseek(bd->fd, in lfs_filebd_read() local
115 off_t res1 = lseek(bd->fd, in lfs_filebd_prog() local
/third_party/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp146 UnicodeString res1, res2; in testAPI() local
H A Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
H A Ddtfmapts.cpp166 UnicodeString res1, res2, res3; in testAPI() local
/third_party/libsnd/src/
H A Davr.c57 short res1 ; /* Reserved, MIDI keyboard split */ member
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr05.c60 ssize_t i, res1, res2; in verify_getxattr() local
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dregexp_adapter_test.cc100 string res1; in TEST_F() local
132 string res1, res2; in TEST_F() local
168 string res1, res2; in TEST_F() local
/third_party/ffmpeg/libavcodec/mips/
H A Diirfilter_mips.c95 float res1, res2, res3, res4; in iir_filter_flt_mips() local
H A Dh263dsp_msa.c95 uint64_t res0, res1, res2, res3; in h263_v_loop_filter_msa() local
H A Dvp8_idct_msa.c52 v4i32 res0, res1, res2, res3; in ff_vp8_idct_add_msa() local
85 v8i16 res0, res1, res2, res3; in ff_vp8_idct_dc_add_msa() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp308 Temp res1 = bld.vop2(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp1, reg_v2)); variable
/third_party/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c185 int res1, res2 = 1; in main() local
/third_party/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c162 union pipe_query_result res1, res2; in draw() local
/third_party/optimized-routines/math/
H A Dsincosf.h137 uint64_t n, res0, res1, res2; in reduce_large() local
/third_party/lzma/C/
H A DThreads.c376 int res1 = pthread_cond_broadcast(&p->_cond); in Event_Set() local
411 int res1 = pthread_mutex_destroy(&p->_mutex); in Event_Close() local
490 int res1 = pthread_mutex_destroy(&p->_mutex); in Semaphore_Close() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.h77 nir_ssa_def *res1 = nir_isub(b, y, x); in nir_iabs_diff() local
86 nir_ssa_def *res1 = nir_isub(b, y, x); in nir_uabs_diff() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c46 uint8_t res[32], res1[32]; in test_genaes_cbc() local
139 uint8_t res[32], res1[32]; in test_genaes_cfb128() local
230 uint8_t res[32], res1[32]; in test_genaes_cfb8() local
318 uint8_t res[32], res1[32]; test_genaes_ctr() local
411 uint8_t res[32], res1[32]; test_genaes_ecb() local
506 uint8_t res[32], res1[32]; test_genaes_ofb() local
600 uint8_t res[32], res1[32], data_unit[16]; test_genaes_xts() local
[all...]

Completed in 12 milliseconds

12345