/third_party/boost/libs/log/src/ |
D | code_conversion.cpp | 174 const std::size_t temp_size = temp_str.size(); in code_convert_impl() local 175 …), temp_str.c_str() + temp_size, str2, max_size, std::use_facet< std::codecvt< wchar_t, char, std:… in code_convert_impl() 199 const std::size_t temp_size = temp_str.size(); in code_convert_impl() local 200 …), temp_str.c_str() + temp_size, str2, max_size, std::use_facet< std::codecvt< wchar_t, char, std:… in code_convert_impl() 212 const std::size_t temp_size = temp_str.size(); in code_convert_impl() local 213 …, temp_str.c_str() + temp_size, str2, max_size, std::use_facet< std::codecvt< char32_t, char, std:… in code_convert_impl() 221 const std::size_t temp_size = temp_str.size(); in code_convert_impl() local 222 …, temp_str.c_str() + temp_size, str2, max_size, std::use_facet< std::codecvt< char16_t, char, std:… in code_convert_impl()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
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/ffmpeg/libavcodec/ |
D | cinepakenc.c | 530 int x, y, z, bits, temp_size, header_ofs, ret = 0, mb_count = s->w * h / MB_AREA; in encode_mode() local 609 flags = bits = temp_size = 0; in encode_mode() 630 memcpy(&buf[ret], temp, temp_size); in encode_mode() 631 ret += temp_size; in encode_mode() 632 temp_size = 0; in encode_mode() 643 temp[temp_size++] = mb->v1_vector; in encode_mode() 646 temp[temp_size++] = mb->v4_vector[z]; in encode_mode() 649 memcpy(&buf[ret], temp, temp_size); in encode_mode() 650 ret += temp_size; in encode_mode() 651 temp_size = 0; in encode_mode() [all …]
|
/third_party/libsnd/src/ |
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/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 2254 size_t temp_size; in usbd_set_device_strings() local 2263 temp_size = sizeof(udev->scratch.data); in usbd_set_device_strings() 2269 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2274 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2281 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings() 2311 (void)snprintf_s(temp_ptr, temp_size, temp_size - 1, "vendor 0x%04x", vendor_id); in usbd_set_device_strings() 2315 (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/ |
D | vn_renderer_vtest.c | 287 const size_t temp_size = MIN2(read_size, ARRAY_SIZE(temp)); in vtest_vcmd_get_capset() local 288 vtest_read(vtest, temp, temp_size); in vtest_vcmd_get_capset() 289 read_size -= temp_size; in vtest_vcmd_get_capset()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_intmodedep.h | 791 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */ member
|
D | pcre2_match.c | 1114 #define Loclength F->temp_size in match() 4692 #define Loffset F->temp_size in match()
|