Searched refs:nelts (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/flex/src/ |
| H A D | buf.c | 62 for (i=0; i < buf->nelts; i++){ in buf_print_strings() 127 buf_append(dest, src->elts, src->nelts); in buf_concat() 138 buf->nelts--; in buf_strnappend() 209 buf->nelts = 0; in buf_init() 238 if (n_elem + buf->nelts > buf->nmax) { in buf_append() 241 n_alloc = n_elem + buf->nelts; in buf_append() 262 memcpy ((char *) buf->elts + (size_t) buf->nelts * buf->elt_size, ptr, in buf_append() 264 buf->nelts += n_elem; in buf_append()
|
| H A D | main.c | 491 m4defs_buf.nelts = 0; /* memory leak here. */ in check_options() 693 for (i = 0; i < defs_buf.nelts; i++) { in flexend()
|
| H A D | flexdef.h | 1043 int nelts; /* number of elements. */ member
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | xmalloc.c | 50 void *xcalloc (size_t nelts, size_t eltsz) in xcalloc() argument 52 void *ret = calloc (nelts, eltsz); in xcalloc() 53 if (ret == 0 && nelts != 0 && eltsz != 0) { in xcalloc()
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 339 size_t max = 0, nelts = 0; in ucl_object_lua_fromtable() local 363 nelts = max; in ucl_object_lua_fromtable() 373 nelts = max; in ucl_object_lua_fromtable() 405 nelts ++; in ucl_object_lua_fromtable() 414 ucl_object_reserve (top, nelts); in ucl_object_lua_fromtable() 440 ucl_object_reserve (top, nelts); in ucl_object_lua_fromtable()
|
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | curve448.c | 222 int nelts, int idx) in constant_time_lookup_niels() argument 224 constant_time_lookup(ni, table, sizeof(niels_s), nelts, idx); in constant_time_lookup_niels()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 716 ID:$dst, ID:$src, ID:$nelts, ID:$stride, ID:$event), 717 "$res = OpGroupAsyncCopy $ty $scope $dst $src $nelts $stride $event">; 718 def OpGroupWaitEvents: Op<260, (outs), (ins ID:$scope, ID:$nelts, ID:$elist), 719 "OpGroupWaitEvents $scope $nelts $elist">;
|