/third_party/ltp/testcases/kernel/syscalls/times/ |
D | times03.c | 81 struct tms buf1, buf2, buf3; in verify_times() local 148 if (times(&buf3) == -1) in verify_times() 151 if (buf2.tms_utime > buf3.tms_utime) { in verify_times() 153 buf2.tms_utime, buf3.tms_utime); in verify_times() 156 buf2.tms_utime, buf3.tms_utime); in verify_times() 159 if (buf2.tms_stime > buf3.tms_stime) { in verify_times() 161 buf2.tms_stime, buf3.tms_stime); in verify_times() 164 buf2.tms_stime, buf3.tms_stime); in verify_times() 167 if (buf3.tms_cutime == 0) in verify_times() 170 tst_res(TPASS, "buf3.tms_cutime = %ld", buf3.tms_cutime); in verify_times() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | ac3dec.c | 45 uint8_t buf3[4096]; in ac3_eac3_probe() local 57 buf3[i ] = buf2[i+1]; in ac3_eac3_probe() 58 buf3[i+1] = buf2[i ]; in ac3_eac3_probe() 60 ret = av_ac3_parse_header(buf3, 8, &bitstream_id, in ac3_eac3_probe() 70 av_assert0(frame_size <= sizeof(buf3)); in ac3_eac3_probe() 72 buf3[i ] = buf2[i+1]; in ac3_eac3_probe() 73 buf3[i+1] = buf2[i ]; in ac3_eac3_probe() 75 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf3 + 2, frame_size - 2)) in ac3_eac3_probe()
|
D | mp3dec.c | 74 const uint8_t *buf, *buf0, *buf2, *buf3, *end; in mp3_read_probe() local 98 for (buf3 = buf2 + 4; buf3 < buf2 + available; buf3++) { in mp3_read_probe() 99 uint32_t next_sync = AV_RB32(buf3); in mp3_read_probe()
|
/third_party/ltp/lib/newlib_tests/ |
D | test_guarded_buf.c | 20 static char *buf3; variable 29 buf3[-1] = 0; in do_test() 43 buf3[BUF3_LEN - 1] = 0; in do_test() 52 buf3[BUF3_LEN] = 0; in do_test() 56 buf3[-2] = 0; in do_test() 90 {&buf3, .size = BUF3_LEN},
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | internal.c | 138 char buf3[3]; in MHD_http_unescape() local 151 buf3[0] = rpos[1]; in MHD_http_unescape() 152 buf3[1] = rpos[2]; in MHD_http_unescape() 153 buf3[2] = '\0'; in MHD_http_unescape() 154 num = strtoul (buf3, &end, 16); in MHD_http_unescape()
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | compute_ssbo_with_tolerance.amber | 49 BUFFER buf3 DATA_TYPE vec3<float> DATA 0.7 0.8 0.9 END 57 BIND BUFFER buf3 AS storage DESCRIPTOR_SET 2 BINDING 3 65 EXPECT buf3 IDX 0 EQ 21.0 24.0 27.0 70 EXPECT buf3 IDX 0 TOLERANCE 1 EQ 21.99 24.99 27.99 75 EXPECT buf3 IDX 0 TOLERANCE 1% EQ 21.0199 24.0199 27.0199
|
D | compute_accumulated_ubo_definition.amber | 58 BUFFER buf3 DATA_TYPE vec3<float> DATA 0.7 0.8 0.9 END 66 BIND BUFFER buf3 AS storage DESCRIPTOR_SET 2 BINDING 3 72 EXPECT buf3 IDX 0 EQ 4.7 5.8 6.9
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-struct-float-array-mix-uniform-vectors/ |
D | 0-opt.spvasm | 18 OpName %buf3 "buf3" 19 OpMemberName %buf3 0 "oneVec" 35 OpMemberDecorate %buf3 0 Offset 0 36 OpDecorate %buf3 Block 73 %buf3 = OpTypeStruct %v2float 74 %_ptr_Uniform_buf3 = OpTypePointer Uniform %buf3
|
D | 0-opt.wgsl | 18 struct buf3 { 33 [[group(0), binding(3)]] var<uniform> x_12 : buf3;
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-color-output-undefined-in-unexecuted-branch/ |
D | 0-opt.spvasm | 20 OpName %buf3 "buf3" 21 OpMemberName %buf3 0 "three" 41 OpMemberDecorate %buf3 0 Offset 0 42 OpDecorate %buf3 Block 81 %buf3 = OpTypeStruct %int 82 %_ptr_Uniform_buf3 = OpTypePointer Uniform %buf3
|
D | 0-opt.wgsl | 16 struct buf3 { 35 [[group(0), binding(3)]] var<uniform> x_14 : buf3;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferlist.c | 106 GstBuffer *buf3; in GST_START_TEST() local 114 buf3 = gst_buffer_new_allocate (NULL, 3, NULL); in GST_START_TEST() 115 gst_buffer_list_add (list, gst_buffer_append (buf2, buf3)); in GST_START_TEST() 169 GstBuffer *buf3; in GST_START_TEST() local 177 buf3 = gst_buffer_new_allocate (NULL, 3, NULL); in GST_START_TEST() 178 gst_buffer_list_add (list, gst_buffer_append (buf2, buf3)); in GST_START_TEST() 313 GstBuffer *buf2, *buf3; in GST_START_TEST() local 321 buf3 = gst_buffer_new_allocate (NULL, 3, NULL); in GST_START_TEST() 322 data.buf[1] = gst_buffer_append (buf2, buf3); in GST_START_TEST()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 9 float4 buf3 [[color(3)]]; 26 out.buf3 = float4(0.0, 0.0, 1.0, 1.0);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 7 layout(location = 3) out vec4 buf3; 17 buf3 = vec4(0, 0, 1, 1);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 9 float4 buf3 [[color(3)]]; 26 out.buf3 = float4(0.0, 0.0, 1.0, 1.0);
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/variable_pointer/dynamic_offset/ |
D | select_descriptor_array.amber | 123 BUFFER buf3 DATA_TYPE int32 SIZE 1024 SERIES_FROM 3 INC_BY 1 142 BIND BUFFER_ARRAY buf2 buf3 AS storage_dynamic DESCRIPTOR_SET 0 BINDING 1 OFFSET 512 768 159 BIND BUFFER_ARRAY buf2 buf3 AS storage_dynamic DESCRIPTOR_SET 0 BINDING 1 OFFSET 512 768
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2s-round.h | 84 LOAD_MSG_ ##r ##_3(buf3); \ 85 G1(row1,row2,row3,row4,buf3); \
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 307 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; in TestClone() local 326 utrans_getID(t3, buf3, BUF_CAP); in TestClone() 328 if(strcmp(buf1, buf3) != 0 || in TestClone() 333 utrans_getID(t4, buf3, BUF_CAP); in TestClone() 335 if(strcmp(buf2, buf3) != 0 || in TestClone() 336 strcmp(buf1, buf3) == 0) { in TestClone()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisparse.c | 136 GstBuffer *buf1, *buf2, *buf3; in vorbis_parse_set_header_on_caps() local 149 buf3 = parse->streamheader->next->next->data; in vorbis_parse_set_header_on_caps() 150 g_assert (buf3); in vorbis_parse_set_header_on_caps() 157 GST_BUFFER_FLAG_SET (buf3, GST_BUFFER_FLAG_HEADER); in vorbis_parse_set_header_on_caps() 170 gst_value_set_buffer (&value, buf3); in vorbis_parse_set_header_on_caps()
|
D | gstvorbisenc.c | 848 GstBuffer *buf1, *buf2, *buf3; in gst_vorbis_enc_handle_frame() local 887 buf3 = gst_vorbis_enc_buffer_from_header_packet (vorbisenc, &header_code); in gst_vorbis_enc_handle_frame() 894 buf1, buf2, buf3, NULL); in gst_vorbis_enc_handle_frame() 904 headers = g_list_prepend (headers, buf3); in gst_vorbis_enc_handle_frame()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/crash_test/ |
D | divbyzero_comp.amber | 84 BUFFER buf3 DATA_TYPE int32 DATA 139 …BIND BUFFER_ARRAY buf0 buf1 buf2 buf3 buf4 buf5 buf6 buf7 buf8 buf9 buf10 buf11 buf12 buf13 buf14 …
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
D | writev05.c | 65 char buf3[K_1]; variable
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 445 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 463 af_print_idx( buf3, in af_glyph_hints_dump_points() 548 char buf1[16], buf2[16], buf3[16]; in af_glyph_hints_dump_segments() local 579 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ), in af_glyph_hints_dump_segments()
|
/third_party/glslang/Test/ |
D | reflection.vert | 155 buffer buf3 {
|
/third_party/bounds_checking_function/src/ |
D | memset_s.c | 58 SecStrBuf3 buf3; member
|