Searched defs:prefetch (Results 1 – 14 of 14) sorted by relevance
| /third_party/node/deps/npm/node_modules/pacote/ |
| D | index.js | 7 prefetch: require('./prefetch'), property
|
| D | prefetch.js | 11 function prefetch (spec, opts) { function
|
| D | CHANGELOG.md | 542 ### prefetch subsection in [7.0.0](https://github.com/npm/pacote/compare/v6.1.0...v7.0.0) (2017-11-15)
|
| /third_party/ffmpeg/libavcodec/ |
| D | videodsp.h | 76 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
|
| /third_party/uboot/u-boot-2020.01/drivers/cache/ |
| D | cache-l2x0.c | 15 u32 saved_reg, prefetch; in l2c310_of_parse_and_init() local
|
| /third_party/boost/boost/context/detail/ |
| D | prefetch.hpp | 36 void prefetch( void * addr) { in prefetch() function
|
| /third_party/uboot/u-boot-2020.01/drivers/pci/ |
| D | pci_auto_old.c | 31 struct pci_region *prefetch, in pciauto_setup_device()
|
| D | pci_auto.c | 22 struct pci_region *prefetch, struct pci_region *io, in dm_pciauto_setup_device()
|
| /third_party/ffmpeg/libavcodec/alpha/ |
| D | asm.h | 88 #define prefetch(p) __builtin_prefetch((p), 0, 1) macro 103 #define prefetch(p) __asm__ volatile("ldl $31,%0" : : "m"(*(const char *) (p)) : "memory") macro
|
| /third_party/uboot/u-boot-2020.01/arch/mips/include/asm/ |
| D | processor.h | 125 static inline void prefetch(const void *addr) in prefetch() function
|
| /third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
| D | pxa25x_udc.h | 21 static inline void prefetch(const void *ptr) in prefetch() function
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | list.h | 44 #define prefetch(x) macro
|
| /third_party/uboot/u-boot-2020.01/include/linux/ |
| D | list.h | 9 static inline void prefetch(const void *x) {;} in prefetch() function
|
| /third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
| D | sse.h | 979 #define prefetch(mem, hint) \ macro
|