Home
last modified time | relevance | path

Searched refs:orig_func (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_init.h27 #define CHECK_STATUS(orig_func) \ argument
30 status = orig_func; \
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization.cc60 const FunctionDef& orig_func, in CreateMapDefunWrapper() argument
65 *vectorized_func->mutable_signature() = orig_func.signature(); in CreateMapDefunWrapper()
113 const FunctionDef& orig_func, in AddVectorizedFunction() argument
118 CreateMapDefunWrapper(map_node, orig_func, library); in AddVectorizedFunction()
/external/compiler-rt/lib/interception/
Dinterception_win.cc833 uptr orig_func; in OverrideFunction() local
834 if (!GetFunctionAddressInDLLs(name, &orig_func)) in OverrideFunction()
836 return OverrideFunction(orig_func, new_func, orig_old_func); in OverrideFunction()
/external/v8/src/
Dexecution.cc147 Object* orig_func = *new_target; in Invoke() local
155 value = stub_entry.Call(orig_func, func, recv, argc, argv); in Invoke()