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 196 RBTMapResult ins_res; local
211 ins_res = mmrangemap_insert_desc(to, new_entry, NULL);
212 if (ins_res != RBT_MAP_RESULT_ENTRY_INSERTED) {
214 ins_res);
memcheck_malloc_map.c 235 RBTMapResult ins_res; local
254 ins_res = allocmap_insert_desc(to, new_entry, NULL);
255 if (ins_res == RBT_MAP_RESULT_ENTRY_INSERTED) {
263 ins_res);
memcheck_proc_management.c 707 RBTMapResult ins_res; local
731 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced);
732 if (ins_res == RBT_MAP_RESULT_ERROR) {
739 if (ins_res == RBT_MAP_RESULT_ENTRY_REPLACED) {

Completed in 24 milliseconds