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

  /bionic/libc/arch-arm/bionic/
memcmp.S 34 #define CACHE_LINE_SIZE 32
36 #define CACHE_LINE_SIZE 64
44 pld [r0, #(CACHE_LINE_SIZE * 0)]
45 pld [r0, #(CACHE_LINE_SIZE * 1)]
52 pld [r1, #(CACHE_LINE_SIZE * 0)]
53 pld [r1, #(CACHE_LINE_SIZE * 1)]
69 pld [r0, #(CACHE_LINE_SIZE * 2)]
70 pld [r1, #(CACHE_LINE_SIZE * 2)]
74 pld [r0, #(CACHE_LINE_SIZE * 2)]
76 pld [r1, #(CACHE_LINE_SIZE * 2)
    [all...]
memcpy.S 39 #define CACHE_LINE_SIZE 32
42 #define CACHE_LINE_SIZE 64
48 pld [r1, #(CACHE_LINE_SIZE * 0)]
50 pld [r1, #(CACHE_LINE_SIZE * 1)]
90 pld [r1, #(CACHE_LINE_SIZE * 0)]
91 pld [r1, #(CACHE_LINE_SIZE * 1)]
118 pld [r1, #(CACHE_LINE_SIZE * 2)]
119 pld [r1, #(CACHE_LINE_SIZE * 3)]
125 pld [r1, #(CACHE_LINE_SIZE * 2)]
126 pld [r1, #(CACHE_LINE_SIZE * 3)
    [all...]
  /bionic/libc/arch-arm/denver/bionic/
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]
memmove.S 37 #define CACHE_LINE_SIZE (64)
40 #define PREFETCH_DISTANCE_NEAR (CACHE_LINE_SIZE*4)
41 #define PREFETCH_DISTANCE_MID (CACHE_LINE_SIZE*4)
42 #define PREFETCH_DISTANCE_FAR (CACHE_LINE_SIZE*16)
66 pld [r1, #-CACHE_LINE_SIZE]
67 pld [r1, #-CACHE_LINE_SIZE*2]
118 pld [r1, #-CACHE_LINE_SIZE*3]
119 pld [r1, #-CACHE_LINE_SIZE*4]
140 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32]
148 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32
    [all...]
  /external/pixman/pixman/
pixman-fast-path.c     [all...]

Completed in 118 milliseconds