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

  /external/qemu/memcheck/
memcheck_mmrange_map.c 190 RBTMapResult ins_res; local
205 ins_res = mmrangemap_insert_desc(to, new_entry, NULL);
206 if (ins_res != RBT_MAP_RESULT_ENTRY_INSERTED) {
208 ins_res);
memcheck_malloc_map.c 229 RBTMapResult ins_res; local
248 ins_res = allocmap_insert_desc(to, new_entry, NULL);
249 if (ins_res == RBT_MAP_RESULT_ENTRY_INSERTED) {
257 ins_res);
memcheck_proc_management.c 702 RBTMapResult ins_res; local
726 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced);
727 if (ins_res == RBT_MAP_RESULT_ERROR) {
734 if (ins_res == RBT_MAP_RESULT_ENTRY_REPLACED) {

Completed in 620 milliseconds