Searched defs:prefetch (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/prefetch/
H A Dprefetch_field_trial.h8 namespace prefetch { namespace
12 } // namespace prefetch
H A Dprefetch.cc5 #include "chrome/browser/prefetch/prefetch.h"
12 #include "chrome/browser/prefetch/prefetch_field_trial.h"
16 namespace prefetch { namespace
26 } // namespace prefetch
H A Dprefetch.h12 namespace prefetch { namespace
17 } // namespace prefetch
H A Dprefetch_field_trial.cc5 #include "chrome/browser/prefetch/prefetch_field_trial.h"
13 namespace prefetch { namespace
20 } // namespace prefetch
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dprefetch.h4 static inline void prefetch(void *a __attribute__((unused))) { } function
/external/chromium_org/chrome/renderer/
H A Dprefetch_helper.h15 namespace prefetch { namespace
42 } // namespace prefetch
H A Dprefetch_helper.cc12 namespace prefetch { namespace
58 } // namespace prefetch
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dtwobytemem.asm14 prefetch [0x50] label
/external/llvm/test/MC/X86/
H A D3DNow.s73 // CHECK: prefetch (%rax) # encoding: [0x0f,0x0d,0x00]
75 prefetch (%rax) label
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.cc87 uint32 prefetch; local
91 prefetch = align4byte;
93 prefetch = 4;
95 temp += prefetch;
103 temp2 |= (prefetch & 0x0000000F) << 8;
156 uint32 prefetch = (c_op & 0x0F00) >> 8; local
157 addr -= prefetch;
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h110 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
317 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<double> >(const std::complex<double> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
H A DPacketMath.h334 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
335 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
336 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
/external/yaffs2/yaffs2/
H A Ddevextras.h54 #define prefetch(x) 1 macro
193 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
194 pos = pos->next, prefetch(pos->next))
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc125 const char kPrefetchAuthPage[] = "files/login/prefetch.html";
141 // Confirm that <link rel="prefetch"> targetting an auth required
148 // prefetch resource requires authorization.
156 explicit SetPrefetchForTest(bool prefetch) argument
158 std::string exp_group = prefetch ? "ExperimentYes" : "ExperimentNo";
160 // Disable prerender so this is just a prefetch of the top-level page.
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h108 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DST_CTRL(2,2,32), DST_CHAN); } function in namespace:Eigen::internal
H A DPacketMath.h341 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); } function in namespace:Eigen::internal
342 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h113 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { __pld((float *)addr); } function in namespace:Eigen::internal
H A DPacketMath.h212 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { __pld(addr); } function in namespace:Eigen::internal
213 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { __pld(addr); } function in namespace:Eigen::internal
/external/iptables/libiptc/
H A Dlinux_list.h30 #define prefetch(x) 1 macro
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
361 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
362 pos = pos->prev, prefetch(pos->prev))
382 prefetch(pos->member.next); \
385 prefetch(pos->member.next))
395 prefetch(pos->member.prev); \
398 prefetch(pos->member.prev))
419 prefetch(po
[all...]
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h184 template<typename Scalar> inline void prefetch(const Scalar* addr) function in namespace:Eigen::internal
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc681 explicit SetPrefetchForTest(bool prefetch) argument
683 std::string exp_group = prefetch ? "ExperimentYes" : "ExperimentNo";
700 // only malware was a prefetch target.
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js25 // We have a separate image loader for prefetch which does not get cancelled
354 self.prefetchLoader_.cancel(); // The prefetch was doing something useless.
396 ImageView.prototype.prefetch = function(item, delay) {
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc2268 void Assembler::prefetch(const Operand& src, int level) { function in class:v8::internal::Assembler
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2401 bool prefetch; member in struct:PciMemoryRegion

Completed in 416 milliseconds