Searched defs:PREFETCH (Results 1 - 14 of 14) sorted by relevance

/external/libavc/common/mips/
H A Dih264_platform_macros.h96 #define PREFETCH(ptr, type) macro
/external/libavc/common/x86/
H A Dih264_platform_macros.h101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro
103 #define PREFETCH(ptr, type) macro
/external/libmpeg2/common/arm/
H A Dicv_platform_macros.h98 #define PREFETCH(x) __builtin_prefetch(x); macro
/external/libmpeg2/common/armv8/
H A Dicv_platform_macros.h76 #define PREFETCH(x) __builtin_prefetch(x); macro
/external/libmpeg2/common/mips/
H A Dicv_platform_macros.h82 #define PREFETCH(x) __builtin_prefetch(x); macro
/external/libmpeg2/common/x86/
H A Dicv_platform_macros.h82 #define PREFETCH(x) __builtin_prefetch(x); macro
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h167 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro
169 #define PREFETCH(ptr, type) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h141 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 macro
156 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro
158 # define PREFETCH(x) __builtin_prefetch(x) macro
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h586 // PREFETCH - This corresponds to a prefetch intrinsic. It takes chains are
590 PREFETCH, enumerator in enum:llvm::ISD::NodeType
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h689 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
693 PREFETCH, enumerator in enum:llvm::ISD::NodeType
/external/python/cpython3/Modules/
H A D_pickle.c113 PREFETCH = 8192 * 16, enumerator in enum:__anon20010
1156 if (self->peek && n < PREFETCH) {
1157 len = PyLong_FromSsize_t(PREFETCH);
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1626 #define PREFETCH(a) prefetch P_ARG1(a) macro
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 270 milliseconds