Home
last modified time | relevance | path

Searched refs:temp_size (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/log/src/
Dcode_conversion.cpp174 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/
Dvc4_gem.c44 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/
Dcinepakenc.c530 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/
Dvoc.c344 { 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/
Dusb_device.c2254 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/
Dvn_renderer_vtest.c287 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/
Dpcre2_intmodedep.h791 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */ member
Dpcre2_match.c1114 #define Loclength F->temp_size in match()
4692 #define Loffset F->temp_size in match()