Home
last modified time | relevance | path

Searched defs:__prefetch (Results 1 – 10 of 10) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A Dfxdefs.h158 #define __prefetch(addr) __builtin_prefetch((addr),0) macro
161 #define __prefetch(addr) macro
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A Dfxdefs.h165 #define __prefetch(addr) __builtin_prefetch((addr),0) macro
168 #define __prefetch(addr) macro
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx_copy.c278 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
280 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx_drop.c280 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
282 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx_dump.c278 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
280 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx_load.c278 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
280 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx_stat.c278 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
280 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx.c++256 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
258 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx_chk.c278 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
280 # define __prefetch(ptr) __noop(ptr) macro
H A Dmdbx.c256 # define __prefetch(ptr) __builtin_prefetch(ptr) macro
258 # define __prefetch(ptr) __noop(ptr) macro