Home
last modified time | relevance | path

Searched refs:typelen (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/net/dante/dante-1.4.3/lib/
H A Dhw.c91 minvalueoftype(typelen) in minvalueoftype() argument
92 const size_t typelen; in minvalueoftype()
101 maxvalueoftype(typelen) in maxvalueoftype() argument
102 const size_t typelen; in maxvalueoftype()
112 uminvalueoftype(typelen) in uminvalueoftype() argument
113 const size_t typelen; in uminvalueoftype()
122 umaxvalueoftype(typelen) in umaxvalueoftype() argument
123 const size_t typelen; in umaxvalueoftype()
133 const size_t typelen; in minmaxvalueoftype()
139 switch (typelen) {
[all …]
/dports/net-mgmt/libsmi/libsmi-0.4.8/tools/
H A Ddump-compliance.c162 if (typelen) *typelen = tlen; in fprintGroup()
181 (pass == 1) ? &tlen : typelen, in fprintCompliance()
184 if (typelen) { in fprintCompliance()
185 *typelen = *typelen < tlen ? tlen : *typelen; in fprintCompliance()
197 (pass == 1) ? &tlen : typelen, in fprintCompliance()
200 if (typelen) { in fprintCompliance()
201 *typelen = *typelen < tlen ? tlen : *typelen; in fprintCompliance()
213 (pass == 1) ? &tlen : typelen, in fprintCompliance()
216 if (typelen) { in fprintCompliance()
217 *typelen = *typelen < tlen ? tlen : *typelen; in fprintCompliance()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c289 u16 typelen; in ice_parse_ieee_app_tlv() local
294 typelen = ntohs(tlv->typelen); in ice_parse_ieee_app_tlv()
466 typelen = ntohs(tlv->hdr.typelen); in ice_parse_cee_app_tlv()
528 typelen = ntohs(tlv->typelen); in ice_parse_cee_tlv()
540 typelen = ntohs(sub_tlv->hdr.typelen); in ice_parse_cee_tlv()
617 typelen = ntohs(tlv->typelen); in ice_lldp_to_dcb_cfg()
1066 tlv->typelen = htons(typelen); in ice_add_ieee_ets_tlv()
1107 tlv->typelen = htons(typelen); in ice_add_ieee_etsrec_tlv()
1136 tlv->typelen = htons(typelen); in ice_add_ieee_pfc_tlv()
1206 tlv->typelen = htons(typelen); in ice_add_ieee_app_pri_tlv()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c289 u16 typelen; in ice_parse_ieee_app_tlv() local
294 typelen = ntohs(tlv->typelen); in ice_parse_ieee_app_tlv()
466 typelen = ntohs(tlv->hdr.typelen); in ice_parse_cee_app_tlv()
528 typelen = ntohs(tlv->typelen); in ice_parse_cee_tlv()
540 typelen = ntohs(sub_tlv->hdr.typelen); in ice_parse_cee_tlv()
617 typelen = ntohs(tlv->typelen); in ice_lldp_to_dcb_cfg()
1066 tlv->typelen = htons(typelen); in ice_add_ieee_ets_tlv()
1107 tlv->typelen = htons(typelen); in ice_add_ieee_etsrec_tlv()
1136 tlv->typelen = htons(typelen); in ice_add_ieee_pfc_tlv()
1206 tlv->typelen = htons(typelen); in ice_add_ieee_app_pri_tlv()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c289 u16 typelen; in ice_parse_ieee_app_tlv() local
294 typelen = ntohs(tlv->typelen); in ice_parse_ieee_app_tlv()
466 typelen = ntohs(tlv->hdr.typelen); in ice_parse_cee_app_tlv()
528 typelen = ntohs(tlv->typelen); in ice_parse_cee_tlv()
540 typelen = ntohs(sub_tlv->hdr.typelen); in ice_parse_cee_tlv()
617 typelen = ntohs(tlv->typelen); in ice_lldp_to_dcb_cfg()
1066 tlv->typelen = htons(typelen); in ice_add_ieee_ets_tlv()
1107 tlv->typelen = htons(typelen); in ice_add_ieee_etsrec_tlv()
1136 tlv->typelen = htons(typelen); in ice_add_ieee_pfc_tlv()
1206 tlv->typelen = htons(typelen); in ice_add_ieee_app_pri_tlv()
[all …]
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dlldp.py92 (self.typelen, ) = struct.unpack(
98 self.len = self.typelen & LLDP_TLV_LENGTH_MASK
107 return (typelen & LLDP_TLV_TYPE_MASK) >> LLDP_TLV_TYPE_SHIFT
218 self.typelen = 0
221 return struct.pack('!H', self.typelen)
342 return struct.pack('!HH', self.typelen, self.ttl)
369 return struct.pack('!H', self.typelen) + self.port_description
404 return struct.pack('!H', self.typelen) + self.tlv_info
439 return struct.pack('!H', self.typelen) + self.tlv_info
566 return struct.pack('!H', self.typelen) + tlv_info
[all …]
/dports/www/elinks/elinks-0.11.7/src/protocol/
H A Ddata.c60 #define data_has_base64_attribute(typelen, endstr) \ argument
61 ((typelen) >= sizeof(";base64") - 1 \
66 unsigned char *type, int typelen) in init_data_protocol_header() argument
70 assert(typelen); in init_data_protocol_header()
72 type = memacpy(type, typelen); in init_data_protocol_header()
90 int typelen = sizeof(DEFAULT_DATA_MEDIATYPE) - 1; in parse_data_protocol_header() local
102 typelen = headerlen; in parse_data_protocol_header()
106 if (!init_data_protocol_header(conn->cached, type, typelen)) in parse_data_protocol_header()
/dports/multimedia/libv4l/linux-5.13-rc2/net/dns_resolver/
H A Ddns_query.c82 size_t typelen, desclen; in dns_query() local
93 typelen = 0; in dns_query()
96 typelen = strlen(type); in dns_query()
97 if (typelen < 1) in dns_query()
99 desclen += typelen + 1; in dns_query()
112 memcpy(cp, type, typelen); in dns_query()
113 cp += typelen; in dns_query()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dns_resolver/
H A Ddns_query.c82 size_t typelen, desclen; in dns_query() local
93 typelen = 0; in dns_query()
96 typelen = strlen(type); in dns_query()
97 if (typelen < 1) in dns_query()
99 desclen += typelen + 1; in dns_query()
112 memcpy(cp, type, typelen); in dns_query()
113 cp += typelen; in dns_query()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dns_resolver/
H A Ddns_query.c82 size_t typelen, desclen; in dns_query() local
93 typelen = 0; in dns_query()
96 typelen = strlen(type); in dns_query()
97 if (typelen < 1) in dns_query()
99 desclen += typelen + 1; in dns_query()
112 memcpy(cp, type, typelen); in dns_query()
113 cp += typelen; in dns_query()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dfsdb_wrapper_api.cc556 int typelen; in __DumpVar() local
587 typelen = 9; in __DumpVar()
602 typelen = 8; in __DumpVar()
607 typelen = 7; in __DumpVar()
622 typelen = 8; in __DumpVar()
627 typelen = 7; in __DumpVar()
637 typelen = 9; in __DumpVar()
647 typelen = 8; in __DumpVar()
652 typelen = 8; in __DumpVar()
657 typelen = 8; in __DumpVar()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dhwloc-calc.h157 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
163 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
181 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
322 size_t typelen; in hwloc_calc_append_object_range() local
326 if (!typelen || nextstring[typelen] != ':') { in hwloc_calc_append_object_range()
331 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
334 nextstring, typelen, in hwloc_calc_append_object_range()
563 const char *sep = &arg[typelen]; in hwloc_calc_process_location()
568 arg, typelen, in hwloc_calc_process_location()
672 size_t typelen; in hwloc_calc_process_location_as_set() local
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dhwloc-calc.h157 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
163 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
181 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
322 size_t typelen; in hwloc_calc_append_object_range() local
326 if (!typelen || nextstring[typelen] != ':') { in hwloc_calc_append_object_range()
331 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
334 nextstring, typelen, in hwloc_calc_append_object_range()
563 const char *sep = &arg[typelen]; in hwloc_calc_process_location()
568 arg, typelen, in hwloc_calc_process_location()
672 size_t typelen; in hwloc_calc_process_location_as_set() local
[all …]
H A Dhwloc-annotate.c160 size_t typelen; in get_unique_obj() local
163 typelen = strspn(str, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in get_unique_obj()
164 if (!typelen || str[typelen] != ':') in get_unique_obj()
173 length = strspn(str+typelen+1, "0123456789"); in get_unique_obj()
174 if (str[typelen+1+length] == '-' || str[typelen+1+length] == ':') { in get_unique_obj()
179 str[typelen+1+length] = '\0'; in get_unique_obj()
180 err = hwloc_calc_process_location(&lcontext, str, typelen, in get_unique_obj()
541 size_t typelen; in main() local
542 typelen = strspn(location, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in main()
543 …if (typelen && (location[typelen] == ':' || location[typelen] == '=' || location[typelen] == '['))… in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-calc.h157 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
163 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
181 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
322 size_t typelen; in hwloc_calc_append_object_range() local
326 if (!typelen || nextstring[typelen] != ':') { in hwloc_calc_append_object_range()
331 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
334 nextstring, typelen, in hwloc_calc_append_object_range()
563 const char *sep = &arg[typelen]; in hwloc_calc_process_location()
568 arg, typelen, in hwloc_calc_process_location()
672 size_t typelen; in hwloc_calc_process_location_as_set() local
[all …]
H A Dhwloc-annotate.c160 size_t typelen; in get_unique_obj() local
163 typelen = strspn(str, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in get_unique_obj()
164 if (!typelen || str[typelen] != ':') in get_unique_obj()
173 length = strspn(str+typelen+1, "0123456789"); in get_unique_obj()
174 if (str[typelen+1+length] == '-' || str[typelen+1+length] == ':') { in get_unique_obj()
179 str[typelen+1+length] = '\0'; in get_unique_obj()
180 err = hwloc_calc_process_location(&lcontext, str, typelen, in get_unique_obj()
541 size_t typelen; in main() local
542 typelen = strspn(location, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in main()
543 …if (typelen && (location[typelen] == ':' || location[typelen] == '=' || location[typelen] == '['))… in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-calc.h157 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
163 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
181 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
322 size_t typelen; in hwloc_calc_append_object_range() local
326 if (!typelen || nextstring[typelen] != ':') { in hwloc_calc_append_object_range()
331 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
334 nextstring, typelen, in hwloc_calc_append_object_range()
563 const char *sep = &arg[typelen]; in hwloc_calc_process_location()
568 arg, typelen, in hwloc_calc_process_location()
672 size_t typelen; in hwloc_calc_process_location_as_set() local
[all …]
H A Dhwloc-annotate.c160 size_t typelen; in get_unique_obj() local
163 typelen = strspn(str, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in get_unique_obj()
164 if (!typelen || str[typelen] != ':') in get_unique_obj()
173 length = strspn(str+typelen+1, "0123456789"); in get_unique_obj()
174 if (str[typelen+1+length] == '-' || str[typelen+1+length] == ':') { in get_unique_obj()
179 str[typelen+1+length] = '\0'; in get_unique_obj()
180 err = hwloc_calc_process_location(&lcontext, str, typelen, in get_unique_obj()
541 size_t typelen; in main() local
542 typelen = strspn(location, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); in main()
543 …if (typelen && (location[typelen] == ':' || location[typelen] == '=' || location[typelen] == '['))… in main()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/utils/hwloc/
H A Dhwloc-calc.h225 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
231 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
251 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
380 size_t typelen; in hwloc_calc_append_object_range() local
384 if (!typelen || nextstring[typelen] != ':') in hwloc_calc_append_object_range()
386 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
389 nextstring, typelen, in hwloc_calc_append_object_range()
569 const char *sep = &arg[typelen]; in hwloc_calc_process_location()
574 arg, typelen, in hwloc_calc_process_location()
656 size_t typelen; in hwloc_calc_process_location_as_set() local
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/utils/
H A Dhwloc-calc.h218 if (typelen >= sizeof(typestring)) { in hwloc_calc_parse_depth_prefix()
223 typestring[typelen] = '\0'; in hwloc_calc_parse_depth_prefix()
234 if (end != &string[typelen]) { in hwloc_calc_parse_depth_prefix()
329 size_t typelen; in hwloc_calc_append_object_range() local
333 if (!typelen || nextstring[typelen] != ':') in hwloc_calc_append_object_range()
335 nextsep = &nextstring[typelen]; in hwloc_calc_append_object_range()
338 nextstring, typelen, in hwloc_calc_append_object_range()
491 size_t typelen; in hwloc_calc_process_arg() local
510 if (typelen && (arg[typelen] == ':' || arg[typelen] == '=')) { in hwloc_calc_process_arg()
511 const char *sep = &arg[typelen]; in hwloc_calc_process_arg()
[all …]
/dports/www/elinks/elinks-0.11.7/src/mime/backend/
H A Dmailcap.c172 item = get_hash_item(mailcap_map, type, typelen); in add_mailcap_entry()
174 mitem = mem_alloc(sizeof(*mitem) + typelen); in add_mailcap_entry()
180 safe_strncpy(mitem->type, type, typelen + 1); in add_mailcap_entry()
331 int typelen; in parse_mailcap_file() local
358 typelen = strlen(type); in parse_mailcap_file()
363 if (typelen + 3 > sizeof(implicitwild)) { in parse_mailcap_file()
368 memcpy(implicitwild, type, typelen); in parse_mailcap_file()
369 implicitwild[typelen++] = '/'; in parse_mailcap_file()
370 implicitwild[typelen++] = '*'; in parse_mailcap_file()
371 implicitwild[typelen++] = '\0'; in parse_mailcap_file()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_node.c358 int typelen; in make_const() local
368 typelen = sizeof(int32); in make_const()
387 typelen = sizeof(int32); in make_const()
395 typelen = sizeof(int64); in make_const()
410 typelen = -1; /* variable len */ in make_const()
424 typelen = -2; /* cstring-style varwidth type */ in make_const()
437 typelen = -1; in make_const()
461 typelen, in make_const()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_node.c358 int typelen; in make_const() local
368 typelen = sizeof(int32); in make_const()
387 typelen = sizeof(int32); in make_const()
395 typelen = sizeof(int64); in make_const()
410 typelen = -1; /* variable len */ in make_const()
424 typelen = -2; /* cstring-style varwidth type */ in make_const()
437 typelen = -1; in make_const()
461 typelen, in make_const()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dparse_node.c358 int typelen; in make_const() local
368 typelen = sizeof(int32); in make_const()
387 typelen = sizeof(int32); in make_const()
395 typelen = sizeof(int64); in make_const()
410 typelen = -1; /* variable len */ in make_const()
424 typelen = -2; /* cstring-style varwidth type */ in make_const()
437 typelen = -1; in make_const()
461 typelen, in make_const()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dparse_node.c358 int typelen; in make_const() local
368 typelen = sizeof(int32); in make_const()
387 typelen = sizeof(int32); in make_const()
395 typelen = sizeof(int64); in make_const()
410 typelen = -1; /* variable len */ in make_const()
424 typelen = -2; /* cstring-style varwidth type */ in make_const()
437 typelen = -1; in make_const()
461 typelen, in make_const()

12345678910>>...17