Searched defs:rs (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/netbsd/net/ |
D | getservent.c | 38 res_static rs = __res_get_static(); in setservent() local 51 getservent_r( res_static rs ) in getservent_r() 124 res_static rs = __res_get_static(); in getservent() local
|
D | getservbyport.c | 35 res_static rs = __res_get_static(); in getservbyport() local
|
D | getservbyname.c | 36 res_static rs = __res_get_static(); in getservbyname() local
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 186 res_static rs = __res_get_static(); in getanswer() local 526 res_static rs = __res_get_static(); in gethostbyname_internal() local 699 res_static rs = __res_get_static(); in _sethtent() local 711 res_static rs = __res_get_static(); in _endhtent() local 726 res_static rs = __res_get_static(); in _gethtent() local 840 res_static rs = __res_get_static(); in _gethtbyname2() local 930 res_static rs = __res_get_static(); in _gethtbyaddr() local 1050 res_static rs = __res_get_static(); in gethostent() local 1127 res_static rs = __res_get_static(); in _dns_gethtbyaddr() local
|
/bionic/libc/kernel/arch-mips/asm/ |
D | asm.h | 60 #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
|
/bionic/libc/netbsd/resolv/ |
D | res_state.c | 82 _res_static_done( res_static rs ) in _res_static_done()
|
/bionic/libc/bionic/ |
D | arc4random.c | 66 static struct arc4_stream rs; variable
|
D | dlmalloc.c | 4685 size_t rs = ((capacity == 0)? mparams.granularity : in create_mspace() local
|
/bionic/libc/kernel/common/media/ |
D | msm_camera.h | 387 int rs; member
|