Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dxxhash.c105 const uint8_t *b_end = p + len; in xxh32() local
175 const uint8_t *const b_end = p + len; in xxh64() local
273 const uint8_t *const b_end in xxh32_update() local
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + xxh32_digest() local
380 const uint8_t *const b_end = p + len; xxh64_update() local
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + xxh64_digest() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c105 const uint8_t *b_end = p + len; in xxh32() local
175 const uint8_t *const b_end = p + len; in xxh64() local
273 const uint8_t *const b_end in xxh32_update() local
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + xxh32_digest() local
380 const uint8_t *const b_end = p + len; xxh64_update() local
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + xxh64_digest() local
[all...]
H A Dmaple_tree.c130 unsigned char b_end; member
1875 unsigned char b_end = bn->b_end; in mab_calc_split() local
2105 unsigned char b_end; mas_store_b_node() local
2267 unsigned char b_end = mast->bn->b_end; mast_rebalance_next() local
2282 unsigned char b_end = mast->bn->b_end; mast_rebalance_prev() local
2997 unsigned char shift, b_end = ++b_node->b_end; mas_rebalance() local
3472 unsigned char b_end = b_node->b_end; mas_commit_b_node() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_merge_regs.c156 unsigned b_end = b_start + reg_size(b->reg); in can_skip_interference() local
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h112 struct timespec b_end; member
/third_party/ffmpeg/libavformat/
H A Dipmovie.c596 const uint8_t *b_end = p->buf + p->buf_size - sizeof(signature); in ipmovie_probe() local
/third_party/libabigail/include/
H A Dabg-diff-utils.h841 end_of_fr_d_path_in_k(int k, int d, RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_start, RandomAccessOutputIterator b_end, d_path_vec& v, snake& snak) end_of_fr_d_path_in_k() argument
982 end_of_frr_d_path_in_k_plus_delta(int k, int d, RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, d_path_vec& v, snake& snak) end_of_frr_d_path_in_k_plus_delta() argument
1086 is_match_point(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, const point& point) is_match_point() argument
1140 compute_middle_snake(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, snake& snak, int& ses_len) compute_middle_snake() argument
1323 ses_len(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, d_path_vec& v, bool reverse) ses_len() argument
1406 ses_len(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, d_path_vec& v, bool reverse) ses_len() argument
1482 compute_diff(RandomAccessOutputIterator a_base, RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_base, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, vector<point>& lcs, edit_script& ses, int& ses_len) compute_diff() argument
1686 compute_diff(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, vector<point>& lcs, edit_script& ses, int& ses_len) compute_diff() argument
1751 compute_diff(RandomAccessOutputIterator a_base, RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_base, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, vector<point>& lcs, edit_script& ses) compute_diff() argument
1806 compute_diff(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, vector<point>& lcs, edit_script& ses) compute_diff() argument
1849 compute_diff(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, vector<point>& lcs, edit_script& ses) compute_diff() argument
1908 compute_diff(RandomAccessOutputIterator a_base, RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_base, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, edit_script& ses) compute_diff() argument
1959 compute_diff(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, edit_script& ses) compute_diff() argument
1998 compute_diff(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, edit_script& ses) compute_diff() argument
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc2901 dump_functions_as_string(std::vector<function_decl*>::const_iterator a_begin, std::vector<function_decl*>::const_iterator a_end, std::vector<function_decl*>::const_iterator b_begin, std::vector<function_decl*>::const_iterator b_end) dump_functions_as_string() argument
2918 dump_function_names(std::vector<function_decl*>::const_iterator a_begin, std::vector<function_decl*>::const_iterator a_end, std::vector<function_decl*>::const_iterator b_begin, std::vector<function_decl*>::const_iterator b_end) dump_function_names() argument
H A Dabg-ir.cc26673 fns_to_str(vector<function_decl*>::const_iterator a_begin, vector<function_decl*>::const_iterator a_end, vector<function_decl*>::const_iterator b_begin, vector<function_decl*>::const_iterator b_end, fns_to_str_map_type& m, std::ostream& o) fns_to_str() argument
26706 fns_to_str(vector<function_decl*>::const_iterator a_begin, vector<function_decl*>::const_iterator a_end, vector<function_decl*>::const_iterator b_begin, vector<function_decl*>::const_iterator b_end, std::ostream& o) fns_to_str() argument
/third_party/python/Objects/
H A Dlongobject.c5131 digit *a_digit, *b_digit, *c_digit, *d_digit, *a_end, *b_end; in _PyLong_GCD() local

Completed in 53 milliseconds