Home
last modified time | relevance | path

Searched defs:prefetch (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/
Dindex.js7 prefetch: require('./prefetch'), property
Dprefetch.js11 function prefetch (spec, opts) { function
DCHANGELOG.md542 ### 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/
Dvideodsp.h76 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
/third_party/uboot/u-boot-2020.01/drivers/cache/
Dcache-l2x0.c15 u32 saved_reg, prefetch; in l2c310_of_parse_and_init() local
/third_party/boost/boost/context/detail/
Dprefetch.hpp36 void prefetch( void * addr) { in prefetch() function
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_auto_old.c31 struct pci_region *prefetch, in pciauto_setup_device()
Dpci_auto.c22 struct pci_region *prefetch, struct pci_region *io, in dm_pciauto_setup_device()
/third_party/ffmpeg/libavcodec/alpha/
Dasm.h88 #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/
Dprocessor.h125 static inline void prefetch(const void *addr) in prefetch() function
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dpxa25x_udc.h21 static inline void prefetch(const void *ptr) in prefetch() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h44 #define prefetch(x) macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dlist.h9 static inline void prefetch(const void *x) {;} in prefetch() function
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h979 #define prefetch(mem, hint) \ macro