Home
last modified time | relevance | path

Searched defs:arg_size (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/nvmecontrol/
H A Dcomnd.h44 arg_size, enumerator
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c521 size_t arg_size; in bhnd_nvram_val_vprintf() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h843 size_t arg_size() const { return NumArgs; } in arg_size() function
/freebsd/sys/amd64/vmm/io/
H A Dppt.c643 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h660 unsigned arg_size() const { return NumArgs; } in arg_size() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp1767 void (*copy_func)(void *, void *), long arg_size, in __GOMP_taskloop()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2336 unsigned arg_size = CI->arg_size(); in SelectCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1523 inline size_t arg_size () const { return NumArgs; } in arg_size() function
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2657 je_realloc(void *ptr, size_t arg_size) { in je_realloc()