Searched refs:t32 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libc/stdtime/
H A Dtime32.c25 _time32_to_time(__int32_t t32) argument
27 return((time_t)t32);
/freebsd-13-stable/include/
H A Dtimeconv.h54 time_t _time32_to_time(__int32_t t32);
/freebsd-13-stable/sys/dev/evdev/
H A Dcdev.c180 struct input_event32 t32; member in union:__anon12088
231 bzero(&event.t32, sizeof(struct input_event32));
232 TV_CP(*head, event.t32, time);
233 CP(*head, event.t32, type);
234 CP(*head, event.t32, code);
235 CP(*head, event.t32, value);
262 struct input_event32 t32; member in union:__anon12089
295 ret = evdev_inject_event(evdev, event.t32.type,
296 event.t32.code, event.t32
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c248 uint32_t t32; local
253 "xorl %[t32], %[t32] \n"
256 "adcl %[t32], 8(%[out]) \n"
257 : [t64] "=&r"(t64), [t32] "=&r"(t32)
295 uint32_t t32; local
300 "movl 8(%[in]), %[t32] \n"
302 "adcl %[t32], 8(%[out]) \n"
303 : [t64] "=&r"(t64), [t32] "
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_umtx.c4253 struct umtx_timei386 t32; local
4256 t32._clockid = CLOCK_REALTIME;
4257 t32._flags = 0;
4258 if (size <= sizeof(t32._timeout))
4259 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout));
4261 error = copyin(uaddr, &t32, sizeof(t32));
4264 if (t32._timeout.tv_sec < 0 ||
4265 t32
4317 struct umtx_timex32 t32; local
[all...]
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_ct.c50 uint32_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; local
126 t32 = t31 & t30;
127 t33 = t32 ^ t24;
H A Daes_ct64.c50 uint64_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; local
126 t32 = t31 & t30;
127 t33 = t32 ^ t24;
/freebsd-13-stable/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c467 uint32_t t32[TEMPS]; member in union:__anon285
518 p = tmp.t32;
521 tlen = ((sizeof tmp.t32) / sizeof(uint32_t)) - (2 + plen + qlen);
/freebsd-13-stable/lib/msun/ld128/
H A De_lgammal_r.c104 t32 = 1.37790144435073124976696250804940384e-07L; variable
288 y*(t31+y*t32))))))))))))))))))))))))))))));
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c256 uint32_t t32; local
258 t32 = (uint32_t)value;
259 return ((t32 << n) | (t32 >> (32 - n)));

Completed in 90 milliseconds