Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c77 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 …]
Dinet_ntop.c104 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/
Datmsvc.h43 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp argument
Dcan.h90 } tp; member
Dtcp.h17 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3]) argument
/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemccpy.c39 unsigned char *tp = t; in memccpy() local
43 if ((*tp++ = *fp++) == uc) in memccpy()
44 return (tp); in memccpy()
/bionic/tests/
Dstatic_tls_layout_test.cpp69 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/
Dvdso.cpp42 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()
Dsys_thread_properties.cpp105 tp_reg = reinterpret_cast<void**>(regs.tp); in __get_bionic_tcb_for_thread()
Dbionic_elf_tls.cpp154 const size_t offset_tp = pair.tp; in reserve_exe_segment_and_tcb()
/bionic/linker/arch/riscv64/
Dtlsdesc_resolver.S133 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/
Dvfork.S36 mv t0, tp
/bionic/libc/dns/nameser/
Dns_name.c1049 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/
Dptrace.h19 unsigned long tp; member
/bionic/libc/private/
Dbionic_elf_tls.h102 size_t tp; member
/bionic/libc/tzcode/
Dlocaltime.c1951 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/
DREADME.md286 File "/path/tp/out/soong/.temp/Soong.python_qucjwd7g/symbolfile/__init__.py", line 171,