Home
last modified time | relevance | path

Searched refs:num_items (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/lib/libcrypto/lhash/
H A Dlhash.c91 unsigned long num_items; member
267 if (lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) in lh_insert()
284 lh->num_items++; in lh_insert()
314 lh->num_items--; in lh_delete()
316 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in lh_delete()
382 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in doall_util_fn()
431 return lh ? lh->num_items : 0; in lh_num_items()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors20.C27 int num_items; member
H A Dcopy2.C27 int num_items; member
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i148 num_items = len(self)
150 if key < num_items:
/openbsd-src/sys/arch/armv7/exynos/
H A Dec_commands.h1018 uint8_t num_items; /* number of items */ member
1032 uint8_t num_items; /* Number of items to return */ member
1040 uint8_t num_items; /* Number of items */ member
/openbsd-src/sys/dev/fdt/
H A Dqcsmem.c115 uint32_t num_items; member
253 sc->sc_item_count = info->num_items; in qcsmem_attach()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_query.c586 for (i = 0; i < args->num_items; i++, user_item_ptr++) { in i915_query_ioctl()
/openbsd-src/sys/dev/pci/drm/include/uapi/drm/
H A Di915_drm.h3091 __u32 num_items; member