/external/pcre/src/sljit/ |
D | sljitNativePPC_32.c | 267 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 | sljitNativeSPARC_32.c | 266 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 | 491 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 | 424 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 | 546 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 | 2163 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 | 3112 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 | 2639 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 | 3101 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec…
|
D | sljitNativeS390X.c | 3331 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 | sljitLir.c | 2745 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 | 125 def rewrap(decorator_func, previous_target, new_target): argument
|
D | tf_decorator_test.py | 279 def new_target(x): function 289 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/mesa3d/src/freedreno/ir3/ |
D | ir3_legalize.c | 469 retarget_jump(struct ir3_instruction *instr, struct ir3_block *new_target) in retarget_jump()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_unroller.cpp | 750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_unroller.cpp | 750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_unroller.cpp | 750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 373 def __init__(self, new_target): argument
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 219 def target(self, new_target): argument
|
/external/python/cpython3/Python/ |
D | compile.c | 7874 basicblock *new_target = compiler_copy_block(c, target); in duplicate_exits_without_lineno() local
|