Home
last modified time | relevance | path

Searched refs:num_fields (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c39 ret->num_fields = num; in TXT_DB_read()
136 if (idx >= db->num_fields) { in TXT_DB_get_by_index()
157 if (field >= db->num_fields) { in TXT_DB_create_index()
200 nn = db->num_fields; in TXT_DB_write()
242 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
256 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
290 for (i = db->num_fields - 1; i >= 0; i--) in TXT_DB_free()
302 max = p[db->num_fields]; /* last address */ in TXT_DB_free()
304 for (n = 0; n < db->num_fields; n++) in TXT_DB_free()
307 for (n = 0; n < db->num_fields; n++) { in TXT_DB_free()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp60 uptr num_fields = sizeof(*this) / sizeof(uptr); in MergeFrom() local
61 for (uptr i = 0; i < num_fields; i++) in MergeFrom()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp60 uptr num_fields = sizeof(*this) / sizeof(uptr); in MergeFrom() local
61 for (uptr i = 0; i < num_fields; i++) in MergeFrom()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp102 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl() local
103 field_index < num_fields; ++field_index) { in ExtractFromFunctionDecl()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c509 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_set() local
515 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_set()
602 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get() local
608 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_get()
1500 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_network()
1552 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_dup_network()
1615 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_cred()
1764 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get_capability() local
1772 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_get_capability()
2505 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_p2p_set() local
[all …]
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dtxt_db.h34 int num_fields; member
/freebsd-13.1/contrib/wpa/hostapd/
H A Dhostapd_cli.c1065 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_set() local
1070 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_set()
1073 for (i = 0; i < num_fields; i++) { in hostapd_complete_set()
1110 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_get() local
1115 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_get()
1118 for (i = 0; i < num_fields; i++) { in hostapd_complete_get()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp523 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() local
525 if (num_fields > 0) { in PrivateAutoCompleteMembers()
526 for (uint32_t i = 0; i < num_fields; ++i) { in PrivateAutoCompleteMembers()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i884num_fields = property(GetNumberOfFields, None, doc='''A read only property that returns number of …
/freebsd-13.1/contrib/libxo/libxo/
H A Dlibxo.c1310 unsigned num_fields UNUSED) in xo_retain_add()
1453 xo_retain_add (const char *fmt, xo_field_info_t *fields, unsigned num_fields) in xo_retain_add() argument
1457 ssize_t sz = sizeof(*xrep) + (num_fields + 1) * sizeof(*fields); in xo_retain_add()
1465 memcpy(xfip, fields, num_fields * sizeof(*fields)); in xo_retain_add()
1471 xrep->xre_num_fields = num_fields; in xo_retain_add()
5695 xo_field_info_t *fields, unsigned num_fields) in xo_parse_field_numbers() argument
5702 for (xfip = fields, field = 0; field < num_fields; xfip++, field++) { in xo_parse_field_numbers()
5706 else if (xfip->xfi_fnum > num_fields) { in xo_parse_field_numbers()
5727 unsigned num_fields, const char *fmt) in xo_parse_fields() argument
5734 for (cp = fmt; *cp && field < num_fields; field++, xfip++) { in xo_parse_fields()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3039 uint32_t num_fields = 0; in IsHomogeneousAggregate() local
3052 if (num_fields == 0) in IsHomogeneousAggregate()
3065 if (num_fields == 0) { in IsHomogeneousAggregate()
3079 ++num_fields; in IsHomogeneousAggregate()
3083 return num_fields; in IsHomogeneousAggregate()