Home
last modified time | relevance | path

Searched refs:opt_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c177 static uint64_t opt_bits[MAX_BIT_FILTERS]; variable
414 if (opt_bits[i] == KPF_ALL_BITS) { in bit_mask_ok()
418 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()
836 opt_bits[nr_bit_filters] = bits; in add_bits_filter()
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dutils_test.js356 function test(x, opt_bits) { argument
358 if (opt_bits !== undefined) {
359 if (opt_bits != jspb.utils.split64Low) throw 'fail!';
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dutils_test.js356 function test(x, opt_bits) { argument
358 if (opt_bits !== undefined) {
359 if (opt_bits != jspb.utils.split64Low) throw 'fail!';
/third_party/protobuf/js/binary/
Dutils_test.js357 function test(x, opt_bits) { argument
359 if (opt_bits !== undefined) {
360 if (opt_bits != jspb.utils.split64Low) throw 'fail!';