Searched refs:t1 (Results 1 – 6 of 6) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 201 int32_t t1, t2; in xdr_longlong_t() local 206 t1 = (int32_t) ((*llp) >> 32); in xdr_longlong_t() 208 return (XDR_PUTLONG (xdrs, &t1) && XDR_PUTLONG (xdrs, &t2)); in xdr_longlong_t() 211 if (!XDR_GETLONG (xdrs, &t1) || !XDR_GETLONG (xdrs, &t2)) in xdr_longlong_t() 213 *llp = ((int64_t) t1) << 32; in xdr_longlong_t() 228 uint32_t t1, t2; in xdr_u_longlong_t() local 233 t1 = (uint32_t) ((*ullp) >> 32); in xdr_u_longlong_t() 235 return (XDR_PUTLONG (xdrs, (int32_t *)&t1) && in xdr_u_longlong_t() 239 if (!XDR_GETLONG (xdrs, (int32_t *)&t1) || in xdr_u_longlong_t() 242 *ullp = ((uint64_t) t1) << 32; in xdr_u_longlong_t()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_gcc.S | 259 mv t1, sp//src 267 LOAD t0, 0(t1) 270 addi t1, t1, 8
|
| /components/drivers/cputime/ |
| A D | Kconfig | 16 ms_tick = clock_cpu_millisecond(t2 - t1); 17 us_tick = clock_cpu_microsecond(t2 - t1);
|
| /components/libc/posix/pthreads/ |
| A D | pthread.h | 171 rt_inline int pthread_equal (pthread_t t1, pthread_t t2) in pthread_equal() argument 173 return t1 == t2; in pthread_equal()
|
| /components/net/lwip/lwip-2.1.2/src/apps/sntp/ |
| A D | sntp.c | 311 s64_t t1, t2, t3, t4; in sntp_process() local 315 t1 = SNTP_TIMESTAMP_TO_S64(timestamps->orig); in sntp_process() 318 t4 += ((t2 - t1) + (t3 - t4)) / 2; in sntp_process()
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread | 157 //"If either t1 or t2 are not valid thread IDs, the behavior is undefined."
|
Completed in 10 milliseconds