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

  /external/ImageMagick/MagickCore/
memory-private.h 27 # define CACHE_LINE_SIZE 128
29 # define CACHE_LINE_SIZE 64
32 #define CacheAlign(size) ((size) < CACHE_LINE_SIZE ? CACHE_LINE_SIZE : (size))
37 __builtin_assume_aligned((address),CACHE_LINE_SIZE)
semaphore.c 152 alignment=CACHE_LINE_SIZE;
memory.c 258 alignment=CACHE_LINE_SIZE;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/
X86Cache.c 29 #define CACHE_LINE_SIZE 0x20
144 End = (Start + Length + (CACHE_LINE_SIZE - 1)) & ~(CACHE_LINE_SIZE - 1);
145 Start &= ~(CACHE_LINE_SIZE - 1);
148 Start = (UINTN)AsmFlushCacheLine ((VOID*)Start) + CACHE_LINE_SIZE;
  /bionic/libc/arch-arm/denver/bionic/
memmove.S 36 #define CACHE_LINE_SIZE (64)
39 #define PREFETCH_DISTANCE_NEAR (CACHE_LINE_SIZE*4)
40 #define PREFETCH_DISTANCE_MID (CACHE_LINE_SIZE*4)
41 #define PREFETCH_DISTANCE_FAR (CACHE_LINE_SIZE*16)
65 pld [r1, #-CACHE_LINE_SIZE]
66 pld [r1, #-CACHE_LINE_SIZE*2]
117 pld [r1, #-CACHE_LINE_SIZE*3]
118 pld [r1, #-CACHE_LINE_SIZE*4]
139 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32]
147 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32
    [all...]
memcpy_base.S 30 #define CACHE_LINE_SIZE (64)
31 #define PREFETCH_DISTANCE (CACHE_LINE_SIZE*6)
44 pld [r1, #CACHE_LINE_SIZE*1]
54 pld [r1, #CACHE_LINE_SIZE*2]
57 pld [r1, #CACHE_LINE_SIZE*3]
  /bionic/libc/arch-arm/generic/bionic/
memcmp.S 33 #define CACHE_LINE_SIZE 32
35 #define CACHE_LINE_SIZE 64
45 pld [r0, #(CACHE_LINE_SIZE * 0)]
46 pld [r0, #(CACHE_LINE_SIZE * 1)]
53 pld [r1, #(CACHE_LINE_SIZE * 0)]
54 pld [r1, #(CACHE_LINE_SIZE * 1)]
70 pld [r0, #(CACHE_LINE_SIZE * 2)]
71 pld [r1, #(CACHE_LINE_SIZE * 2)]
75 pld [r0, #(CACHE_LINE_SIZE * 2)]
77 pld [r1, #(CACHE_LINE_SIZE * 2)
    [all...]
  /system/extras/tests/icachetest/
icache_main.cpp 16 static constexpr size_t CACHE_LINE_SIZE = 64;
17 static constexpr size_t MAX_ITERATIONS_COUNT = MAX_CODE_SIZE / CACHE_LINE_SIZE;
96 size_t const step = stepInBytes / CACHE_LINE_SIZE;
115 std::cout << ((i*CACHE_LINE_SIZE)/1024) << "\t"
  /external/autotest/client/tests/tsc/src/
checktsc.c 127 #define CACHE_LINE_SIZE 256
130 char pad[CACHE_LINE_SIZE];
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 42 constexpr size_t CACHE_LINE_SIZE = 64;
102 CACHE_LINE_SIZE /* alignment */,
269 CACHE_LINE_SIZE /* alignment */,
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 506 milliseconds