Searched refs:kBranchRange (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen.cc48 // kBranchRange is the maximum value that can be stored in
50 const size_t kBranchRange = std::numeric_limits<uint8_t>::max(); member in namespace:sandbox
88 jt = WithinRange(jt, kBranchRange - 1);
89 jf = WithinRange(jf, kBranchRange);
125 CHECK_LE(jt, kBranchRange);
126 CHECK_LE(jf, kBranchRange);

Completed in 272 milliseconds