| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-flags.h | 30 #define V(Lower, Camel, LowerCamel, Char, Bit) k##Camel = 1 << Bit, argument 39 #define V(Lower, Camel, LowerCamel, Char, Bit) < Char) && (Char argument 44 #define V(Lower, Camel, LowerCamel, Char, Bit) | (1 << Bit) argument 60 #define V(Lower, Camel, LowerCamel, Char, Bit) \ in REGEXP_FLAG_LIST() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| D | optimized-compilation-info.h | 75 #define DEF_ENUM(Camel, Lower, Bit) k##Camel = 1 << Bit, argument 80 #define DEF_GETTER(Camel, Lower, Bit) \ argument 87 #define DEF_SETTER(Camel, Lower, Bit) \ argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 182 std::vector<BitsSet<Flag, Bit, Ignored...>>& result, in combine() argument
|
| D | vktApiBufferMemoryRequirementsTests.cpp | 171 std::string bitsToString (const u::BitsSet<Flag, Bit, Str, Ignored...>& bits, in bitsToString() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 473 Init *getBit(unsigned Bit) const override { in getBit() 502 Init *getBit(unsigned Bit) const override { in getBit() 557 Init *getBit(unsigned Bit) const override { in getBit() 588 Init *getBit(unsigned Bit) const override { in getBit() 619 Init *getBit(unsigned Bit) const override { in getBit() 654 Init *getBit(unsigned Bit) const override { in getBit() 720 Init *getBit(unsigned Bit) const override { in getBit() 1107 unsigned Bit; variable 1202 Init *getBit(unsigned Bit) const override { in getBit() 1254 Init *getBit(unsigned Bit) const override { in getBit() [all …]
|
| /third_party/node/deps/v8/src/compiler/ |
| D | persistent-map.h | 43 enum Bit : int { kLeft = 0, kRight = 1 }; enum
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | enum_set.h | 208 static constexpr uint64_t Bit(Enum value) { in Bit() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | JSONBackend.cpp | 51 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local
|
| D | TGLexer.h | 49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
| D | TGParser.cpp | 74 Init *Bit = BV->getBit(i); in checkBitsConcrete() local 197 unsigned Bit = BitList[i]; in SetValue() local 1964 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | GlobalObject.h | 197 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerTracePC.h | 133 unsigned Bit = 0; in CollectFeatures() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | bitset_utils.h | 26 constexpr BitsT Bit(ParamT x) in Bit() function
|
| D | bitset_utils_unittest.cpp | 600 TEST(Bit, Test) in TEST() argument
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | literalTypes2.ts | 175 type Bit = 0 | 1; alias
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitstreamReader.cpp | 24 std::string llvm::naclbitc::getBitAddress(uint64_t Bit) { in getBitAddress()
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-regexp.cc | 141 #define V(Lower, Camel, LowerCamel, Char, Bit) \ in StringFromFlags() argument
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | constants-ppc.h | 2952 inline int Bit(int nr) const { return (InstructionBits() >> nr) & 1; } in Bit() function 2967 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } in Bit() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 215 unsigned Bit = 0; in allocate() local 802 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local 1136 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceBitVector.h | 84 const SizeT Bit; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDie.cpp | 45 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | instructions-arm64.h | 95 int Bit(int pos) const { return (InstructionBits() >> pos) & 1; } in Bit() function
|
| /third_party/node/deps/v8/src/ast/ |
| D | prettyprinter.cc | 279 #define V(Lower, Camel, LowerCamel, Char, Bit) \ in VisitRegExpLiteral() argument 1191 #define V(Lower, Camel, LowerCamel, Char, Bit) \ in VisitRegExpLiteral() argument
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | constants-s390.h | 1861 inline int Bit(int nr) const { return (InstructionBits() >> nr) & 1; } in Bit() function 1891 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } in Bit() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 109 MachineOperand &Bit = MI->getOperand(BitIdx); in enableNamedBit() local
|