/third_party/ffmpeg/libavcodec/ |
H A D | cinepakenc.c | 531 int x, y, z, bits, temp_size, header_ofs, ret = 0, mb_count = s->w * h / MB_AREA; in encode_mode() local 610 flags = bits = temp_size = 0; in encode_mode() 631 memcpy(&buf[ret], temp, temp_size); in encode_mode() 632 ret += temp_size; in encode_mode() 633 temp_size = 0; in encode_mode() 644 temp[temp_size++] = mb->v1_vector; in encode_mode() 647 temp[temp_size++] = mb->v4_vector[z]; in encode_mode() 650 memcpy(&buf[ret], temp, temp_size); in encode_mode() 651 ret += temp_size; in encode_mode() 652 temp_size in encode_mode() 1011 int num_strips, strip, i, y, nexty, size, temp_size, best_size; rd_frame() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_gem.c | 44 uint32_t temp_size = exec_size + (sizeof(struct vc4_shader_state) * in vc4_get_bcl() local 51 temp_size < exec_size) { in vc4_get_bcl() 63 temp = kmalloc(temp_size, GFP_KERNEL); in vc4_get_bcl()
|
/third_party/libsnd/src/ |
H A D | voc.c | 344 { int temp_size = psf->filelength - 31 ; in voc_read_header() local 346 psf_log_printf (psf, " Extended II : %d (SoX bug: should be %d)\n", size, temp_size) ; in voc_read_header() 347 size = temp_size ; in voc_read_header()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_compute.c | 77 state.temp_size = 0; in pvr_compute_job_ws_submit_info_init()
|
H A D | pvr_job_context.c | 1015 state.temp_size = 0; in pvr_compute_ctx_ws_static_state_init() 1051 state.temp_size = 0; in pvr_compute_ctx_ws_static_state_init()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 2240 size_t temp_size; in usbd_set_device_strings() local 2249 temp_size = sizeof(udev->scratch.data); in usbd_set_device_strings() 2255 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2260 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2267 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2297 (void)snprintf_s(temp_ptr, temp_size, temp_size - 1, "vendor 0x%04x", vendor_id); in usbd_set_device_strings() 2301 (void)snprintf_s(temp_ptr, temp_size, temp_size - 1, "product 0x%04x", product_id); in usbd_set_device_strings()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_vtest.c | 291 const size_t temp_size = MIN2(read_size, ARRAY_SIZE(temp)); in vtest_vcmd_get_capset() local 292 vtest_read(vtest, temp, temp_size); in vtest_vcmd_get_capset() 293 read_size -= temp_size; in vtest_vcmd_get_capset()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.h | 130 unsigned int temp_size; member
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_intmodedep.h | 795 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */ member
|
H A D | pcre2_match.c | 1129 #define Loclength F->temp_size in match() 4899 #define Loffset F->temp_size in match()
|
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 9081 int64_t temp_size = AV_RB32(payload_data); 9095 if (temp_size > payload_size) { 9098 payload_data += temp_size; 9099 payload_size -= temp_size;
|