Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_bitmap.h388 #if DRD_BITMAP_N_CACHE_ELEM > 8 in bm_cache_lookup()
391 #if DRD_BITMAP_N_CACHE_ELEM >= 1 in bm_cache_lookup()
398 #if DRD_BITMAP_N_CACHE_ELEM >= 2 in bm_cache_lookup()
405 #if DRD_BITMAP_N_CACHE_ELEM >= 3 in bm_cache_lookup()
413 #if DRD_BITMAP_N_CACHE_ELEM >= 4 in bm_cache_lookup()
421 #if DRD_BITMAP_N_CACHE_ELEM >= 5 in bm_cache_lookup()
429 #if DRD_BITMAP_N_CACHE_ELEM >= 6 in bm_cache_lookup()
437 #if DRD_BITMAP_N_CACHE_ELEM >= 7 in bm_cache_lookup()
445 #if DRD_BITMAP_N_CACHE_ELEM >= 8 in bm_cache_lookup()
466 #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.c102 for (i = 0; i < DRD_BITMAP_N_CACHE_ELEM; i++) in DRD_()