Searched refs:t2 (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 207 t2 = (int32_t) (*llp); 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() 214 *llp |= (uint32_t) t2; in xdr_longlong_t() 228 uint32_t t1, t2; in xdr_u_longlong_t() local 234 t2 = (uint32_t) (*ullp); in xdr_u_longlong_t() 236 XDR_PUTLONG (xdrs, (int32_t *)&t2)); in xdr_u_longlong_t() 240 !XDR_GETLONG (xdrs, (int32_t *)&t2)) in xdr_u_longlong_t() 243 *ullp |= t2; in xdr_u_longlong_t()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_gcc.S | 264 mv t2, sp//dst 268 STORE t0, 0(t2) 271 addi t2, t2, 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 316 t2 = SNTP_TIMESTAMP_TO_S64(timestamps->recv); 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 7 milliseconds