Searched refs:res (Results 1 – 3 of 3) sorted by relevance
460 struct dynarray_finalize_result res; in DYNARRAY_NAME() local463 sizeof (DYNARRAY_ELEMENT), &res)) in DYNARRAY_NAME()467 *result = (DYNARRAY_FINAL_TYPE) { res.array, res.length }; in DYNARRAY_NAME()490 struct dynarray_finalize_result res; in DYNARRAY_NAME() local493 sizeof (DYNARRAY_ELEMENT), &res)) in DYNARRAY_NAME()498 *lengthp = res.length; in DYNARRAY_NAME()499 return res.array; in DYNARRAY_NAME()
81 Dl_info *res = dladdr (caller, mem) ? mem : NULL; in lock_and_info() local85 return res; in lock_and_info()
5453 int res = 1; in __libc_mallopt() local5474 res = do_set_mxfast (value); in __libc_mallopt()5478 res = do_set_trim_threshold (value); in __libc_mallopt()5482 res = do_set_top_pad (value); in __libc_mallopt()5486 res = do_set_mmap_threshold (value); in __libc_mallopt()5490 res = do_set_mmaps_max (value); in __libc_mallopt()5494 res = do_set_mallopt_check (value); in __libc_mallopt()5498 res = do_set_perturb_byte (value); in __libc_mallopt()5503 res = do_set_arena_test (value); in __libc_mallopt()5508 res = do_set_arena_max (value); in __libc_mallopt()[all …]
Completed in 16 milliseconds