/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_pton.c | 77 u_char tmp[INADDRSZ], *tp; in inet_pton4() local 81 *(tp = tmp) = 0; in inet_pton4() 86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() 95 *tp = new; in inet_pton4() 99 *++tp = 0; in inet_pton4() 128 u_char tmp[IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local 133 memset((tp = tmp), '\0', IN6ADDRSZ); in inet_pton6() 134 endp = tp + IN6ADDRSZ; in inet_pton6() 164 colonp = tp; in inet_pton6() 169 if (tp + INT16SZ > endp) in inet_pton6() [all …]
|
D | inet_ntop.c | 104 char *tp, *ep; in inet_ntop6() local 144 tp = tmp; in inet_ntop6() 146 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) { in inet_ntop6() 151 if (tp + 1 >= ep) { in inet_ntop6() 155 *tp++ = ':'; in inet_ntop6() 161 if (tp + 1 >= ep) { in inet_ntop6() 165 *tp++ = ':'; in inet_ntop6() 170 if (!inet_ntop4(src+12, tp, ep - tp)) in inet_ntop6() 172 tp += strlen(tp); in inet_ntop6() 175 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | atmsvc.h | 43 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp… argument
|
D | can.h | 90 } tp; member
|
D | tcp.h | 17 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3]) argument
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | memccpy.c | 39 unsigned char *tp = t; in memccpy() local 43 if ((*tp++ = *fp++) == uc) in memccpy() 44 return (tp); in memccpy()
|
/bionic/tests/ |
D | static_tls_layout_test.cpp | 69 EXPECT_EQ(8u, allocs.tp); in TEST() 77 EXPECT_EQ(0u, allocs.tp); in TEST() 83 EXPECT_EQ(64u, allocs.tp); in TEST() 89 EXPECT_EQ(8u, allocs.tp); in TEST() 95 EXPECT_EQ(12u, allocs.tp); in TEST() 103 EXPECT_EQ(64u, allocs.tp); in TEST() 112 EXPECT_EQ(8u, allocs.tp); in TEST() 117 EXPECT_EQ(128u, allocs.tp); in TEST() 125 EXPECT_EQ(32u, allocs.tp); in TEST() 131 EXPECT_EQ(32u, allocs.tp); in TEST()
|
/bionic/libc/bionic/ |
D | vdso.cpp | 42 int clock_gettime(int clock_id, timespec* tp) { in clock_gettime() argument 46 return vdso_return(vdso_clock_gettime(clock_id, tp)); in clock_gettime() 48 return __clock_gettime(clock_id, tp); in clock_gettime() 51 int clock_getres(int clock_id, timespec* tp) { in clock_getres() argument 55 return vdso_return(vdso_clock_getres(clock_id, tp)); in clock_getres() 57 return __clock_getres(clock_id, tp); in clock_getres()
|
D | sys_thread_properties.cpp | 105 tp_reg = reinterpret_cast<void**>(regs.tp); in __get_bionic_tcb_for_thread()
|
D | bionic_elf_tls.cpp | 154 const size_t offset_tp = pair.tp; in reserve_exe_segment_and_tcb()
|
/bionic/linker/arch/riscv64/ |
D | tlsdesc_resolver.S | 133 ld a2, (TLS_SLOT_DTV * 8)(tp) // a2 = &DTV 154 sub a0, a0, tp // a0 = TlsDtv::modules[module_id] + offset - tp 186 sub a0, a0, tp 199 sub a0, zero, tp
|
/bionic/libc/arch-riscv64/bionic/ |
D | vfork.S | 36 mv t0, tp
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 1049 unsigned char *tp; in encode_bitsring() local 1067 for (tp = *dst + 1; cp < end && tp < eom; cp++) { in encode_bitsring() 1078 *tp++ = ((value << 4) & 0xff); in encode_bitsring() 1106 *tp++ = value; in encode_bitsring() 1114 if (cp >= end || tp >= eom) in encode_bitsring() 1144 *dst = tp; in encode_bitsring()
|
/bionic/libc/kernel/uapi/asm-riscv/asm/ |
D | ptrace.h | 19 unsigned long tp; member
|
/bionic/libc/private/ |
D | bionic_elf_tls.h | 102 size_t tp; member
|
/bionic/libc/tzcode/ |
D | localtime.c | 1951 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() argument 1954 return ckd_add(tp, *tp, j); in increment_overflow_time() 1962 ? (TYPE_SIGNED(time_t) ? TIME_T_MIN - j <= *tp : -1 - j < *tp) in increment_overflow_time() 1963 : *tp <= TIME_T_MAX - j)) in increment_overflow_time() 1965 *tp += j; in increment_overflow_time()
|
/bionic/ |
D | README.md | 286 File "/path/tp/out/soong/.temp/Soong.python_qucjwd7g/symbolfile/__init__.py", line 171,
|