Searched refs:__scratch (Results 1 – 3 of 3) sorted by relevance
197 auto __scratch = std::make_unique<difference_type[]>(__count); in __build_suffix_table() local199 __compute_bm_prefix(__first, __last, __pred, __scratch); in __build_suffix_table()201 __suffix_[__i] = __count - __scratch[__count - 1]; in __build_suffix_table()204 __compute_bm_prefix(_ReverseIter(__last), _ReverseIter(__first), __pred, __scratch); in __build_suffix_table()207 const size_t __j = __count - __scratch[__i]; in __build_suffix_table()208 const difference_type __k = __i - __scratch[__i] + 1; in __build_suffix_table()
359 db_printf("\t__scratch[0] %p\n", skb->__scratch); in DB_SHOW_COMMAND()
200 uint8_t __scratch[0] __aligned(CACHE_LINE_SIZE);