Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1127 inline bool val_empty() const { return NumConds == 0; } in val_empty() function