OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_first
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c
170
bool
remove_first
= parent->ranges[first].offset == offset;
local
182
remove_first
= true;
191
range_count_delta = 1 - (last - first + 1) + !
remove_first
+ !remove_last;
192
new_idx = first + !
remove_first
;
204
if (parent->ranges[first].offset + parent->ranges[first].size > offset ||
remove_first
) {
208
if (!
remove_first
) {
229
if (!
remove_first
)
/external/jemalloc/include/jemalloc/internal/
ph.h
199
a_attr a_type *a_prefix##
remove_first
(a_ph_type *ph); \
236
* merge during a_prefix##
remove_first
(). For elements that \
258
a_prefix##
remove_first
(a_ph_type *ph) \
/external/jemalloc_new/include/jemalloc/internal/
ph.h
203
a_attr a_type *a_prefix##
remove_first
(a_ph_type *ph); \
245
* merge during a_prefix##
remove_first
(). For elements that \
267
a_prefix##
remove_first
(a_ph_type *ph) { \
Completed in 2415 milliseconds