Searched defs:prefetch (Results 1 – 10 of 10) sorted by relevance
7 prefetch: require('./prefetch'), property
11 function prefetch (spec, opts) { function
542 ### prefetch subsection in [7.0.0](https://github.com/npm/pacote/compare/v6.1.0...v7.0.0) (2017-11-15)
76 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
36 void prefetch( void * addr) { in prefetch() function
38 #define prefetch(x) __builtin_prefetch(x) macro
110 static inline void prefetch(const void *ptr) in prefetch() function
88 #define prefetch(p) __builtin_prefetch((p), 0, 1) macro103 #define prefetch(p) __asm__ volatile("ldl $31,%0" : : "m"(*(const char *) (p)) : "memory") macro
44 #define prefetch(x) macro
979 #define prefetch(mem, hint) \ macro