/aosp_15_r20/external/scudo/android/tests/ |
H A D | size_map_verify_unit_tests.cpp | 25 static const u32 NumBits = 7; member in scudo::SmokeConfigTest 58 static const u32 NumBits = 7; member in scudo::SizeIncreaseConfigPass 91 static const u32 NumBits = 7; member in scudo::MaxSizeConfigPass 122 static const u32 NumBits = 6; member in scudo::SizeDecreaseConfigFail 164 static const u32 NumBits = 7; member in scudo::MidSizeLog10ConfigPass 201 static const u32 NumBits = 8; member in scudo::NumBitsIncreaseConfigPass 234 static const u32 NumBits = 7; member in scudo::MidEqualMaxConfigPass 271 static const u32 NumBits = 7; member in scudo::SizeDeltaConfigPass
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
|
/aosp_15_r20/external/llvm/include/llvm/Bitcode/ |
H A D | BitstreamWriter.h | 115 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 134 void Emit64(uint64_t Val, unsigned NumBits) { in Emit64() 151 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 164 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
H A D | BitstreamReader.h | 262 word_t Read(unsigned NumBits) { in Read() 302 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() 322 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | size_class_map.h | 225 static const uptr NumBits = 3; member 237 static const uptr NumBits = 3; member 250 static const uptr NumBits = 7; member 293 static const uptr NumBits = 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 189 Expected<word_t> Read(unsigned NumBits) { in Read() 232 Expected<uint32_t> ReadVBR(unsigned NumBits) { in ReadVBR() 259 Expected<uint64_t> ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
H A D | BitstreamWriter.h | 119 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 146 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 159 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitstream/ |
D | BitstreamReader.h | 185 Expected<word_t> Read(unsigned NumBits) { in Read() 228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR() 263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
|
D | BitstreamWriter.h | 209 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/ |
D | BitstreamReader.h | 185 Expected<word_t> Read(unsigned NumBits) { in Read() 228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR() 263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
|
D | BitstreamWriter.h | 209 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/ |
D | BitstreamReader.h | 185 Expected<word_t> Read(unsigned NumBits) { in Read() 228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR() 263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
|
D | BitstreamWriter.h | 209 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 249 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/ |
D | BitstreamReader.h | 185 Expected<word_t> Read(unsigned NumBits) { in Read() 228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR() 263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
|
D | BitstreamWriter.h | 209 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 186 Expected<word_t> Read(unsigned NumBits) { in Read() 229 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR() 264 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
|
H A D | BitstreamWriter.h | 197 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 224 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 237 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | size_class_map_test.cpp | 28 static const scudo::uptr NumBits = 1; member 43 static const scudo::uptr NumBits = 3; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 43 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { in insertBits() 54 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitstreamReader.h | 672 word_t Read(unsigned NumBits) { in Read() 712 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() 732 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 115 static bool CanEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in CanEvaluateShifted() 188 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in GetShiftedValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 777 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local 799 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APSInt.cpp | 25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|