Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp60 uptr block_idx = GetBlockIdx(idx); in Load()
61 CHECK_LT(block_idx, ARRAY_SIZE(blocks_)); in Load()
62 const uptr *stack_trace = blocks_[block_idx].GetOrUnpack(this); in Load()
79 uptr block_idx = GetBlockIdx(start); in Alloc()
81 if (LIKELY(block_idx == last_idx)) { in Alloc()
84 if (block_idx >= ARRAY_SIZE(blocks_)) in Alloc()
87 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc()
95 *pack += blocks_[block_idx].Stored(in_first); in Map()
57 uptr block_idx = GetBlockIdx(idx); Load() local
76 uptr block_idx = GetBlockIdx(start); Alloc() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c243 IN uint16_t block_idx, in osm_pkey_tbl_set_new_entry() argument
249 if (!(p_block = osm_pkey_tbl_new_block_get(p_pkey_tbl, block_idx))) { in osm_pkey_tbl_set_new_entry()
254 cl_ptr_vector_set(&p_pkey_tbl->new_blocks, block_idx, p_block); in osm_pkey_tbl_set_new_entry()
258 if (p_pkey_tbl->used_blocks <= block_idx) in osm_pkey_tbl_set_new_entry()
259 p_pkey_tbl->used_blocks = block_idx + 1; in osm_pkey_tbl_set_new_entry()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h360 IN uint16_t block_idx,
445 OUT uint16_t * block_idx,