Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/nvmecontrol/
HDcomnd.h44 arg_size, enumerator
/freebsd-14-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_value_prf.c522 size_t arg_size; in bhnd_nvram_val_vprintf() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h864 size_t arg_size() const { return NumArgs; } in arg_size() function
/freebsd-14-stable/sys/amd64/vmm/io/
HDppt.c671 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h671 unsigned arg_size() const { return NumArgs; } in arg_size() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h931 size_t arg_size() const { return cast<llvm::Function>(Val)->arg_size(); } in arg_size() function
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_gsupport.cpp1767 void (*copy_func)(void *, void *), long arg_size, in __GOMP_taskloop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp2336 unsigned arg_size = CI->arg_size(); in SelectCall() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1523 inline size_t arg_size () const { return NumArgs; } in arg_size() function
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c2657 je_realloc(void *ptr, size_t arg_size) { in je_realloc()