Searched refs:u_int64_t (Results 1 - 25 of 46) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tsf.h40 static __inline u_int64_t
41 ath_extend_tsf15(u_int32_t rstamp, u_int64_t tsf)
53 static __inline u_int64_t
54 ath_extend_tsf32(u_int32_t rstamp, u_int64_t tsf)
57 u_int64_t tsf64 = (tsf & ~0xffffffffULL) | rstamp;
74 static __inline u_int64_t
75 ath_extend_tsf(struct ath_softc *sc, u_int32_t rstamp, u_int64_t tsf)
H A Dif_ath_tdma.c185 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10),
186 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10));
361 #define TU_TO_TSF(_tu) (((u_int64_t)(_tu)) << 10)
367 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full;
H A Dif_athioctl.h351 u_int64_t wr_tsf;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_priv.h84 ((u_int64_t)(p)[0] << 56 | (u_int64_t)(p)[1] << 48 | \
85 (u_int64_t)(p)[2] << 40 | (u_int64_t)(p)[3] << 32 | \
86 (u_int64_t)(p)[4] << 24 | (u_int64_t)(p)[5] << 16 | \
87 (u_int64_t)(p)[6] << 8 | (u_int64_t)(p)[7])
115 ((u_int64_t)(p)[5] << 40 | (u_int64_t)(
[all...]
H A Dieee80211_crypto.h84 u_int64_t k_rsc[IEEE80211_NUM_TID];
85 u_int64_t k_mgmt_rsc;
86 u_int64_t k_tsc;
169 void ieee80211_michael_mic_failure(struct ieee80211com *, u_int64_t);
H A Dieee80211_crypto_ccmp.c82 u_int64_t pn, int lm, u_int8_t b[16], u_int8_t a[16], u_int8_t s0[16])
332 *pn = (u_int64_t)ivp[0] |
333 (u_int64_t)ivp[1] << 8 |
334 (u_int64_t)ivp[4] << 16 |
335 (u_int64_t)ivp[5] << 24 |
336 (u_int64_t)ivp[6] << 32 |
337 (u_int64_t)ivp[7] << 40;
348 u_int64_t pn, *prsc;
H A Dieee80211_crypto_tkip.c342 *tsc = (u_int64_t)ivp[2] |
343 (u_int64_t)ivp[0] << 8 |
344 (u_int64_t)ivp[4] << 16 |
345 (u_int64_t)ivp[5] << 24 |
346 (u_int64_t)ivp[6] << 32 |
347 (u_int64_t)ivp[7] << 40;
361 u_int64_t tsc, *prsc;
538 ieee80211_michael_mic_failure(struct ieee80211com *ic, u_int64_t tsc)
H A Dieee80211_proto.h111 struct ieee80211_node *, u_int16_t, u_int64_t);
153 struct ieee80211_node *, u_int64_t);
H A Dieee80211_node.h328 u_int64_t ni_replaycnt;
330 u_int64_t ni_reqreplaycnt;
H A Dieee80211_crypto_bip.c159 u_int64_t ipn;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha1.h17 u_int64_t count;
H A Dsha2.h57 u_int64_t st64[8];
59 u_int64_t bitcount[2];
H A Dmd5.h23 u_int64_t count; /* number of bits, mod 2^64 */
H A Dsha2.c105 (w)[0] += (u_int64_t)(n); \
150 void SHA512Transform(u_int64_t *, const u_int8_t *);
187 const static u_int64_t K512[80] = {
231 const static u_int64_t sha384_initial_hash_value[8] = {
243 const static u_int64_t sha512_initial_hash_value[8] = {
510 *(u_int64_t *)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount[0];
546 W512[j] = (u_int64_t)data[7] | ((u_int64_t)data[6] << 8) | \
547 ((u_int64_t)data[5] << 16) | ((u_int64_t)dat
[all...]
H A Dkey_wrap.c48 u_int64_t B[2], t;
81 u_int64_t B[2], t;
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtypes.h24 #define __bitcount64(x) __builtin_popcountll((u_int64_t)(x))
58 static __inline u_int64_t
59 __bitcount64(u_int64_t _x)
73 static __inline u_int64_t
74 __bitcount64(u_int64_t _x)
H A Dktr.h111 u_int64_t ktr_timestamp;
/haiku/headers/posix/
H A Dstdint.h164 typedef uint64_t u_int64_t; typedef
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_anreg.h157 u_int64_t an_phys;
166 u_int64_t an_phys;
175 u_int64_t an_phys;
/haiku/headers/private/firewire/
H A Dfirewirereg.h293 u_int64_t start;
294 u_int64_t end;
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfereg.h232 #define NFE_ADDR_LO(x) ((u_int64_t) (x) & 0xffffffff)
233 #define NFE_ADDR_HI(x) ((u_int64_t) (x) >> 32)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c92 static int ccmp_decrypt(struct ieee80211_key *, u_int64_t pn,
346 u_int64_t pn, size_t dlen,
595 ccmp_decrypt(struct ieee80211_key *key, u_int64_t pn, struct mbuf *m, int hdrlen)
H A Dieee80211_scan.h273 u_int64_t tsf;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv_ds.c200 u_int32_t pa, struct ath_desc *nds, u_int64_t tsf,
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h297 u_int64_t fs_swuid; /* system-wide uid */
334 u_int64_t fs_maxfilesize; /* maximum representable file size */

Completed in 198 milliseconds

12