HomeSort by relevance Sort by last modified time
    Searched refs:rt (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /bionic/libc/netbsd/resolv/
res_state.c 55 _res_thread* rt = malloc(sizeof(*rt)); local
57 if (rt) {
58 rt->_h_errno = 0;
60 rt->_serial = 0;
61 rt->_pi = (struct prop_info*) __system_property_find("net.change");
62 if (rt->_pi) {
63 rt->_serial = rt->_pi->serial;
65 if ( res_ninit( rt->_nres ) < 0 )
92 _res_thread* rt = _rt; local
108 _res_thread* rt; local
158 _res_thread* rt = _res_thread_get(); local
167 _res_thread* rt = _res_thread_get(); local
182 _res_thread* rt = _res_thread_get(); local
    [all...]
  /external/chromium/third_party/icu/source/test/testdata/
NumberFormatTestCases.txt 12 rt: "0.###" 1.0 "1"
21 rt: "0" 1234 "1234"
31 rt: "@@@@" 0.0012 "0.001200"
34 rt: "@###" 0.00123 "0.00123"
35 rt: - 123000 "123000"
41 rt: - 123000 "123,000"
43 rt: - 0.9999 "0.9999"
45 rt: "@##E0" 20000 "2E4"
46 rt: - 27000 "2.7E4"
47 rt: - 27100 "2.71E4
    [all...]
  /external/icu4c/test/testdata/
NumberFormatTestCases.txt 12 rt: "0.###" 1.0 "1"
21 rt: "0" 1234 "1234"
31 rt: "@@@@" 0.0012 "0.001200"
34 rt: "@###" 0.00123 "0.00123"
35 rt: - 123000 "123000"
41 rt: - 123000 "123,000"
43 rt: - 0.9999 "0.9999"
45 rt: "@##E0" 20000 "2E4"
46 rt: - 27000 "2.7E4"
47 rt: - 27100 "2.71E4
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
timer.h 22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
23 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
24 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo)
31 t = &rt->ntimeouts[timer-1];
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer)
46 return rt->ntimeouts[timer-1];
  /system/core/toolbox/
route.c 53 struct rtentry rt = { local
64 rt.rt_flags = RTF_UP;
65 rt.rt_dev = argv[4];
72 rt.rt_flags = RTF_UP | RTF_GATEWAY;
73 rt.rt_dev = argv[6];
74 if (set_address(argv[4], &rt.rt_gateway)) {
84 rt.rt_flags = RTF_UP | RTF_GATEWAY;
85 if (set_address(argv[3], &rt.rt_dst) &&
86 set_address(argv[5], &rt.rt_genmask) &&
87 set_address(argv[7], &rt.rt_gateway))
    [all...]
  /external/dhcpcd/
configure.c 168 static struct rt *
169 reverse_routes(struct rt *routes)
171 struct rt *rt; local
172 struct rt *rtn = NULL;
175 rt = routes->next;
178 routes = rt;
184 delete_route(const struct interface *iface, struct rt *rt, int metric)
189 addr = xstrdup(inet_ntoa(rt->dest))
202 struct rt *rt; local
235 struct rt *rt, *ort; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
RTSettings.java 9 package com.vladium.emma.rt;
13 * Conceptually, this class is an extention of class RT. This is a separate class,
14 * however, to help load RT in a lazy manner.
IClassLoadHook.java 9 package com.vladium.emma.rt;
ClassPathCacheEntry.java 9 package com.vladium.emma.rt;
  /external/iptables/extensions/
.rt-test6 2 [ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_rt.c -a -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_rt.h ] && echo rt
  /system/core/libnetutils/
ifc_utils.c 191 struct rtentry rt; local
193 memset(&rt, 0, sizeof(rt));
195 rt.rt_dst.sa_family = AF_INET;
196 rt.rt_flags = RTF_UP | RTF_GATEWAY;
197 rt.rt_dev = (void*) name;
198 init_sockaddr_in(&rt.rt_genmask, 0);
199 init_sockaddr_in(&rt.rt_gateway, addr);
201 return ioctl(ifc_ctl_sock, SIOCADDRT, &rt);
206 struct rtentry rt; local
276 struct rtentry rt; local
382 struct rtentry rt; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 131 void MacroAssembler::Add(Register rd, Register rs, const Operand& rt) {
132 if (rt.is_reg()) {
133 add(rd, rs, rt.rm());
135 if (is_int16(rt.imm32_) && !MustUseAt(rt.rmode_)) {
136 addi(rd, rs, rt.imm32_);
140 li(at, rt);
147 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) {
148 if (rt.is_reg()) {
149 addu(rd, rs, rt.rm())
716 Branch(NegateCondition(cond), 2, rs, rt); local
725 Branch(NegateCondition(cond), 2, rs, rt); local
734 Branch(NegateCondition(cond), 2, rs, rt); local
749 Branch(NegateCondition(cond), 2, rs, rt); local
758 Branch(NegateCondition(cond), 2, rs, rt); local
767 Branch(NegateCondition(cond), 2, rs, rt); local
    [all...]
disasm-mips.cc 289 } else if (format[1] == 't') { // 'rt: rt register
406 Format(instr, "mfc1 'rt, 'fs");
409 Format(instr, "mfhc1 rt, 'fs");
412 Format(instr, "mtc1 'rt, 'fs");
415 Format(instr, "mthc1 rt, 'fs");
454 Format(instr, "sll 'rd, 'rt, 'sa");
457 Format(instr, "srl 'rd, 'rt, 'sa");
460 Format(instr, "sra 'rd, 'rt, 'sa");
463 Format(instr, "sllv 'rd, 'rt, 'rs")
    [all...]
assembler-mips.cc 458 Register rt,
462 ASSERT(rd.is_valid() && rs.is_valid() && rt.is_valid() && is_uint5(sa));
463 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift)
484 Register rt,
488 ASSERT(fd.is_valid() && fs.is_valid() && rt.is_valid());
489 Instr instr = opcode | fmt | (rt.code() << kRtShift)
499 Register rt,
501 ASSERT(rs.is_valid() && rt.is_valid() && (is_int16(j) || is_uint16(j)));
502 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift)
584 void Assembler::beq(Register rs, Register rt, int16_t offset)
    [all...]
assembler-mips.h 372 void beq(Register rs, Register rt, int16_t offset);
373 void beq(Register rs, Register rt, Label* L) {
374 beq(rs, rt, branch_offset(L, false) >> 2);
382 void bne(Register rs, Register rt, int16_t offset);
383 void bne(Register rs, Register rt, Label* L) {
384 bne(rs, rt, branch_offset(L, false)>>2);
400 void add(Register rd, Register rs, Register rt);
401 void addu(Register rd, Register rs, Register rt);
402 void sub(Register rd, Register rs, Register rt);
403 void subu(Register rd, Register rs, Register rt);
    [all...]
macro-assembler-mips.h 85 const Operand& rt = Operand(zero_reg), Register scratch = at);
87 const Operand& rt = Operand(zero_reg), Register scratch = at);
90 const Operand& rt = Operand(zero_reg),
93 const Operand& rt = Operand(zero_reg),
130 void instr(Register rd, Register rs, const Operand& rt); \
131 void instr(Register rd, Register rs, Register rt) { \
132 instr(rd, rs, Operand(rt)); \
134 void instr(Register rs, Register rt, int32_t j) { \
135 instr(rs, rt, Operand(j)); \
139 void instr(Register rs, const Operand& rt); \
    [all...]
simulator-mips.cc 869 int32_t rt = get_register(rt_reg); local
870 uint32_t rt_u = static_cast<uint32_t>(rt);
928 alu_out = rt << sa;
934 alu_out = rt >> sa;
937 alu_out = rt << rs;
943 alu_out = rt >> rs;
959 exceptions[kDivideByZero] = rt == 0;
962 if (HaveSameSign(rs, rt)) {
964 exceptions[kIntegerOverflow] = rs > (Registers::kMaxValue - rt);
966 exceptions[kIntegerUnderflow] = rs < (Registers::kMinValue - rt);
1194 int32_t rt = get_register(rt_reg); local
    [all...]
  /external/proguard/examples/
proguard.pro 14 -libraryjars <java.home>/lib/rt.jar
retrace.pro 17 -libraryjars <java.home>/lib/rt.jar
proguardgui.pro 17 -libraryjars <java.home>/lib/rt.jar
33 #-libraryjars <java.home>/lib/rt.jar
  /libcore/luni/src/main/java/java/net/
Authenticator.java 57 private RequestorType rt; field in class:Authenticator
158 thisAuthenticator.rt = RequestorType.SERVER;
226 thisAuthenticator.rt = RequestorType.SERVER;
290 thisAuthenticator.rt = reqType;
313 return rt;
  /libcore/luni/src/test/java/tests/api/java/io/
PipedOutputStreamTest.java 85 Thread rt; field in class:PipedOutputStreamTest
150 rt = new Thread(reader = new PReader(out));
151 rt.start();
210 rt = new Thread(reader = new PReader(out));
211 rt.start();
264 rt = new Thread(reader = new PReader(out));
265 rt.start();
303 rt = new Thread(reader = new PReader(out));
304 rt.start();
311 rt.interrupt()
    [all...]
  /external/ppp/pppd/
sys-linux.c 236 static int read_route_table (struct rtentry *rt);
237 static int defaultroute_exists (struct rtentry *rt);
1566 struct rtentry rt; local
1592 struct rtentry rt; local
1634 struct rtentry rt; local
2305 struct rtentry rt; local
2410 struct rtentry rt; local
    [all...]
  /external/strace/
time.c 528 print_rtc(tcp, rt)
530 const struct rtc_time *rt;
534 rt->tm_sec, rt->tm_min, rt->tm_hour,
535 rt->tm_mday, rt->tm_mon, rt->tm_year);
538 rt->tm_wday, rt->tm_yday, rt->tm_isdst)
553 struct rtc_time rt; local
565 struct rtc_time rt; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.h 171 const UnicodeString& exp, UBool rt=TRUE);
174 const char *exp, UBool rt=TRUE) {
175 expect(fmt, n, UnicodeString(exp, ""), rt);
222 const UnicodeString& exp, UBool rt=TRUE);

Completed in 438 milliseconds

1 2 3 4 5