Searched refs:is32bit (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_stats.c1645 int is32bit, qmaxstrlen; local
1658 is32bit = 1;
1671 is32bit = 0;
1693 while ((is32bit ? NULL != ctd32 : NULL != ctd64)) {
1717 sbuf_printf(buf, fmtstr, is32bit ?
1732 Q_TOSTR((is32bit ? ctd32->mu : ctd64->mu), -1, 10, qstr,
1738 fmtstr = is32bit ? ",cnt=%u}" : ",cnt=%ju}";
1742 fmtstr = is32bit ? ",\"cnt\":%u}" : ",\"cnt\":%ju}";
1746 is32bit ? ctd32->cnt : (uintmax_t)ctd64->cnt);
1748 if (is32bit)
1772 int is32bit; local
2376 int i, is32bit; local
2721 int error, i, found, is32bit, has_ub, eq_only; local
2919 int error, idx, is32bit, maxctds, remctds, tmperr; local
3081 int error, is32bit, n; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h246 /// @param is32bit - Instructon is only 32-bit
256 bool is32bit,
H A DX86DisassemblerTables.cpp1073 bool is32bit,
1081 if ((is32bit || addressSize == 16) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp32 static bool is32bit(MachineTypes Machine) { function in namespace:llvm::object
198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
334 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
383 uint32_t VASize = is32bit(Machine) ? 4 : 8;
397 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
412 u32((is32bit(Machine) ? IMAGE_SCN_ALIGN_4BYTES
426 u32((is32bit(Machine) ? IMAGE_SCN_ALIGN_4BYTES
435 if (!is32bit(Machine))
440 if (!is32bit(Machine))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1320 bool is32bit = false; // used to distinguish between CONST32 and CONST64 local
1452 is32bit = true;
1474 if (is32bit) {
1499 unsigned byteSize = is32bit ? 4 : 8;
1543 if (is32bit) // 32 bit

Completed in 183 milliseconds