Searched refs:UInt32 (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp738 case SimpleTypeKind::UInt32:
782 case SimpleTypeKind::UInt32:
H A DSymbolFileNativePDB.cpp221 case SimpleTypeKind::UInt32:
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h224 // code_point parameter is of type UInt32 because wchar_t may not be
229 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp58 Result.Value.UInt32 = V.uintVal;
59 Result.Type = PDB_VariantType::UInt32;
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkinit.c393 UInt32 length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp51 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h251 // Int32, UInt32, Int64, UInt64, TimeInMillis
2642 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc280 using testing::internal::UInt32;
746 const UInt32 kRange = 10000;
761 const UInt32 kRange = 10000;
762 UInt32 values[kArraySize];
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk310 UInt32 = type_new("u32", 4, 0, "BHND_NVRAM_TYPE_UINT32",
328 map_set(BaseTypes, get(UInt32, p_name), UInt32)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1683 case 4: STK = SimpleTypeKind::UInt32; break;
1709 if (STK == SimpleTypeKind::UInt32 && Ty->getName() == "long unsigned int")
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c423 OSBitAndAtomic((int32_t)~NDELEGMOD, (UInt32 *)&np->n_flag);

Completed in 388 milliseconds

12