Home
last modified time | relevance | path

Searched refs:t32 (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dtime32.c22 _time32_to_time(__int32_t t32) in _time32_to_time() argument
24 return((time_t)t32); in _time32_to_time()
/freebsd/sys/dev/evdev/
H A Dcdev.c178 struct input_event32 t32; in evdev_read() member
229 bzero(&event.t32, sizeof(struct input_event32)); in evdev_read()
230 TV_CP(*head, event.t32, time); in evdev_read()
231 CP(*head, event.t32, type); in evdev_read()
232 CP(*head, event.t32, code); in evdev_read()
233 CP(*head, event.t32, value); in evdev_read()
260 struct input_event32 t32; in evdev_write() member
293 ret = evdev_inject_event(evdev, event.t32.type, in evdev_write()
294 event.t32.code, event.t32.value); in evdev_write()
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c248 uint32_t t32; in sodium_increment() local
257 : [t64] "=&r"(t64), [t32] "=&r"(t32) in sodium_increment()
295 uint32_t t32; in sodium_add() local
303 : [t64] "=&r"(t64), [t32] "=&r"(t32) in sodium_add()
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4808 READ_WORD(src, t32);
810 SWAP_WORD(t32);
811 buckets[n] = t32;
827 READ_WORD(src, t32);
829 SWAP_WORD(t32);
830 *chains++ = t32;
891 t32 = *s32++;
893 SWAP_WORD(t32);
894 WRITE_WORD(dst, t32);
906 t32 = *s32++;
[all …]
/freebsd/include/
H A Dtimeconv.h51 time_t _time32_to_time(__int32_t t32);
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c162 u32 t32[2]; in mt792x_get_tsf() member
171 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt792x_get_tsf()
172 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt792x_get_tsf()
188 u32 t32[2]; in mt792x_set_tsf() member
195 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt792x_set_tsf()
196 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt792x_set_tsf()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c838 u32 t32[2]; in __mt7996_get_tsf() member
849 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf()
850 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf()
878 u32 t32[2]; in mt7996_set_tsf() member
886 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf()
887 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf()
904 u32 t32[2]; in mt7996_offset_tsf() member
912 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf()
913 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c916 u32 t32[2]; in mt7615_get_tsf() member
928 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf()
929 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf()
944 u32 t32[2]; in mt7615_set_tsf() member
954 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf()
955 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf()
970 u32 t32[2]; in mt7615_offset_tsf() member
980 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf()
981 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c467 uint32_t t32[TEMPS]; in br_rsa_i31_keygen_inner() member
518 p = tmp.t32; in br_rsa_i31_keygen_inner()
521 tlen = ((sizeof tmp.t32) / sizeof(uint32_t)) - (2 + plen + qlen); in br_rsa_i31_keygen_inner()
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c50 uint32_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct_bitslice_Sbox() local
126 t32 = t31 & t30; in br_aes_ct_bitslice_Sbox()
127 t33 = t32 ^ t24; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c50 uint64_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct64_bitslice_Sbox() local
126 t32 = t31 & t30; in br_aes_ct64_bitslice_Sbox()
127 t33 = t32 ^ t24; in br_aes_ct64_bitslice_Sbox()
/freebsd/sys/kern/
H A Dkern_umtx.c4743 t32._flags = 0; in umtx_copyin_umtx_timei386()
4745 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timei386()
4747 error = copyin(uaddr, &t32, sizeof(t32)); in umtx_copyin_umtx_timei386()
4753 CP(t32, *tp, _flags); in umtx_copyin_umtx_timei386()
4754 CP(t32, *tp, _clockid); in umtx_copyin_umtx_timei386()
4800 struct umtx_timex32 t32; in umtx_copyin_umtx_timex32() local
4804 t32._flags = 0; in umtx_copyin_umtx_timex32()
4806 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timex32()
4808 error = copyin(uaddr, &t32, sizeof(t32)); in umtx_copyin_umtx_timex32()
4814 CP(t32, *tp, _flags); in umtx_copyin_umtx_timex32()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c923 u32 t32[2]; in __mt7915_get_tsf() member
938 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf()
939 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf()
968 u32 t32[2]; in mt7915_set_tsf() member
976 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf()
977 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf()
999 u32 t32[2]; in mt7915_offset_tsf() member
1007 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf()
1008 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
/freebsd/contrib/flex/src/
H A Dflex.skl3171 flex_int32_t t32;
3173 /* read into t32 no matter what the real size is. */
3180 rv = yytbl_read32 (&t32, rd);
3184 t32 = t16;
3188 t32 = t8;
3201 /* t32 is the j'th member of a two-element struct. */
3213 ((flex_int32_t *) v)[0] = (flex_int32_t) t32;
3220 ((flex_int16_t *) v)[0] = (flex_int16_t) t32;
3227 ((flex_int8_t *) v)[0] = (flex_int8_t) t32;
3239 /* t32 is an index into the transition array. */
[all …]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c100 t32 = 1.37790144435073124976696250804940384e-07L; variable
284 y*(t31+y*t32)))))))))))))))))))))))))))))); in lgammal_r()