Home
last modified time | relevance | path

Searched defs:BitRef (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
25 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() function
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
26 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() argument
/aosp_15_r20/external/google-benchmark/test/
H A Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
26 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DBitTracker.h78 struct BitTracker::BitRef { struct
79 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
84 unsigned Reg;
85 uint16_t Pos;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h126 struct BitTracker::BitRef { struct
127 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
134 Register Reg;
135 uint16_t Pos;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h126 struct BitTracker::BitRef { struct
127 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
134 unsigned Reg;
135 uint16_t Pos;
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Darray_internal.cc35 ArrayDataTraits<bool>::BitRef::BitRef(uint8_t* storage, uint8_t mask) in BitRef() function in mojo::internal::ArrayDataTraits::BitRef