Searched defs:full_mask (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc312 uint64_t full_mask,
370 const uint32_t mask = (half == ArgHalf::UPPER) ? full_mask >> 32 : full_mask;
310 MaskedEqualHalf(int argno, size_t width, uint64_t full_mask, uint64_t full_value, ArgHalf half, CodeGen::Node passed, CodeGen::Node failed) argument

Completed in 64 milliseconds