Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_state.c66 _res_thread* rt = calloc(1, sizeof(*rt)); in _res_thread_alloc() local
68 if (rt) { in _res_thread_alloc()
69 rt->_h_errno = 0; in _res_thread_alloc()
71 rt->_serial = 0; in _res_thread_alloc()
72 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc()
73 if (rt->_pi) { in _res_thread_alloc()
74 rt->_serial = rt->_pi->serial; in _res_thread_alloc()
76 memset(rt->_rstatic, 0, sizeof rt->_rstatic); in _res_thread_alloc()
78 return rt; in _res_thread_alloc()
98 _res_thread* rt = _rt; in _res_thread_free() local
[all …]
Dres_cache.c2082 int i, rt, index; in _resolv_set_nameservers_for_iface() local
2109 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]); in _resolv_set_nameservers_for_iface()
2110 if (rt == 0) { in _resolv_set_nameservers_for_iface()
/bionic/libc/kernel/arch-mips/asm/
Dasm.h60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9: argument
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9: argument
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; … argument
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; … argument
70 #define MOVN(rd, rs, rt) movn rd, rs, rt argument
71 #define MOVZ(rd, rs, rt) movz rd, rs, rt argument
Dmipsmtregs.h159rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32… argument
160rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set noat \… argument
161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ",… argument
/bionic/linker/
DAndroid.mk17 rt.cpp
/bionic/libc/kernel/common/linux/
Dcdrom.h730 __u8 rt : 1; member
751 __u8 rt : 1; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c4467 tchunkptr rt; in tmalloc_large() local
4474 rt = t->child[1]; in tmalloc_large()
4476 if (rt != 0 && rt != t) in tmalloc_large()
4477 rst = rt; in tmalloc_large()