Searched refs:rt (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_state.c | 65 _res_thread* rt = calloc(1, sizeof(*rt)); in _res_thread_alloc() local 67 if (rt) { in _res_thread_alloc() 68 rt->_h_errno = 0; in _res_thread_alloc() 70 rt->_serial = 0; in _res_thread_alloc() 71 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc() 72 if (rt->_pi) { in _res_thread_alloc() 73 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_alloc() 75 memset(rt->_rstatic, 0, sizeof rt->_rstatic); in _res_thread_alloc() 77 return rt; in _res_thread_alloc() 97 _res_thread* rt = _rt; in _res_thread_free() local [all …]
|
D | res_cache.c | 1934 int i, rt, index; in _resolv_set_nameservers_for_net() local 1961 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]); in _resolv_set_nameservers_for_net() 1962 if (rt == 0) { in _resolv_set_nameservers_for_net()
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | inst.h | 802 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 807 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 817 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 822 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 827 … : 1, __BITFIELD_FIELD(unsigned int fmt : 4, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 852 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 872 …e : 6, __BITFIELD_FIELD(unsigned int op : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 877 …__BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(u… 887 …__BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(u… 892 …__BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(u… [all …]
|
/bionic/linker/ |
D | Android.mk | 15 rt.cpp \
|
/bionic/libc/kernel/uapi/linux/ |
D | cdrom.h | 717 __u8 rt : 1; member 739 __u8 rt : 1; member
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 4469 tchunkptr rt; in tmalloc_large() local 4476 rt = t->child[1]; in tmalloc_large() 4478 if (rt != 0 && rt != t) in tmalloc_large() 4479 rst = rt; in tmalloc_large()
|