Home
last modified time | relevance | path

Searched defs:val_new (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dprof_active.c16 mallctl_bool_set(const char *name, bool old_expected, bool val_new, in mallctl_bool_set()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_mutator.cpp581 const ExprPtr& val_new = val_old->accept_mutator(this); in mutate() local