Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c38 ret->num_fields = num; in TXT_DB_read()
134 if (idx >= db->num_fields) { in TXT_DB_get_by_index()
155 if (field >= db->num_fields) { in TXT_DB_create_index()
198 nn = db->num_fields; in TXT_DB_write()
240 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
254 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
288 for (i = db->num_fields - 1; i >= 0; i--) in TXT_DB_free()
300 max = p[db->num_fields]; /* last address */ in TXT_DB_free()
302 for (n = 0; n < db->num_fields; n++) in TXT_DB_free()
305 for (n = 0; n < db->num_fields; n++) { in TXT_DB_free()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c521 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_set() local
527 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_set()
622 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get() local
628 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_get()
1522 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_network()
1574 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_dup_network()
1637 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_cred()
1786 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get_capability() local
1794 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_get_capability()
2550 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_p2p_set() local
[all …]
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dtxt_db.h40 int num_fields; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp503 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() local
505 if (num_fields > 0) { in PrivateAutoCompleteMembers()
506 for (uint32_t i = 0; i < num_fields; ++i) { in PrivateAutoCompleteMembers()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dhostapd_cli.c1078 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_set() local
1083 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_set()
1086 for (i = 0; i < num_fields; i++) { in hostapd_complete_set()
1123 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_get() local
1128 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_get()
1131 for (i = 0; i < num_fields; i++) { in hostapd_complete_get()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i62num_fields = property(GetNumberOfFields, None, doc='''A read only property that returns number of …
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3013 uint32_t num_fields = 0; in IsHomogeneousAggregate() local
3026 if (num_fields == 0) in IsHomogeneousAggregate()
3039 if (num_fields == 0) { in IsHomogeneousAggregate()
3053 ++num_fields; in IsHomogeneousAggregate()
3058 return num_fields; in IsHomogeneousAggregate()