Searched refs:GB (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c91 #define GB (1024 * 1024 * 1024UL) macro
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.h328 #define GB_G33S2H_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xa022)
329 #define GP_ALL_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xffff)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c282 #define GB *(1U<<30) macro
953 if ((dict->initCheck) || (dict->currentOffset > 1 GB)) /* Uninitialized structure, or reuse overflow */
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c92 #define GB (1024UL * MB) macro
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c246 #define GB (1024 * 1024 * 1024) macro
2108 if (pgsize > 1 * GB) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3381 const MachineInstr &GB) const {
3383 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B);
3385 (GB.getOpcode() != Hexagon::J2_jumptnew))
3388 if (!GB.readsRegister(DestReg))
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c64 #define GB (1UL << 30) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3238 if (GlobalAddressSDNode *GB = dyn_cast<GlobalAddressSDNode>(N1))
3239 if (GA->getGlobal() == GB->getGlobal())
3240 return DAG.getConstant((uint64_t)GA->getOffset() - GB->getOffset(),

Completed in 299 milliseconds

12