HomeSort by relevance Sort by last modified time
    Searched refs:RBT_MAP_RESULT_ENTRY_INSERTED (Results 1 - 4 of 4) sorted by null

  /external/qemu/memcheck/
memcheck_mmrange_map.c 74 return RBT_MAP_RESULT_ENTRY_INSERTED;
206 if (ins_res != RBT_MAP_RESULT_ENTRY_INSERTED) {
memcheck_malloc_map.c 112 return RBT_MAP_RESULT_ENTRY_INSERTED;
249 if (ins_res == RBT_MAP_RESULT_ENTRY_INSERTED) {
memcheck_common.h 255 RBT_MAP_RESULT_ENTRY_INSERTED = 0,
memcheck.c 447 if (insert_res == RBT_MAP_RESULT_ENTRY_INSERTED) {

Completed in 37 milliseconds