Searched refs:rt (Results 1 - 25 of 168) sorted by relevance

1234567

/external/icu4c/test/testdata/
H A DNumberFormatTestCases.txt12 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
[all...]
/external/kernel-headers/original/linux/sunrpc/
H A Dtimer.h22 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) argument
31 t = &rt->ntimeouts[timer-1];
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) argument
46 return rt->ntimeouts[timer-1];
/external/emma/core/java12/com/vladium/emma/rt/
H A DRTSettings.java9 package com.vladium.emma.rt;
H A DIClassLoadHook.java9 package com.vladium.emma.rt;
H A DClassPathCacheEntry.java9 package com.vladium.emma.rt;
/external/valgrind/main/none/tests/mips32/
H A DMIPS32int.stdout.exp2 add $t0, $t1, $t2 :: rd 0x00000000 rs 0x00000000, rt 0x00000000
3 add $t0, $t1, $t2 :: rd 0x00000001 rs 0x00000000, rt 0x00000001
4 add $t0, $t1, $t2 :: rd 0x00000001 rs 0x00000001, rt 0x00000000
5 add $t0, $t1, $t2 :: rd 0x00000002 rs 0x00000001, rt 0x00000001
6 add $t0, $t1, $t2 :: rd 0xffffffff rs 0x00000000, rt 0xffffffff
7 add $t0, $t1, $t2 :: rd 0x00000000 rs 0x00000001, rt 0xffffffff
8 add $t0, $t1, $t2 :: rd 0x80000000 rs 0x80000000, rt 0x00000000
9 add $t0, $t1, $t2 :: rd 0x5859704f rs 0x31415927, rt 0x27181728
10 add $t0, $t1, $t2 :: rd 0xc859704f rs 0x31415927, rt 0x97181728
11 add $t0, $t1, $t2 :: rd 0xffffffff rs 0xffffffff, rt
[all...]
H A DMoveIns.stdout.exp2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
3 mfc1 $t2, $f1 :: fs 272008302207532160516096.000000, rt 0x66666666
4 mfc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
5 mfc1 $t4, $f3 :: fs 0.000000, rt 0x0
6 mfc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000
7 mfc1 $t6, $f5 :: fs 0.000000, rt 0x0
8 mfc1 $t7, $f6 :: fs 0.000000, rt 0x252a2e2b
9 mfc1 $v0, $f7 :: fs 0.000000, rt 0x262d2d2a
10 mfc1 $v1, $f8 :: fs nan, rt 0xffffffff
11 mfc1 $s0, $f9 :: fs nan, rt
[all...]
/external/dhcpcd/
H A Dconfigure.c65 static struct rt *routes;
414 static struct rt *
415 find_route(struct rt *rts, const struct rt *r, struct rt **lrt,
416 const struct rt *srt)
418 struct rt *rt; local
422 for (rt = rts; rt; r
438 desc_route(const char *cmd, const struct rt *rt) argument
462 route_deleted(const struct rt *rt) argument
479 n_route(struct rt *rt) argument
525 d_route(struct rt *rt) argument
541 struct rt *rt; local
559 add_subnet_route(struct rt *rt, const struct interface *iface) argument
581 struct rt *rt, *nrt = NULL, *r = NULL; local
610 massage_host_routes(struct rt *rt, const struct interface *iface) argument
622 add_destination_route(struct rt *rt, const struct interface *iface) argument
640 add_router_host_route(struct rt *rt, const struct interface *ifp) argument
692 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local
780 struct rt *rt; local
[all...]
H A Dnet.h82 struct rt { struct
89 struct rt *next;
127 int if_route(const struct rt *rt, int);
128 #define add_route(rt) if_route(rt, 1)
129 #define change_route(rt) if_route(rt, 0)
130 #define del_route(rt) if_route(rt,
[all...]
H A Dconfigure.h37 int route_deleted(const struct rt *);
H A Dif-linux.c234 struct rt rt; local
253 rt.iface = NULL;
254 rt.dest.s_addr = INADDR_ANY;
255 rt.net.s_addr = INADDR_ANY;
256 rt.gate.s_addr = INADDR_ANY;
257 rt.next = NULL;
262 memcpy(&rt.dest.s_addr, RTA_DATA(rta),
263 sizeof(rt.dest.s_addr));
266 memcpy(&rt
488 struct rtmsg rt; member in struct:nlmr
531 if_route(const struct rt *rt, int action) argument
[all...]
H A Dif-bsd.c190 if_route(const struct rt *rt, int action) argument
234 if (rt->gate.s_addr != INADDR_ANY ||
235 rt->net.s_addr != rt->iface->net.s_addr ||
236 rt->dest.s_addr != (rt->iface->addr.s_addr & rt->iface->net.s_addr))
239 if (rt->dest.s_addr == rt
321 struct rt rt; local
[all...]
/external/android-clat/
H A Dsetroute.c47 struct rtmsg rt; local
63 memset(&rt, 0, sizeof(rt));
64 rt.rtm_family = family;
65 rt.rtm_table = RT_TABLE_MAIN;
66 rt.rtm_dst_len = prefixlen;
69 rt.rtm_scope = RT_SCOPE_NOWHERE;
79 rt.rtm_scope = RT_SCOPE_LINK;
81 rt.rtm_scope = RT_SCOPE_UNIVERSE;
83 rt
[all...]
/external/clang/runtime/
H A DMakefile15 PARALLEL_DIRS := compiler-rt libcxx
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedOutputStreamTest.java74 Thread rt; field in class:PipedOutputStreamTest
100 rt = new Thread(reader = new PReader(out));
101 rt.start();
126 rt = new Thread(reader = new PReader(out));
127 rt.start();
140 rt = new Thread(reader = new PReader(out));
141 rt.start();
153 rt = new Thread(reader = new PReader(out));
154 rt.start();
214 rt
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc323 } else if (format[1] == 't') { // 'rt: rt register.
470 Format(instr, "mfc1 'rt, 'fs");
473 Format(instr, "mfhc1 'rt, 'fs");
476 Format(instr, "mtc1 'rt, 'fs");
480 Format(instr, "ctc1 'rt, 'fs");
483 Format(instr, "cfc1 'rt, 'fs");
486 Format(instr, "mthc1 'rt, 'fs");
633 Format(instr, "sll 'rd, 'rt, 'sa");
637 Format(instr, "srl 'rd, 'rt, 's
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
H A Dbuild.properties15 # bootclasspath - The base jars to compile against (typicaly rt.jar)
108 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE
109 bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h263 void lui(RegisterID rt, int imm) argument
265 emitInst(0x3c000000 | (rt << OP_SH_RT) | (imm & 0xffff));
268 void addiu(RegisterID rt, RegisterID rs, int imm) argument
270 emitInst(0x24000000 | (rt << OP_SH_RT) | (rs << OP_SH_RS)
274 void addu(RegisterID rd, RegisterID rs, RegisterID rt) argument
277 | (rt << OP_SH_RT));
280 void subu(RegisterID rd, RegisterID rs, RegisterID rt) argument
283 | (rt << OP_SH_RT));
286 void mult(RegisterID rs, RegisterID rt) argument
288 emitInst(0x00000018 | (rs << OP_SH_RS) | (rt << OP_SH_R
291 div(RegisterID rs, RegisterID rt) argument
306 mul(RegisterID rd, RegisterID rs, RegisterID rt) argument
317 andInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
323 andi(RegisterID rt, RegisterID rs, int imm) argument
329 nor(RegisterID rd, RegisterID rs, RegisterID rt) argument
335 orInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
341 ori(RegisterID rt, RegisterID rs, int imm) argument
347 xorInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
353 xori(RegisterID rt, RegisterID rs, int imm) argument
359 slt(RegisterID rd, RegisterID rs, RegisterID rt) argument
365 sltu(RegisterID rd, RegisterID rs, RegisterID rt) argument
371 sltiu(RegisterID rt, RegisterID rs, int imm) argument
377 sll(RegisterID rd, RegisterID rt, int shamt) argument
383 sllv(RegisterID rd, RegisterID rt, int rs) argument
389 sra(RegisterID rd, RegisterID rt, int shamt) argument
395 srav(RegisterID rd, RegisterID rt, RegisterID rs) argument
401 srl(RegisterID rd, RegisterID rt, int shamt) argument
407 srlv(RegisterID rd, RegisterID rt, RegisterID rs) argument
413 lbu(RegisterID rt, RegisterID rs, int offset) argument
420 lw(RegisterID rt, RegisterID rs, int offset) argument
427 lwl(RegisterID rt, RegisterID rs, int offset) argument
434 lwr(RegisterID rt, RegisterID rs, int offset) argument
441 lhu(RegisterID rt, RegisterID rs, int offset) argument
448 sw(RegisterID rt, RegisterID rs, int offset) argument
485 beq(RegisterID rs, RegisterID rt, int imm) argument
490 bne(RegisterID rs, RegisterID rt, int imm) argument
564 mtc1(RegisterID rt, FPRegisterID fs) argument
570 mthc1(RegisterID rt, FPRegisterID fs) argument
576 mfc1(RegisterID rt, FPRegisterID fs) argument
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc137 static void PrintThread(const ReportThread *rt) { argument
138 if (rt->id == 0) // Little sense in describing the main thread.
140 Printf(" Thread T%d", rt->id);
141 if (rt->name && rt->name[0] != '\0')
142 Printf(" '%s'", rt->name);
145 rt->pid, rt->running ? "running" : "finished",
146 thread_name(thrbuf, rt->parent_tid));
147 if (rt
230 PrintThread(const ReportThread *rt) argument
[all...]
/external/compiler-rt/test/Unit/
H A Dumodti3_test.c32 utwords rt; local
33 rt.all = r;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
H A Dbuild.properties25 bootclasspath=${java.home}/lib/rt.jar
/external/proguard/examples/
H A Dproguard.pro14 -libraryjars <java.home>/lib/rt.jar
H A Dretrace.pro17 -libraryjars <java.home>/lib/rt.jar
/external/llvm/projects/
H A DMakefile17 # Don't build compiler-rt, it isn't designed to be built directly.
18 DIRS := $(filter-out compiler-rt,$(DIRS))
/external/compiler-rt/lib/asan/
H A DAndroid.mk86 -mllvm -asan-blacklist=external/compiler-rt/lib/asan/tests/asan_test.ignore \
102 LOCAL_C_INCLUDES := bionic external/compiler-rt/lib external/compiler-rt/include
118 external/compiler-rt/lib \
119 external/compiler-rt/include
152 external/compiler-rt/include \
153 external/compiler-rt/lib \
154 external/compiler-rt/lib/asan/tests \
155 external/compiler-rt/lib/sanitizer_common/tests
179 external/compiler-rt/li
[all...]

Completed in 559 milliseconds

1234567