Home
last modified time | relevance | path

Searched refs:int_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/sort/test/
Dsort_detail_test.cpp234 const unsigned int_offset = int_div_min << int_log_divisor; in swap_loop_test() local
235 ints.push_back(2 + int_offset); in swap_loop_test()
236 ints.push_back(1 + int_offset); // stays in place in swap_loop_test()
237 ints.push_back(4 + int_offset); in swap_loop_test()
238 ints.push_back(3 + int_offset); in swap_loop_test()
239 ints.push_back(0 + int_offset); in swap_loop_test()
250 BOOST_CHECK(ints[i] == int(int_offset + i)); in swap_loop_test()
/third_party/gn/src/gn/
Dstring_utils.cc29 int int_offset = static_cast<int>(offset); in ErrInsideStringToken() local
31 token.location().column_number() + int_offset + 1); in ErrInsideStringToken()
33 token.location().column_number() + int_offset + 1 + in ErrInsideStringToken()
/third_party/e2fsprogs/e2fsck/
Drehash.c781 int limit_offset, int_offset, root_offset; in calculate_tree() local
838 &int_offset, outdir, i, in calculate_tree()
848 &dx_ent, &int_offset, in calculate_tree()