Home
last modified time | relevance | path

Searched refs:temp_size (Results 201 – 225 of 430) sorted by relevance

12345678910>>...18

/dports/textproc/aspell/aspell-0.60.8/common/
H A Dobjstack.hpp114 unsigned temp_size() { in temp_size() function in acommon::ObjStack
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsicc_create.c545 int curr_tag, temp_size; in init_common_tags() local
555 temp_size = 2*strlen(desc_name) + 28; in init_common_tags()
557 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
558 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
566 temp_size = 2*strlen(copy_right) + 28; in init_common_tags()
567 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
568 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsicc_create.c545 int curr_tag, temp_size; in init_common_tags() local
555 temp_size = 2*strlen(desc_name) + 28; in init_common_tags()
557 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
558 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
566 temp_size = 2*strlen(copy_right) + 28; in init_common_tags()
567 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
568 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_events.c608 int temp_size = MAX_HDR_SIZE; in am_recv_event() local
609 if (temp_size > wc->len) { in am_recv_event()
610 temp_size = wc->len; in am_recv_event()
612 memcpy(temp, orig_buf, temp_size); in am_recv_event()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dicon_window.cpp596 int temp_size = def_icon_size; in read_xml() local
597 get_xml_field_int(&temp_size, "display_size", cur); in read_xml()
598 if (temp_size != def_icon_size) in read_xml()
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dprog.c290 size_t temp_size; member
820 env->temp_size = 0; in heap_obstack_begin()
828 env->temp_size = 0; in heap_obstack_cancel()
837 env->temp_size = 0; in heap_obstack_finish()
844 return (env->tos - env->toh - B2STACK(env->temp_size)) in heap_obstack_size()
864 n = vsnprintf((char*) env_data_ref(env, env->temp_start) + env->temp_size, in heap_obstack_vsprintf()
876 env->temp_size += n; in heap_obstack_vsprintf()
896 if (env->tos - env->toh < words + B2STACK(env->temp_size)) { in heap_obstack_grow()
901 ret = (char*) env_data_ref(env, env->temp_start) + env->temp_size; in heap_obstack_grow()
904 env->temp_size += size; in heap_obstack_grow()
/dports/devel/hyperscan/boost_1_75_0/boost/json/impl/
H A Dvalue_stack.ipp314 std::size_t temp_size) noexcept
318 temp_size)
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/impl/
H A Dvalue_stack.ipp314 std::size_t temp_size) noexcept
318 temp_size)
/dports/deskutils/cfiles/cfiles-1.8-6-g327d47f/
H A Dcf.c430 int temp_size; in init() local
431 temp_size = snprintf(NULL, 0, "%s", argv[1]); in init()
433 temp = malloc(temp_size + allocSize + 2); in init()
434 snprintf(temp, temp_size + allocSize + 2, "%s/%s", dir, argv[1]); in init()
436 dir = malloc(temp_size + allocSize + 2); in init()
442 snprintf(dir, temp_size + allocSize + 2, "%s", temp); in init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/
H A Dmsm_iommu.c146 int temp_size; in __flush_iotlb_range() local
154 temp_size = size; in __flush_iotlb_range()
161 } while (temp_size -= granule); in __flush_iotlb_range()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/
H A Dmsm_iommu.c146 int temp_size; in __flush_iotlb_range() local
154 temp_size = size; in __flush_iotlb_range()
161 } while (temp_size -= granule); in __flush_iotlb_range()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp852 unsigned long temp_size = *dest_size; in Encode() local
853 if (!FPDFAPI_FlateCompress(*dest_buf, &temp_size, src_buf, src_size)) in Encode()
856 *dest_size = (uint32_t)temp_size; in Encode()
/dports/x11/mako/mako-1.6/
H A Dwayland.c461 int temp_size = (int)strtol(cursor_size_env, &end, 10); in init_wayland() local
462 if (errno == 0 && cursor_size_env[0] != 0 && end[0] == 0 && temp_size > 0) { in init_wayland()
463 cursor_size = temp_size; in init_wayland()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/
H A Dmsm_iommu.c146 int temp_size; in __flush_iotlb_range() local
154 temp_size = size; in __flush_iotlb_range()
161 } while (temp_size -= granule); in __flush_iotlb_range()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp851 unsigned long temp_size = *dest_size; in Encode() local
852 if (!FPDFAPI_FlateCompress(*dest_buf, &temp_size, src_buf, src_size)) in Encode()
855 *dest_size = (uint32_t)temp_size; in Encode()
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/color/icc_creator/ICC_Creator/
H A Dicc_create.cpp323 int curr_tag, temp_size; in init_common_tags() local
333 temp_size = 2*strlen(desc_name) + 28; in init_common_tags()
336 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
337 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
344 temp_size = 2*strlen(copy_right) + 28; in init_common_tags()
345 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
346 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/color/icc_creator/ICC_Creator/
H A Dicc_create.cpp323 int curr_tag, temp_size; in init_common_tags() local
333 temp_size = 2*strlen(desc_name) + 28; in init_common_tags()
336 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
337 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
344 temp_size = 2*strlen(copy_right) + 28; in init_common_tags()
345 tag_list[curr_tag].byte_padding = get_padding(temp_size); in init_common_tags()
346 tag_list[curr_tag].size = temp_size + tag_list[curr_tag].byte_padding; in init_common_tags()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Duvesafb.c1523 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local
1528 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr()
1532 rc = arch_phys_wc_add(info->fix.smem_start, temp_size); in uvesafb_init_mtrr()
1533 temp_size >>= 1; in uvesafb_init_mtrr()
1534 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Duvesafb.c1523 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local
1528 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr()
1532 rc = arch_phys_wc_add(info->fix.smem_start, temp_size); in uvesafb_init_mtrr()
1533 temp_size >>= 1; in uvesafb_init_mtrr()
1534 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Duvesafb.c1523 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local
1528 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr()
1532 rc = arch_phys_wc_add(info->fix.smem_start, temp_size); in uvesafb_init_mtrr()
1533 temp_size >>= 1; in uvesafb_init_mtrr()
1534 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp858 unsigned long temp_size = *dest_size; in Encode() local
859 if (!FlateCompress(dest_buf->get(), &temp_size, src_buf, src_size)) in Encode()
862 *dest_size = (uint32_t)temp_size; in Encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp858 unsigned long temp_size = *dest_size; in Encode() local
859 if (!FlateCompress(dest_buf->get(), &temp_size, src_buf, src_size)) in Encode()
862 *dest_size = (uint32_t)temp_size; in Encode()
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/lib/Data/ParseBinary/
H A DConstructs.pm64 my $temp_size = $sub->_size_of();
65 $size = $temp_size if $temp_size > $size;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/ipu/
H A Dipu_idmac.c456 uint32_t temp_size; in calc_resize_coeffs() local
468 temp_size = in_size; in calc_resize_coeffs()
469 while (temp_size >= out_size * 2 && temp_downsize < 2) { in calc_resize_coeffs()
470 temp_size >>= 1; in calc_resize_coeffs()
480 *resize_coeff = (8192L * (temp_size - 1)) / (out_size - 1); in calc_resize_coeffs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/ipu/
H A Dipu_idmac.c456 uint32_t temp_size; in calc_resize_coeffs() local
468 temp_size = in_size; in calc_resize_coeffs()
469 while (temp_size >= out_size * 2 && temp_downsize < 2) { in calc_resize_coeffs()
470 temp_size >>= 1; in calc_resize_coeffs()
480 *resize_coeff = (8192L * (temp_size - 1)) / (out_size - 1); in calc_resize_coeffs()

12345678910>>...18