HomeSort by relevance Sort by last modified time
    Searched full:lookaside (Results 1 - 25 of 53) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
membar.s 5 membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
8 membar #Lookaside
membar.d 11 4: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
12 8: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
15 14: 81 43 e0 10 membar #Lookaside
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ia32/
CpuFlushTlb.c 18 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
20 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
CpuFlushTlbGcc.c 19 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
21 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
CpuLib.h 39 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
41 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ebc/
CpuSleepFlushTlb.c 18 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
20 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/AArch64/
CpuFlushTlb.S 23 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
25 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuFlushTlb.S 22 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
24 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
CpuFlushTlb.asm 21 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
23 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /frameworks/base/core/tests/coretests/src/android/database/
SQLiteOpenHelperTest.java 165 Log.i(TAG, "Lookaside for " + dbStat.dbName + " " + dbStat.lookaside);
167 assertTrue("lookaside slots count should be zero", dbStat.lookaside == 0);
169 assertTrue("lookaside slots count should be greater than zero",
170 dbStat.lookaside > 0);
DatabaseGeneralTest.java     [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 133 * Number of lookaside slots: http://www.sqlite.org/c3ref/c_dbstatus_lookaside_used.html */
134 public int lookaside; field in class:SQLiteDebug.DbStats
139 public DbStats(String dbName, long pageCount, long pageSize, int lookaside,
144 this.lookaside = lookaside;
SQLiteDatabaseConfiguration.java 93 * The size in bytes of each lookaside slot
95 * <p>If negative, the default lookaside configuration will be used
100 * The total number of lookaside memory slots per database connection
102 * <p>If negative, the default lookaside configuration will be used
SQLiteOpenHelper.java 206 * Configures <a href="https://sqlite.org/malloc.html#lookaside">lookaside memory allocator</a>
209 * before opening the database, since lookaside memory configuration can only be changed
213 * Use {@code setLookasideConfig(0,0)} to disable lookaside
216 * The system may choose different values depending on a device, e.g. lookaside allocations
219 * @param slotSize The size in bytes of each lookaside slot.
220 * @param slotCount The total number of lookaside memory slots per database connection.
227 "Lookaside memory config cannot be changed after opening the database");
SQLiteConnection.java 1126 int lookaside = nativeGetDbLookaside(mConnectionPtr); local
    [all...]
SQLiteDatabase.java 279 // Disable lookaside allocator on low-RAM devices
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 116 // Lookaside is always disabled on low-RAM devices
130 // Lookaside is always disabled on low-RAM devices
164 Log.i(TAG, "Lookaside for " + dbStat.dbName + " " + dbStat.lookaside);
166 assertTrue("lookaside slots count should be zero", dbStat.lookaside == 0);
168 assertTrue("lookaside slots count should be greater than zero",
169 dbStat.lookaside > 0);
SQLiteDatabaseTest.java     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
CpuBreakpoint.c 139 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
141 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /external/honggfuzz/examples/bind/
named.conf 26 dnssec-lookaside no;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
ImageRequestTest.java 45 // "file:" + name in its lookaside map. I write all this because it will
  /external/icu/icu4c/source/config/
mh-os390 26 # Link Pack Area (LPA), library lookaside facility (LLA) or other #
  /external/tensorflow/tensorflow/core/lib/db/
sqlite.cc 59 case SQLITE_NOMEM: // Out of heap or perhaps lookaside memory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 259 /// size of the Translation Lookaside Buffer (underestimation).

Completed in 945 milliseconds

1 2 3