| /freebsd/lib/libc/stdtime/ |
| H A D | time32.c | 22 _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 D | cdev.c | 179 struct input_event32 t32; in evdev_read() member 230 bzero(&event.t32, sizeof(struct input_event32)); in evdev_read() 231 TV_CP(*head, event.t32, time); in evdev_read() 232 CP(*head, event.t32, type); in evdev_read() 233 CP(*head, event.t32, code); in evdev_read() 234 CP(*head, event.t32, value); in evdev_read() 261 struct input_event32 t32; in evdev_write() member 294 ret = evdev_inject_event(evdev, event.t32.type, in evdev_write() 295 event.t32.code, event.t32.value); in evdev_write()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 248 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 D | libelf_convert.m4 | 757 uint32_t n, nbuckets, nchains, maskwords, shift2, symndx, t32; 808 READ_WORD(src, t32); 810 SWAP_WORD(t32); 811 buckets[n] = t32; 827 READ_WORD(src, t32); 829 SWAP_WORD(t32); 830 *chains++ = t32; 844 uint32_t maskwords, n, nbuckets, nchains, t0, t1, t2, t3, t32; 891 t32 = *s32++; 893 SWAP_WORD(t32); [all …]
|
| /freebsd/include/ |
| H A D | timeconv.h | 51 time_t _time32_to_time(__int32_t t32);
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | main.c | 903 u32 t32[2]; in mt7615_get_tsf() member 915 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf() 916 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf() 931 u32 t32[2]; in mt7615_set_tsf() member 941 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf() 942 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf() 957 u32 t32[2]; in mt7615_offset_tsf() member 967 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf() 968 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
|
| /freebsd/contrib/bearssl/src/rsa/ |
| H A D | rsa_i31_keygen_inner.c | 467 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 D | aes_ct.c | 50 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 D | aes_ct64.c | 50 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 D | kern_umtx.c | 4796 struct umtx_timei386 t32; in umtx_copyin_umtx_timei386() local 4799 t32._clockid = CLOCK_REALTIME; in umtx_copyin_umtx_timei386() 4800 t32._flags = 0; in umtx_copyin_umtx_timei386() 4801 if (size <= sizeof(t32._timeout)) in umtx_copyin_umtx_timei386() 4802 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timei386() 4804 error = copyin(uaddr, &t32, sizeof(t32)); in umtx_copyin_umtx_timei386() 4807 if (!timespecvalid_interval(&t32._timeout)) in umtx_copyin_umtx_timei386() 4809 TS_CP(t32, *tp, _timeout); in umtx_copyin_umtx_timei386() 4810 CP(t32, *tp, _flags); in umtx_copyin_umtx_timei386() 4811 CP(t32, *tp, _clockid); in umtx_copyin_umtx_timei386() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x_core.c | 252 u32 t32[2]; in mt792x_get_tsf() member 261 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt792x_get_tsf() 262 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt792x_get_tsf() 278 u32 t32[2]; in mt792x_set_tsf() member 285 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt792x_set_tsf() 286 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt792x_set_tsf()
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 3171 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. */ 3210 if( ((flex_int32_t *) v)[0] != (flex_int32_t) t32) 3213 ((flex_int32_t *) v)[0] = (flex_int32_t) t32; 3217 if(((flex_int16_t *) v)[0] != (flex_int16_t) t32) 3220 ((flex_int16_t *) v)[0] = (flex_int16_t) t32; [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | main.c | 1009 u32 t32[2]; in __mt7915_get_tsf() member 1024 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf() 1025 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf() 1054 u32 t32[2]; in mt7915_set_tsf() member 1062 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf() 1063 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf() 1085 u32 t32[2]; in mt7915_offset_tsf() member 1093 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf() 1094 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
|
| /freebsd/lib/msun/ld128/ |
| H A D | e_lgammal_r.c | 100 t32 = 1.37790144435073124976696250804940384e-07L; variable 284 y*(t31+y*t32)))))))))))))))))))))))))))))); in lgammal_r()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | main.c | 1496 u32 t32[2]; in __mt7996_get_tsf() member 1510 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf() 1511 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf() 1540 u32 t32[2]; in mt7996_set_tsf() member 1556 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf() 1557 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf() 1576 u32 t32[2]; in mt7996_offset_tsf() member 1592 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf() 1593 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
|