Home
last modified time | relevance | path

Searched refs:nelem (Results 26 – 50 of 69) sorted by relevance

123

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h225 size_t *nelem);
229 size_t nelem);
320 uint8_t nelem; /**< element count, or 1 if not member
H A Dbhnd_nvram_data_bcmvar.h50 size_t nelem; /**< value element count */ member
H A Dbhnd_nvram_value_fmts.c58 size_t ilen, char *delim, size_t *nelem);
861 size_t *nelem) in bhnd_nvram_ident_octet_string() argument
938 if (nelem != NULL) in bhnd_nvram_ident_octet_string()
939 *nelem = field_count; in bhnd_nvram_ident_octet_string()
H A Dbhnd_nvram_data_spromvar.h99 uint8_t nelem; /**< variable array length */ member
H A Dbhnd_nvram_data_bcm.c95 .nelem = 1,
101 .nelem = 1,
107 .nelem = 1,
113 .nelem = 1,
/freebsd/crypto/openssl/test/
H A Ddanetest.c91 static STACK_OF(X509) *load_chain(BIO *fp, int nelem) in STACK_OF()
106 count < nelem && errtype == 0 in STACK_OF()
137 if (count == nelem) { in STACK_OF()
/freebsd/lib/libc/db/hash/
H A DREADME12 initial number of elements (nelem).
19 initial number of elements (nelem)
H A Dndbm.c62 info.nelem = 1; in dbm_open()
/freebsd/lib/libc/db/test/hash.tests/
H A Dtcreat3.c60 ctl.nelem = atoi(*argv++);
H A Dtread2.c59 ctl.nelem = INITIAL;
H A Dtverify.c60 ctl.nelem = INITIAL;
H A Ddriver2.c63 info.nelem = 1;
H A Dtdel.c58 ctl.nelem = INITIAL;
H A Dthash4.c64 ctl.nelem = atoi(*argv++);
/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c91 size_t nelem; member
647 state->nelem++; in impl_cache_flush_cache()
665 state.nelem = 0; in ossl_method_cache_flush_some()
674 store->cache_nelem = state.nelem; in ossl_method_cache_flush_some()
/freebsd/include/
H A Ddb.h133 unsigned int nelem; /* number of elements */ member
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c1760 int elem, nelem; local
1762 nelem = 0;
1766 ++nelem;
1768 if (nelem == 0)
1772 s = (char **)malloc((nelem + 1) * (sizeof *s));
1776 for (i = 0, elem = 0; i < len && elem < nelem; i++)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td43 class VTVec<int nelem, ValueType elt, int value>
44 : ValueType<!mul(nelem, elt.Size), value> {
45 let nElem = nelem;
52 class VTScalableVec<int nelem, ValueType elt, int value>
53 : VTVec<nelem, elt, value> {
/freebsd/contrib/lua/src/
H A Dlmem.h88 LUAI_FUNC void *luaM_shrinkvector_ (lua_State *L, void *block, int *nelem,
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10391 uint_t i, nelem; in zpool_do_events_nvprint() local
10408 uint_t i, nelem; in zpool_do_events_nvprint() local
10411 for (i = 0; i < nelem; i++) in zpool_do_events_nvprint()
10419 uint_t i, nelem; in zpool_do_events_nvprint() local
10430 uint_t i, nelem; in zpool_do_events_nvprint() local
10441 uint_t i, nelem; in zpool_do_events_nvprint() local
10452 uint_t i, nelem; in zpool_do_events_nvprint() local
10463 uint_t i, nelem; in zpool_do_events_nvprint() local
10474 uint_t i, nelem; in zpool_do_events_nvprint() local
10486 uint_t i, nelem; in zpool_do_events_nvprint() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c71 hi.nelem = 65536; in main()
/freebsd/contrib/one-true-awk/
H A Dawk.h109 int nelem; /* elements in table right now */ member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp3529 int nelem = 1; in __kmp_stg_parse_proc_bind() local
3532 nelem++; in __kmp_stg_parse_proc_bind()
3537 if (__kmp_nested_proc_bind.size < nelem) { in __kmp_stg_parse_proc_bind()
3541 sizeof(kmp_proc_bind_t) * nelem); in __kmp_stg_parse_proc_bind()
3545 __kmp_nested_proc_bind.size = nelem; in __kmp_stg_parse_proc_bind()
3547 __kmp_nested_proc_bind.used = nelem; in __kmp_stg_parse_proc_bind()
3581 if (i >= nelem) { in __kmp_stg_parse_proc_bind()
3609 int nelem = __kmp_nested_proc_bind.used; in __kmp_stg_print_proc_bind() local
3615 if (nelem == 0) { in __kmp_stg_print_proc_bind()
3620 for (i = 0; i < nelem; i++) { in __kmp_stg_print_proc_bind()
[all …]
/freebsd/contrib/sendmail/src/
H A Dmilter.c3369 int elem, nelem; local
3382 nelem = 0;
3386 ++nelem;
3388 if (nelem == 0)
3392 s = (char **)malloc((nelem + 1) * (sizeof(*s)));
3396 for (i = 0, elem = 0; i < rlen && elem < nelem; i++)
3407 *pargc = nelem;
3411 for (elem = 0; elem < nelem; elem++)
/freebsd/contrib/libedit/
H A Dhistory.c834 history_save_fp(TYPE(History) *h, size_t nelem, FILE *fp) in history_save_fp() argument
852 if (nelem != (size_t)-1) { in history_save_fp()
853 for (retval = HFIRST(h, &ev); retval != -1 && nelem-- > 0; in history_save_fp()

123