Home
last modified time | relevance | path

Searched refs:nelts (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/flex/src/
H A Dbuf.c62 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 Dmain.c491 m4defs_buf.nelts = 0; /* memory leak here. */ in check_options()
693 for (i = 0; i < defs_buf.nelts; i++) { in flexend()
H A Dflexdef.h1043 int nelts; /* number of elements. */ member
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c332 size_t max = 0, nelts = 0; in ucl_object_lua_fromtable() local
356 nelts = max; in ucl_object_lua_fromtable()
366 nelts = max; in ucl_object_lua_fromtable()
398 nelts ++; in ucl_object_lua_fromtable()
408 ucl_object_reserve (top, nelts); in ucl_object_lua_fromtable()
434 ucl_object_reserve (top, nelts); in ucl_object_lua_fromtable()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c225 int nelts, int idx) in constant_time_lookup_niels() argument
227 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 DSPIRVInstrInfo.td711 ID:$dst, ID:$src, ID:$nelts, ID:$stride, ID:$event),
712 "$res = OpGroupAsyncCopy $ty $scope $dst $src $nelts $stride $event">;
713 def OpGroupWaitEvents: Op<260, (outs), (ins ID:$scope, ID:$nelts, ID:$elist),
714 "OpGroupWaitEvents $scope $nelts $elist">;