/external/v8/src/mips64/ |
D | assembler-mips64.cc | 297 Register rt; in GetRtReg() local 505 uint32_t rt = GetRtField(instr); in IsBeqc() local 513 uint32_t rt = GetRtField(instr); in IsBnec() local 571 uint32_t rt = GetRt(instr); in IsNop() local 969 Register rt, in GenInstrRegister() 982 Register rt, in GenInstrRegister() 1021 Register rt, in GenInstrRegister() 1034 Register rt, in GenInstrRegister() 1046 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, Register rt, in GenInstrImmediate() 1247 void Assembler::beq(Register rs, Register rt, int16_t offset) { in beq() [all …]
|
D | assembler-mips64.h | 603 inline void beq(Register rs, Register rt, Label* L) { in beq() 608 inline void bgezc(Register rt, Label* L) { in bgezc() 612 inline void bgeuc(Register rs, Register rt, Label* L) { in bgeuc() 616 inline void bgec(Register rs, Register rt, Label* L) { in bgec() 621 inline void bgezalc(Register rt, Label* L) { in bgezalc() 630 inline void bgtzc(Register rt, Label* L) { in bgtzc() 635 inline void blezc(Register rt, Label* L) { in blezc() 640 inline void bltzc(Register rt, Label* L) { in bltzc() 644 inline void bltuc(Register rs, Register rt, Label* L) { in bltuc() 648 inline void bltc(Register rs, Register rt, Label* L) { in bltc() [all …]
|
D | macro-assembler-mips64.cc | 619 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) { in Addu() 635 void MacroAssembler::Daddu(Register rd, Register rs, const Operand& rt) { in Daddu() 651 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() 668 void MacroAssembler::Dsubu(Register rd, Register rs, const Operand& rt) { in Dsubu() 686 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul() 698 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in Mulh() 720 void MacroAssembler::Mulhu(Register rd, Register rs, const Operand& rt) { in Mulhu() 742 void MacroAssembler::Dmul(Register rd, Register rs, const Operand& rt) { in Dmul() 764 void MacroAssembler::Dmulh(Register rd, Register rs, const Operand& rt) { in Dmulh() 786 void MacroAssembler::Mult(Register rs, const Operand& rt) { in Mult() [all …]
|
/external/dhcpcd-6.8.2/ |
D | ipv4.h | 38 struct rt { struct 50 TAILQ_HEAD(rt_head, rt); argument
|
D | ipv4.c | 251 struct rt *rt; in find_route() local 269 desc_route(const char *cmd, const struct rt *rt) in desc_route() 297 ipv4_findrt(struct dhcpcd_ctx *ctx, const struct rt *rt, int flags) in ipv4_findrt() 320 struct rt *rt; in ipv4_freerts() local 331 ipv4_handlert(struct dhcpcd_ctx *ctx, int cmd, struct rt *rt) in ipv4_handlert() 428 d_route(struct rt *rt) in d_route() 441 add_subnet_route(struct rt_head *rt, const struct interface *ifp) in add_subnet_route() 474 add_loopback_route(struct rt_head *rt, const struct interface *ifp) in add_loopback_route() 504 struct rt *rt, *r = NULL; in get_routes() local 531 massage_host_routes(struct rt_head *rt, const struct interface *ifp) in massage_host_routes() [all …]
|
D | ipv6.c | 1721 struct rt6 *rt; in find_route6() local 1736 desc_route(const char *cmd, const struct rt6 *rt) in desc_route() 1762 ipv6_findrt(struct dhcpcd_ctx *ctx, const struct rt6 *rt, int flags) in ipv6_findrt() 1785 struct rt6 *rt; in ipv6_freerts() local 1796 ipv6_handlert(struct dhcpcd_ctx *ctx, int cmd, struct rt6 *rt) in ipv6_handlert() 1885 d_route(struct rt6 *rt) in d_route() 1974 struct rt6 *rt; in ipv6_build_ra_routes() local 2006 struct rt6 *rt; in ipv6_build_dhcp_routes() local 2025 struct rt6 *rt, *rtn, *or; in ipv6_buildroutes() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 323 Register rt; in GetRtReg() local 531 uint32_t rt = GetRtField(instr); in IsBeqc() local 539 uint32_t rt = GetRtField(instr); in IsBnec() local 603 uint32_t rt = GetRt(instr); in IsNop() local 952 Register rt, in GenInstrRegister() 965 Register rt, in GenInstrRegister() 1004 Register rt, in GenInstrRegister() 1017 Register rt, in GenInstrRegister() 1029 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, Register rt, in GenInstrImmediate() 1211 void Assembler::beq(Register rs, Register rt, int16_t offset) { in beq() [all …]
|
D | assembler-mips.h | 599 inline void beq(Register rs, Register rt, Label* L) { in beq() 604 inline void bgezc(Register rt, Label* L) { in bgezc() 608 inline void bgeuc(Register rs, Register rt, Label* L) { in bgeuc() 612 inline void bgec(Register rs, Register rt, Label* L) { in bgec() 617 inline void bgezalc(Register rt, Label* L) { in bgezalc() 626 inline void bgtzc(Register rt, Label* L) { in bgtzc() 631 inline void blezc(Register rt, Label* L) { in blezc() 636 inline void bltzc(Register rt, Label* L) { in bltzc() 640 inline void bltuc(Register rs, Register rt, Label* L) { in bltuc() 644 inline void bltc(Register rs, Register rt, Label* L) { in bltc() [all …]
|
D | macro-assembler-mips.cc | 615 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) { in Addu() 631 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() 647 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul() 670 Register rs, const Operand& rt) { in Mul() 712 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in Mulh() 734 void MacroAssembler::Mult(Register rs, const Operand& rt) { in Mult() 746 void MacroAssembler::Mulhu(Register rd, Register rs, const Operand& rt) { in Mulhu() 768 void MacroAssembler::Multu(Register rs, const Operand& rt) { in Multu() 780 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() 793 Register rs, const Operand& rt) { in Div() [all …]
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 44 GrRenderTarget* rt = surface->getDevice()->accessRenderTarget(); in prepare_rt_for_external_access() local 50 GrRenderTarget* rt = prepare_rt_for_external_access(this, access); in onGetTextureHandle() local 59 GrRenderTarget* rt = prepare_rt_for_external_access(this, access); in onGetRenderTargetHandle() local 72 GrRenderTarget* rt = fDevice->accessRenderTarget(); in onNewSurface() local 81 GrRenderTarget* rt = fDevice->accessRenderTarget(); in onNewImageSnapshot() local 112 GrRenderTarget* rt = fDevice->accessRenderTarget(); in onCopyOnWrite() local 183 SkAutoTUnref<GrRenderTarget> rt(context->textureProvider()->wrapBackendRenderTarget(desc)); in NewFromBackendRenderTarget() local 201 SkAutoTUnref<GrRenderTarget> rt( in NewFromBackendTextureAsRenderTarget() local
|
/external/selinux/policycoreutils/sepolicy/ |
D | common.h | 16 int rt; in py_append_string() local 26 int rt; in py_append_obj() local 34 int rt; in py_insert_obj() local 42 int rt; in py_insert_string() local
|
D | info.c | 62 int rt; in py_insert_long() local 72 int rt; in py_insert_bool() local 97 int rt = 0; in get_sens() local 317 int rt; in get_cats() local 426 int rt = 0; in get_attr() local 495 int rt = 0; in get_attribs() local 602 int rt; in get_type() local 661 int rt = 0; in get_booleans() local 736 int rt; in get_user() local 824 int rt; in get_class() local [all …]
|
/external/toybox/toys/pending/ |
D | route.c | 166 static void is_prefix(char **tip, char **netmask, struct rtentry *rt) in is_prefix() 184 static void get_next_params(char **argv, struct rtentry *rt, char **netmask) in get_next_params() 237 static void verify_netmask(struct rtentry *rt, char *netmask) in verify_netmask() 255 struct rtentry rt; in setroute() local 292 static void is_prefix_inet6(char **tip, struct in6_rtmsg *rt) in is_prefix_inet6() 310 static void get_next_params_inet6(char **argv, struct sockaddr_in6 *sock_in6, struct in6_rtmsg *rt,… in get_next_params_inet6() 339 struct in6_rtmsg rt; in setroute_inet6() local
|
/external/skia/src/gpu/ |
D | GrDrawTarget.cpp | 40 GrDrawTarget::GrDrawTarget(GrRenderTarget* rt, GrGpu* gpu, GrResourceProvider* resourceProvider, in GrDrawTarget() 136 GrRenderTarget* rt = pipelineBuilder.getRenderTarget(); in setupDstReadIfNecessary() local 210 if (GrRenderTarget* rt = fBatches[i]->renderTarget()) { in drawBatches() local 308 GrRenderTarget* rt = pipelineBuilder.getRenderTarget(); in stencilPath() local 343 GrRenderTarget* rt = pipelineBuilder.getRenderTarget(); in drawPathBatch() local 497 GrRenderTarget* rt = pipelineBuilder->getRenderTarget(); in installPipelineInDrawBatch() local 537 void GrDrawTarget::clearStencilClip(const SkIRect& rect, bool insideClip, GrRenderTarget* rt) { in clearStencilClip()
|
D | GrDrawingManager.cpp | 112 GrDrawTarget* GrDrawingManager::newDrawTarget(GrRenderTarget* rt) { in newDrawTarget() 162 GrDrawContext* GrDrawingManager::drawContext(GrRenderTarget* rt, in drawContext()
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 700 void Assembler::cbz(const Register& rt, in cbz() 706 void Assembler::cbz(const Register& rt, in cbz() 714 void Assembler::cbnz(const Register& rt, in cbnz() 720 void Assembler::cbnz(const Register& rt, in cbnz() 837 void Assembler::tbz(const Register& rt, in tbz() 845 void Assembler::tbz(const Register& rt, in tbz() 854 void Assembler::tbnz(const Register& rt, in tbnz() 862 void Assembler::tbnz(const Register& rt, in tbnz() 1447 void Assembler::ldp(const CPURegister& rt, in ldp() 1454 void Assembler::stp(const CPURegister& rt, in stp() [all …]
|
D | macro-assembler-a64.h | 1419 void Ldar(const Register& rt, const MemOperand& src) { in Ldar() 1424 void Ldarb(const Register& rt, const MemOperand& src) { in Ldarb() 1429 void Ldarh(const Register& rt, const MemOperand& src) { in Ldarh() 1434 void Ldaxp(const Register& rt, const Register& rt2, const MemOperand& src) { in Ldaxp() 1440 void Ldaxr(const Register& rt, const MemOperand& src) { in Ldaxr() 1445 void Ldaxrb(const Register& rt, const MemOperand& src) { in Ldaxrb() 1450 void Ldaxrh(const Register& rt, const MemOperand& src) { in Ldaxrh() 1455 void Ldnp(const CPURegister& rt, in Ldnp() 1504 void Ldr(const Register& rt, uint64_t imm) { in Ldr() 1522 void Ldrsw(const Register& rt, uint32_t imm) { in Ldrsw() [all …]
|
/external/strace/ |
D | rtc.c | 34 print_rtc_time(struct tcb *tcp, const struct rtc_time *rt) in print_rtc_time() 50 struct rtc_time rt; in decode_rtc_time() local
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.c | 484 unsigned rt:5; member 491 emit_d(struct ppc_function *p, uint op, uint rt, uint ra, int si, in emit_d() 549 unsigned rt:5; member 559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, in emit_xo() 864 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_addi() 871 ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_addis() 878 ppc_add(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_add() 885 ppc_and(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_and() 892 ppc_andi(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_andi() 900 ppc_or(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_or() [all …]
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1974 int rt = instr->RTValue(); in ExecuteExt2_9bit_part1() local 1995 int rt = instr->RTValue(); in ExecuteExt2_9bit_part1() local 2016 int rt = instr->RTValue(); in ExecuteExt2_9bit_part1() local 2030 int rt = instr->RTValue(); in ExecuteExt2_9bit_part1() local 2044 int rt = instr->RTValue(); in ExecuteExt2_9bit_part1() local 2269 int rt = instr->RTValue(); in ExecuteExt2_9bit_part2() local 2285 int rt = instr->RTValue(); in ExecuteExt2_9bit_part2() local 2312 int rt = instr->RTValue(); in ExecuteExt2_9bit_part2() local 2327 int rt = instr->RTValue(); in ExecuteExt2_9bit_part2() local 2342 int rt = instr->RTValue(); in ExecuteExt2_9bit_part2() local [all …]
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 1018 void Assembler::cbz(const Register& rt, in cbz() 1025 void Assembler::cbz(const Register& rt, in cbz() 1032 void Assembler::cbnz(const Register& rt, in cbnz() 1039 void Assembler::cbnz(const Register& rt, in cbnz() 1046 void Assembler::tbz(const Register& rt, in tbz() 1055 void Assembler::tbz(const Register& rt, in tbz() 1063 void Assembler::tbnz(const Register& rt, in tbnz() 1072 void Assembler::tbnz(const Register& rt, in tbnz() 1575 void Assembler::ldp(const CPURegister& rt, in ldp() 1582 void Assembler::stp(const CPURegister& rt, in stp() [all …]
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 252 void Inflate(const FXT_RECT& rt) { in Inflate() 268 void Deflate(const FXT_RECT& rt) { in Deflate() 280 FX_BOOL Contains(const FXT_RECT& rt) const { in Contains() 361 void Union(const FXT_RECT& rt) { in Union() 378 void Intersect(const FXT_RECT& rt) { in Intersect() 395 FX_BOOL IntersectWith(const FXT_RECT& rt) const { in IntersectWith() 400 FX_BOOL IntersectWith(const FXT_RECT& rt, FX_FLOAT fEpsilon) const { in IntersectWith() 564 void Inflate(const CFX_FloatRect& rt) { in Inflate() 587 void Deflate(const CFX_FloatRect& rt) { in Deflate()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfRoundTripTest.java | 193 long rt = formatter.parse(text).longValue(); in doTest() local 207 double rt = formatter.parse(text).doubleValue(); in doTest() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RbnfRoundTripTest.java | 189 long rt = formatter.parse(text).longValue(); in doTest() local 203 double rt = formatter.parse(text).doubleValue(); in doTest() local
|
/external/skia/src/gpu/batches/ |
D | GrClearBatch.h | 20 GrClearBatch(const SkIRect& rect, GrColor color, GrRenderTarget* rt) in GrClearBatch() 76 GrClearStencilClipBatch(const SkIRect& rect, bool insideClip, GrRenderTarget* rt) in GrClearStencilClipBatch()
|