/external/pcre/src/sljit/ |
D | sljitNativeRISCV_32.c | 124 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeRISCV_64.c | 191 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativePPC_32.c | 473 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeMIPS_64.c | 199 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativePPC_64.c | 706 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeMIPS_32.c | 192 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeARM_64.c | 3468 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeARM_32.c | 4628 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeARM_T2_32.c | 4287 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeX86_common.c | 4981 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec…
|
D | sljitNativeLOONGARCH_64.c | 3688 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
D | sljitNativeS390X.c | 4474 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_decorator.py | 121 def rewrap(decorator_func, previous_target, new_target): argument
|
D | tf_decorator_test.py | 275 def new_target(x): function 285 def new_target(x): function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | InstructionList.java | 1155 …lic void redirectBranches(final InstructionHandle old_target, final InstructionHandle new_target) { in redirectBranches() 1187 …al LocalVariableGen[] lg, final InstructionHandle old_target, final InstructionHandle new_target) { in redirectLocalVariables() 1211 …xceptionGen[] exceptions, final InstructionHandle old_target, final InstructionHandle new_target) { in redirectExceptionHandlers()
|
/external/leveldb/db/ |
D | skiplist_test.cc | 274 Key new_target = RandomTarget(rnd); in ReadStep() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_unroller.cpp | 749 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | loop_unroller.cpp | 749 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_unroller.cpp | 749 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 219 def target(self, new_target): argument
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 397 def __init__(self, new_target): argument
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_legalize.c | 965 retarget_jump(struct ir3_instruction *instr, struct ir3_block *new_target) in retarget_jump()
|
/external/python/cpython3/Python/ |
D | flowgraph.c | 2389 basicblock *new_target = copy_basicblock(g, target); in duplicate_exits_without_lineno() local
|