Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_bitmap.h386 #if DRD_BITMAP_N_CACHE_ELEM > 8 in bm_cache_lookup()
389 #if DRD_BITMAP_N_CACHE_ELEM >= 1 in bm_cache_lookup()
396 #if DRD_BITMAP_N_CACHE_ELEM >= 2 in bm_cache_lookup()
403 #if DRD_BITMAP_N_CACHE_ELEM >= 3 in bm_cache_lookup()
411 #if DRD_BITMAP_N_CACHE_ELEM >= 4 in bm_cache_lookup()
419 #if DRD_BITMAP_N_CACHE_ELEM >= 5 in bm_cache_lookup()
427 #if DRD_BITMAP_N_CACHE_ELEM >= 6 in bm_cache_lookup()
435 #if DRD_BITMAP_N_CACHE_ELEM >= 7 in bm_cache_lookup()
443 #if DRD_BITMAP_N_CACHE_ELEM >= 8 in bm_cache_lookup()
464 #if DRD_BITMAP_N_CACHE_ELEM > 8 in bm_update_cache()
[all …]
Dpub_drd_bitmap.h66 #define DRD_BITMAP_N_CACHE_ELEM 4 macro
71 struct bm_cache_elem cache[DRD_BITMAP_N_CACHE_ELEM];
Ddrd_bitmap.c104 for (i = 0; i < DRD_BITMAP_N_CACHE_ELEM; i++) in DRD_()