/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 2500 const typename Object::Resources res1 (env, params); in createMultipleUniqueResourcesTest() 2506 Unique<typename Object::Type> obj1 (Object::create(env, res1, params)); in createMultipleUniqueResourcesTest() 2520 const typename Instance::Resources res1(env, params); in createMultipleUniqueResourcesTest() 2524 Unique<typename Instance::Type> obj1(Instance::create(env, res1, params)); in createMultipleUniqueResourcesTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3375 const deUint32 res1 = bufferPtr1[ndx]; 3380 if (res1 != ref || res1 != res2) 3383 msg << "Comparison failed for InOut.values[" << ndx << "] ref:" << ref <<" res1:" << res1 << " res2:" << res2 << " inp:" << inp;
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 6092 auto res1 = paragraph->getGlyphPositionAtCoordinate(X - 5, Y); in UNIX_ONLY_TEST() local 6093 //SkDebugf("[%d:%d) @%f,%f: %d %s\n", j, i, X - 5, Y, res1.position, res1.affinity == Affinity::kDownstream ? "D" : "U"); in UNIX_ONLY_TEST() 6096 REPORTER_ASSERT(reporter, i == res2.position && res1.position == j); in UNIX_ONLY_TEST() 6221 auto res1 = paragraph-> in UNIX_ONLY_TEST() local 6223 REPORTER_ASSERT(reporter, res1.position == 1 && res1.affinity == Affinity::kUpstream); in UNIX_ONLY_TEST() 6297 auto res1 = paragraph->getGlyphPositionAtCoordinate(0, 0); in UNIX_ONLY_TEST() local 6298 REPORTER_ASSERT(reporter, res1.position == 4 && res1 in UNIX_ONLY_TEST() [all...] |
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 40 //~gfx9! v1: %res1 = v_mul_f32 0x123456, %neg_a 41 //~gfx10! v1: %res1 = v_mul_f32 0x123456, -%a 42 //! p_unit_test 1, %res1 102 //! v1: %res1 = v_add_f32 %a, %b *2 103 //! p_unit_test 1, %res1 285 //! v1: %res1 = v_cndmask_b32 0, 42, %c 286 //! p_unit_test 1, %res1 336 //~gfx8! v1: %res1, s2: %_ = v_add_co_u32 %add1, %add_co1 339 //~gfx(9|10)! v1: %res1 = v_add_u32 %lshl1, %lshl_add 340 //! p_unit_test 1, %res1 978 Temp res1 = bld.vop2(aco_opcode::v_sub_f32, bld.def(v1), b, tmp1); global() variable [all...] |
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3806 pub fn res1(&self) -> __u16 { in res1() functions 3905 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3912 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3913 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3866 pub fn res1(&self) -> __u16 { in res1() functions 3965 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3972 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3973 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3834 pub fn res1(&self) -> __u16 { in res1() functions 3933 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3940 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3941 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3930 pub fn res1(&self) -> __u16 { in res1() functions 4029 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 4036 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 4037 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3756 pub fn res1(&self) -> __u16 { in res1() functions 3866 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3869 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3870 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 4045 pub fn res1(&self) -> __u16 { in res1() functions 4144 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 4151 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 4152 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3741 pub fn res1(&self) -> __u16 { in res1() functions 3840 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3847 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3848 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 4015 pub fn res1(&self) -> __u16 { in res1() functions 4114 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 4121 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 4122 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 3699 pub fn res1(&self) -> __u16 { in res1() functions 3809 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3812 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3813 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 3787 pub fn res1(&self) -> __u16 { in res1() functions 3897 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3900 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3901 res1 as u64
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 3708 pub fn res1(&self) -> __u16 { in res1() functions 3818 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3821 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3822 res1 as u64
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 511 LLVMValueRef *res1) in lp_build_lerp23() 551 *res1 = lp_build_add(bld, tmp, v0); in lp_build_lerp23() 507 lp_build_lerp23(struct lp_build_context *bld, LLVMValueRef v0, LLVMValueRef v1, LLVMValueRef *res0, LLVMValueRef *res1) lp_build_lerp23() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 3811 int[] res1 = new int[COUNT]; in TestFormatToCharacterIteratorThread() 3814 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 3827 int val1 = res1[0]; in TestFormatToCharacterIteratorThread() 3831 if (res1[i] != val1) { in TestFormatToCharacterIteratorThread()
|
H A D | DateFormatTest.java | 4032 String res1 = result.toString(); in TestFormalChineseDate() 4034 if (! res1.equals(expected)) { in TestFormalChineseDate()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 3808 int[] res1 = new int[COUNT]; in TestFormatToCharacterIteratorThread() 3811 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 3824 int val1 = res1[0]; in TestFormatToCharacterIteratorThread() 3828 if (res1[i] != val1) { in TestFormatToCharacterIteratorThread()
|
H A D | DateFormatTest.java | 4129 String res1 = result.toString(); in TestFormalChineseDate() 4131 if (! res1.equals(expected)) { in TestFormalChineseDate()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1761 int res1 = munmap(temp_map, unused_part_1); in map_library() local 1762 if (res1 == -1) { in map_library() 5386 int res1 = munmap(temp_map, unused_part_1); in task_map_library() local 5387 if (res1 == -1) { in task_map_library()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_msa.c | 563 int64_t res0, res1, res2, res3; in hevc_hz_8t_12w_msa() local 624 res1 = __msa_copy_s_d((v2i64) dst4, 1); in hevc_hz_8t_12w_msa() 628 SD4(res0, res1, res2, res3, (dst + 8), dst_stride); in hevc_hz_8t_12w_msa()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |