Home
last modified time | relevance | path

Searched refs:b_end (Results 1 – 13 of 13) sorted by relevance

/external/zstd/contrib/linux-kernel/test/include/linux/
Dxxhash.h360 const uint8_t *b_end = p + len; in xxh32() local
364 const uint8_t *const limit = b_end - 16; in xxh32()
389 while (p + 4 <= b_end) { in xxh32()
395 while (p < b_end) { in xxh32()
429 const uint8_t *const b_end = p + len; in xxh64() local
433 const uint8_t *const limit = b_end - 32; in xxh64()
463 while (p + 8 <= b_end) { in xxh64()
471 if (p + 4 <= b_end) { in xxh64()
477 while (p < b_end) { in xxh64()
524 const uint8_t *const b_end = p + len; in xxh32_update() local
[all …]
/external/libabigail/include/
Dabg-diff-utils.h845 RandomAccessOutputIterator b_end, in end_of_fr_d_path_in_k() argument
892 int last_y_index = b_end - b_start - 1; in end_of_fr_d_path_in_k()
986 RandomAccessOutputIterator b_end, in end_of_frr_d_path_in_k_plus_delta() argument
990 int b_size = b_end - b_begin; in end_of_frr_d_path_in_k_plus_delta()
1089 RandomAccessOutputIterator b_end, in is_match_point() argument
1092 int a_size = a_end - a_begin, b_size = b_end - b_begin; in is_match_point()
1143 RandomAccessOutputIterator b_end, in compute_middle_snake() argument
1148 int b_size = b_end - b_begin; in compute_middle_snake()
1188 b_begin, b_end, in compute_middle_snake()
1221 b_begin, b_end, in compute_middle_snake()
[all …]
Dabg-ir.h4807 vector<function_decl*>::const_iterator b_end,
/external/libchrome/mojo/public/cpp/bindings/lib/
Dwtf_clone_equals_util.h61 auto b_end = b.end();
65 if (b_iter == b_end || !mojo::Equals(iter->value, b_iter->value))
/external/ltp/include/
Dtst_fuzzy_sync.h111 struct timespec b_end; member
510 pair->b_end, pair->b_start); in tst_fzsync_pair_update()
512 pair->a_end, pair->b_end); in tst_fzsync_pair_update()
750 tst_fzsync_time(&pair->b_end); in tst_fzsync_end_race_b()
/external/libvpx/libvpx/test/
Dpredict_test.cc113 const uint8_t *b_end = b + b_size; in CheckBorder() local
118 EXPECT_LE(b_end + right_border, a_end) << "'b' does not end within 'a'"; in CheckBorder()
/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c802 blk64_t i, b_end, c_end; in ext2fs_convert_subcluster_bitmap() local
816 b_end = bmap->end; in ext2fs_convert_subcluster_bitmap()
833 bmap->end = b_end; in ext2fs_convert_subcluster_bitmap()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc87 b_end = glyph_builders->end(); in GenerateLocaList() local
88 b != b_end; ++b) { in GenerateLocaList()
/external/libabigail/src/
Dabg-tools-utils.cc2652 std::vector<function_decl*>::const_iterator b_end) in dump_functions_as_string() argument
2653 {abigail::fns_to_str(a_begin, a_end, b_begin, b_end, std::cerr);} in dump_functions_as_string()
2669 std::vector<function_decl*>::const_iterator b_end) in dump_function_names() argument
2677 for (i = b_begin; i != b_end; ++i) in dump_function_names()
Dabg-ir.cc24354 vector<function_decl*>::const_iterator b_end, in fns_to_str() argument
24360 fns_to_str(b_begin, b_end, m, o); in fns_to_str()
24387 vector<function_decl*>::const_iterator b_end, in fns_to_str() argument
24391 fns_to_str(a_begin, a_end, b_begin, b_end, m, o); in fns_to_str()
/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c113 intersects(unsigned a_start, unsigned a_end, unsigned b_start, unsigned b_end) in intersects() argument
115 return !((a_start >= b_end) || (b_start >= a_end)); in intersects()
/external/python/cpython3/Objects/
Dlongobject.c4835 digit *a_digit, *b_digit, *c_digit, *d_digit, *a_end, *b_end; in _PyLong_GCD() local
4956 b_end = b->ob_digit + size_b; in _PyLong_GCD()
4965 while (b_digit < b_end) { in _PyLong_GCD()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2735 Label b, b_end; in TEST() local
2737 __ B(&b_end); in TEST()
2740 __ Bind(&b_end); in TEST()