/external/dhcpcd/ |
D | net.h | 82 struct rt { struct 89 struct rt *next; argument 128 #define add_route(rt) if_route(rt, 1) argument 129 #define change_route(rt) if_route(rt, 0) argument 130 #define del_route(rt) if_route(rt, -1) argument 131 #define del_src_route(rt) if_route(rt, -2); argument
|
D | configure.c | 418 struct rt *rt; in find_route() local 438 desc_route(const char *cmd, const struct rt *rt) in desc_route() 462 route_deleted(const struct rt *rt) in route_deleted() 479 n_route(struct rt *rt) in n_route() 525 d_route(struct rt *rt) in d_route() 541 struct rt *rt; in get_subnet_route() local 559 add_subnet_route(struct rt *rt, const struct interface *iface) in add_subnet_route() 581 struct rt *rt, *nrt = NULL, *r = NULL; in get_routes() local 610 massage_host_routes(struct rt *rt, const struct interface *iface) in massage_host_routes() 622 add_destination_route(struct rt *rt, const struct interface *iface) in add_destination_route() [all …]
|
D | if-linux.c | 234 struct rt rt; in link_route() local 488 struct rtmsg rt; member 531 if_route(const struct rt *rt, int action) in if_route()
|
D | if-bsd.c | 190 if_route(const struct rt *rt, int action) in if_route() 321 struct rt rt; in manage_link() local
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MIPSAssembler.h | 263 void lui(RegisterID rt, int imm) in lui() 268 void addiu(RegisterID rt, RegisterID rs, int imm) in addiu() 274 void addu(RegisterID rd, RegisterID rs, RegisterID rt) in addu() 280 void subu(RegisterID rd, RegisterID rs, RegisterID rt) in subu() 286 void mult(RegisterID rs, RegisterID rt) in mult() 291 void div(RegisterID rs, RegisterID rt) in div() 306 void mul(RegisterID rd, RegisterID rs, RegisterID rt) in mul() 317 void andInsn(RegisterID rd, RegisterID rs, RegisterID rt) in andInsn() 323 void andi(RegisterID rt, RegisterID rs, int imm) in andi() 329 void nor(RegisterID rd, RegisterID rs, RegisterID rt) in nor() [all …]
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 364 Register rt; in GetRtReg() local 582 uint32_t rt = GetRt(instr); in IsNop() local 855 Register rt, in GenInstrRegister() 868 Register rt, in GenInstrRegister() 895 Register rt, in GenInstrRegister() 909 Register rt, in GenInstrRegister() 924 Register rt, in GenInstrImmediate() 1070 void Assembler::beq(Register rs, Register rt, int16_t offset) { in beq() 1121 void Assembler::bne(Register rs, Register rt, int16_t offset) { in bne() 1199 void Assembler::addu(Register rd, Register rs, Register rt) { in addu() [all …]
|
D | macro-assembler-mips.cc | 543 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) { in Addu() 559 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() 575 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul() 597 void MacroAssembler::Mult(Register rs, const Operand& rt) { in Mult() 609 void MacroAssembler::Multu(Register rs, const Operand& rt) { in Multu() 621 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() 633 void MacroAssembler::Divu(Register rs, const Operand& rt) { in Divu() 645 void MacroAssembler::And(Register rd, Register rs, const Operand& rt) { in And() 661 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) { in Or() 677 void MacroAssembler::Xor(Register rd, Register rs, const Operand& rt) { in Xor() [all …]
|
/external/kernel-headers/original/linux/sunrpc/ |
D | timer.h | 26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo() 42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | AuthenticatorTest.java | 46 RequestorType rt = Authenticator.RequestorType.valueOf("BADNAME"); in test_RequestorType_valueOfLjava_lang_String() local 67 RequestorType[] rt = RequestorType.values(); in test_RequestorType_values() local
|
/external/skia/src/gpu/ |
D | GrStencilBuffer.cpp | 14 void GrStencilBuffer::wasDetachedFromRenderTarget(const GrRenderTarget* rt) { in wasDetachedFromRenderTarget()
|
D | GrStencilBuffer.h | 60 void wasAttachedToRenderTarget(const GrRenderTarget* rt) { in wasAttachedToRenderTarget()
|
D | SkGrTexturePixelRef.cpp | 126 SkGrRenderTargetPixelRef::SkGrRenderTargetPixelRef(GrRenderTarget* rt) { in SkGrRenderTargetPixelRef()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 101 static void PrintThread(const ReportThread *rt) { in PrintThread() 165 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DChromium.cpp | 310 #define DELEGATE_TO_IMPL_R(name, rt) \ argument 322 #define DELEGATE_TO_IMPL_1R(name, t1, rt) \ argument 334 #define DELEGATE_TO_IMPL_2R(name, t1, t2, rt) \ argument 346 #define DELEGATE_TO_IMPL_3R(name, t1, t2, t3, rt) \ argument 358 #define DELEGATE_TO_IMPL_4R(name, t1, t2, t3, t4, rt) \ argument 370 #define DELEGATE_TO_IMPL_5R(name, t1, t2, t3, t4, t5, rt) \ argument 382 #define DELEGATE_TO_IMPL_6R(name, t1, t2, t3, t4, t5, t6, rt) \ argument 394 #define DELEGATE_TO_IMPL_7R(name, t1, t2, t3, t4, t5, t6, t7, rt) \ argument 406 #define DELEGATE_TO_IMPL_9R(name, t1, t2, t3, t4, t5, t6, t7, t8, t9, rt) \ argument 827 #define DELEGATE_TO_INTERNAL_R(name, rt) \ argument [all …]
|
/external/compiler-rt/test/Unit/ |
D | umodti3_test.c | 32 utwords rt; in test__umodti3() local
|
/external/kernel-headers/original/asm-mips/ |
D | asm.h | 169 #define MOVN(rd, rs, rt) \ argument 176 #define MOVZ(rd, rs, rt) \ argument 185 #define MOVN(rd, rs, rt) \ argument 192 #define MOVZ(rd, rs, rt) \ argument 202 #define MOVN(rd, rs, rt) \ argument 204 #define MOVZ(rd, rs, rt) \ argument
|
/external/icu4c/test/intltest/ |
D | itrbnfrt.cpp | 305 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest() local 332 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest() local
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_cl.c | 121 UINT8 rt = GATT_INTERNAL_ERROR; in gatt_act_read() local 207 UINT8 rt = GATT_SUCCESS, op_code; in gatt_act_write() local 279 UINT8 rt ; in gatt_send_queue_write_cancel() local 346 UINT8 rt = GATT_SUCCESS; in gatt_send_prepare_write() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderRubyRun.cpp | 217 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild() local 231 RenderRubyText* rt = rubyText(); in layout() local
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 329 GrRenderTarget* rt = dstTex.get()->asRenderTarget(); in canPreserveReadWriteUnpremulPixels() local 1031 bool GrGpuGL::createStencilBufferForRenderTarget(GrRenderTarget* rt, in createStencilBufferForRenderTarget() 1097 GrRenderTarget* rt) { in attachStencilBufferToRenderTarget() 1219 const GrGLRenderTarget* rt = in flushScissor() local 1253 const GrRenderTarget* rt = drawState.getRenderTarget(); in onClear() local 1307 const GrRenderTarget* rt = drawState.getRenderTarget(); in clearStencilClip() local 1494 GrGLRenderTarget* rt = in flushRenderTarget() local 1616 GrGLRenderTarget* rt = static_cast<GrGLRenderTarget*>(target); in onResolveRenderTarget() local 1841 const GrRenderTarget* rt = this->getDrawState().getRenderTarget(); in flushAAState() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | PipedOutputStreamTest.java | 74 Thread rt; field in PipedOutputStreamTest
|
/external/qemu/target-mips/ |
D | translate.c | 980 static void gen_ldst (DisasContext *ctx, uint32_t opc, int rt, in gen_ldst() 1137 static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt, in gen_st_cond() 1251 int rt, int rs, int16_t imm) in gen_arith_imm() 1337 static void gen_logic_imm (CPUState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_logic_imm() 1379 static void gen_slt_imm (CPUState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_slt_imm() 1408 int rt, int rs, int16_t imm) in gen_shift_imm() 1547 int rd, int rs, int rt) in gen_arith() 1727 static void gen_cond_move (CPUState *env, uint32_t opc, int rd, int rs, int rt) in gen_cond_move() 1764 static void gen_logic (CPUState *env, uint32_t opc, int rd, int rs, int rt) in gen_logic() 1824 static void gen_slt (CPUState *env, uint32_t opc, int rd, int rs, int rt) in gen_slt() [all …]
|
/external/ppp/pppd/ |
D | sys-linux.c | 1501 static int read_route_table(struct rtentry *rt) in read_route_table() 1534 static int defaultroute_exists (struct rtentry *rt) in defaultroute_exists() 1566 struct rtentry rt; in have_route_to() local 1592 struct rtentry rt; in sifdefaultroute() local 1634 struct rtentry rt; in cifdefaultroute() local 2305 struct rtentry rt; in sifaddr() local 2410 struct rtentry rt; in cifaddr() local
|
/external/strace/ |
D | time.c | 890 print_rtc(tcp, rt) in print_rtc() argument 915 struct rtc_time rt; local 927 struct rtc_time rt; local
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/ |
D | UnixFileTest.java | 93 Runtime rt = Runtime.getRuntime(); in getLinuxSpace() local
|