Home
last modified time | relevance | path

Searched refs:dt_len (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucg/builtin/ops/
H A Dbuiltin_control.c153 size_t dt_len = params->send.dt_len; in ucg_builtin_step_send_flags() local
169 (phase->max_short_one % dt_len); in ucg_builtin_step_send_flags()
188 (phase->max_zcopy_one % dt_len); in ucg_builtin_step_send_flags()
206 (phase->max_bcopy_one % dt_len); in ucg_builtin_step_send_flags()
223 step->buffer_length = params->send.dt_len * params->send.count; in ucg_builtin_step_create()
H A Dbuiltin_ops.c632 size_t dt_len = params->send.dt_len; in ucg_builtin_step_send_flags() local
647 (phase->max_short_one % dt_len); in ucg_builtin_step_send_flags()
666 (phase->max_zcopy_one % dt_len); in ucg_builtin_step_send_flags()
691 (phase->max_bcopy_one % dt_len); in ucg_builtin_step_send_flags()
708 step->buffer_length = params->send.dt_len * params->send.count; in ucg_builtin_step_create()
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGFastaFile.h427 int dt_len=0; //only set if defline trim was requested variable
449 dt_len=strlen(trim_delim);
456 if (c<32 && dt_len>0 && c==trim_delim[0]) {
460 if (dt_len) {
464 if (dt_len==1) { trim_done=true; continue; }
469 if (dt_match==dt_len) { len-=dt_len-1; trim_done=true; continue; }
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_huffman.c104 hc->dt_len = NULL; in esl_huffman_Build()
134 ESL_ALLOC(hc->dt_len, sizeof(int) * hc->D); in esl_huffman_Build()
163 free(hc->dt_len); in esl_huffman_Destroy()
348 if (hc->dt_len) in esl_huffman_Dump()
353 L = hc->dt_len[d]; in esl_huffman_Dump()
589 hc->dt_len[0] = hc->len[hc->sorted_at[0]]; in huffman_decoding_table()
596 hc->dt_len[D] = hc->len[hc->sorted_at[r]]; in huffman_decoding_table()
687 L = hc->dt_len[D]; in huffman_unpack()
H A Desl_huffman.h17 int *dt_len; // [0..D-1] = each used codelength [d] member
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_huffman.c104 hc->dt_len = NULL; in esl_huffman_Build()
134 ESL_ALLOC(hc->dt_len, sizeof(int) * hc->D); in esl_huffman_Build()
163 free(hc->dt_len); in esl_huffman_Destroy()
348 if (hc->dt_len) in esl_huffman_Dump()
353 L = hc->dt_len[d]; in esl_huffman_Dump()
589 hc->dt_len[0] = hc->len[hc->sorted_at[0]]; in huffman_decoding_table()
596 hc->dt_len[D] = hc->len[hc->sorted_at[r]]; in huffman_decoding_table()
687 L = hc->dt_len[D]; in huffman_unpack()
H A Desl_huffman.h17 int *dt_len; // [0..D-1] = each used codelength [d] member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c334 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv4() argument
369 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4()
383 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
399 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv6() argument
423 void *data, uint32_t dt_len) in beiscsi_iface_set_param() argument
428 uint32_t rm_len = dt_len; in beiscsi_iface_set_param()
445 nla_for_each_attr(attrib, data, dt_len, rm_len) { in beiscsi_iface_set_param()
479 data, dt_len); in beiscsi_iface_set_param()
484 data, dt_len); in beiscsi_iface_set_param()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c334 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv4() argument
369 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4()
383 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
399 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv6() argument
423 void *data, uint32_t dt_len) in beiscsi_iface_set_param() argument
428 uint32_t rm_len = dt_len; in beiscsi_iface_set_param()
445 nla_for_each_attr(attrib, data, dt_len, rm_len) { in beiscsi_iface_set_param()
479 data, dt_len); in beiscsi_iface_set_param()
484 data, dt_len); in beiscsi_iface_set_param()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c334 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv4() argument
369 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4()
383 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
399 void *data, uint32_t dt_len) in beiscsi_iface_config_ipv6() argument
423 void *data, uint32_t dt_len) in beiscsi_iface_set_param() argument
428 uint32_t rm_len = dt_len; in beiscsi_iface_set_param()
445 nla_for_each_attr(attrib, data, dt_len, rm_len) { in beiscsi_iface_set_param()
479 data, dt_len); in beiscsi_iface_set_param()
484 data, dt_len); in beiscsi_iface_set_param()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucg/api/
H A Ducg_mpi.h63 .dt_len = _dt_len, \
70 .dt_len = _dt_len, \
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_atomic.c511 int dt_len, dt_align; in _gnix_atomic() local
558 dt_len = ofi_datatype_size(msg->datatype); in _gnix_atomic()
559 dt_align = dt_len - 1; in _gnix_atomic()
560 len = dt_len * msg->msg_iov->count; in _gnix_atomic()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/spl/
H A Dspl.c211 ulong fw_len = 0, dt_len = 0, img_len = 0; in spl_load_fit_image() local
257 FIT_LOAD_OPTIONAL, &dt_data, &dt_len); in spl_load_fit_image()
266 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()

1234