Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/txt_db/
H A Dtxt_db.c90 ret->num_fields = num; in TXT_DB_read()
195 if (idx >= db->num_fields) { in TXT_DB_get_by_index()
218 if (field >= db->num_fields) { in TXT_DB_create_index()
259 nn = db->num_fields; in TXT_DB_write()
305 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
324 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
348 for (i = db->num_fields - 1; i >= 0; i--) in TXT_DB_free()
359 max = p[db->num_fields]; /* last address */ in TXT_DB_free()
362 for (n = 0; n < db->num_fields; n++) in TXT_DB_free()
365 for (n = 0; n < db->num_fields; n++) { in TXT_DB_free()
H A Dtxt_db.h85 int num_fields; member
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp504 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() local
506 if (num_fields > 0) { in PrivateAutoCompleteMembers()
507 for (uint32_t i = 0; i < num_fields; ++i) { in PrivateAutoCompleteMembers()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dxtensa-isa-internal.h185 int num_fields; member
H A DChangeLog391 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c4027 int num_fields; in process_enumeration_scope() local
4030 num_fields = 0; in process_enumeration_scope()
4050 if ((num_fields % DW_FIELD_ALLOC_CHUNK) == 0) in process_enumeration_scope()
4054 (num_fields + DW_FIELD_ALLOC_CHUNK) in process_enumeration_scope()
4058 FIELD_NAME (fields[num_fields]) = DEPRECATED_SYMBOL_NAME (sym); in process_enumeration_scope()
4059 FIELD_TYPE (fields[num_fields]) = NULL; in process_enumeration_scope()
4060 FIELD_BITPOS (fields[num_fields]) = SYMBOL_VALUE (sym); in process_enumeration_scope()
4061 FIELD_BITSIZE (fields[num_fields]) = 0; in process_enumeration_scope()
4062 FIELD_STATIC_KIND (fields[num_fields]) = 0; in process_enumeration_scope()
4064 num_fields++; in process_enumeration_scope()
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i911num_fields = property(GetNumberOfFields, None, doc='''A read only property that returns number of …
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3098 uint32_t num_fields = 0; in IsHomogeneousAggregate() local
3111 if (num_fields == 0) in IsHomogeneousAggregate()
3124 if (num_fields == 0) { in IsHomogeneousAggregate()
3138 ++num_fields; in IsHomogeneousAggregate()
3143 return num_fields; in IsHomogeneousAggregate()