Searched refs:inBytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp218 static unsigned inBytes(unsigned Bits) { function
283 unsigned PointerMemSize = inBytes(getInt(Tok));
292 unsigned PointerABIAlign = inBytes(getInt(Tok));
305 PointerPrefAlign = inBytes(getInt(Tok));
313 IndexSize = inBytes(getInt(Tok));
348 const unsigned ABIAlign = inBytes(getInt(Tok));
362 PrefAlign = inBytes(getInt(Tok));
389 uint64_t Alignment = inBytes(getInt(Tok));
408 uint64_t Alignment = inBytes(getInt(Tok));
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h76 DWORD inBytes; /* # of bytes received */ member in struct:__anon2207
H A Dpktdrvr.c612 pktStat.inBytes -= initialStat.inBytes;

Completed in 52 milliseconds