Home
last modified time | relevance | path

Searched refs:val_empty (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c68 static uint8_t val_empty[1] = {0}; variable
440 vp->val = val_empty; in load_tests()
1111 val_empty, 0, sz, 16, B_FALSE); in perf_alg_cb()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1127 inline bool val_empty() const { return NumConds == 0; } in val_empty() function