HomeSort by relevance Sort by last modified time
    Searched refs:IndexT (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 30 typedef u32 IndexT;
32 IndexT cache[kSize];
40 typedef typename Cache::IndexT IndexT;
46 CHECK_GE(1ull << (sizeof(IndexT) * 8), kL1Size * kL2Size);
48 CHECK_GE(sizeof(T), sizeof(IndexT));
61 IndexT Alloc(Cache *c) {
67 void Free(Cache *c, IndexT idx) {
74 T *Map(IndexT idx) {
83 IndexT idx = c->cache[--c->pos]
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 27 typedef Alloc::IndexT IndexT;
34 IndexT blocks[N];
37 IndexT idx = alloc.Alloc(&cache);
45 IndexT idx = blocks[i];
  /external/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IndexedMap.h 37 typedef typename ToIndexT::argument_type IndexT;
48 typename StorageT::reference operator[](IndexT n) {
53 typename StorageT::const_reference operator[](IndexT n) const {
70 void grow(IndexT n) {
76 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 32 typedef typename ToIndexT::argument_type IndexT;
46 typename StorageT::reference operator[](IndexT n) {
51 typename StorageT::const_reference operator[](IndexT n) const {
68 void grow(IndexT n) {
74 bool inBounds(IndexT n) const {
  /external/swiftshader/third_party/subzero/src/
IceLoopAnalyzer.cpp 46 using IndexT = uint32_t;
47 static constexpr IndexT UndefinedIndex = 0;
48 static constexpr IndexT FirstDefinedIndex = 1;
65 void visit(IndexT VisitIndex) { Index = LowLink = VisitIndex; }
67 IndexT getIndex() const { return Index; }
69 void tryLink(IndexT NewLink) {
73 IndexT getLowLink() const { return LowLink; }
89 IndexT Index;
90 IndexT LowLink;
112 IndexT NextIndex = FirstDefinedIndex
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.c 190 UINT32 IndexT;
199 IndexT = 0;
203 SA += (*Md5_F[Index1]) (SB, SC, SD) + Data[IndexD] + Md5_T[IndexT];
210 IndexT++;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 969 milliseconds