/external/chromium_org/chrome/browser/prefetch/ |
prefetch_field_trial.h | 8 namespace prefetch { namespace 12 } // namespace prefetch
|
prefetch_field_trial.cc | 5 #include "chrome/browser/prefetch/prefetch_field_trial.h" 12 namespace prefetch { namespace 15 std::string experiment = base::FieldTrialList::FindFullName("Prefetch"); 21 } // namespace prefetch
|
/external/linux-tools-perf/util/include/linux/ |
prefetch.h | 4 static inline void prefetch(void *a __attribute__((unused))) { } function
|
list.h | 4 #include <linux/prefetch.h> 8 #include "prefetch.h"
|
/external/kernel-headers/original/asm-generic/ |
xor.h | 309 prefetch(p2); 313 prefetch(p2+8); 336 prefetch(p2); 337 prefetch(p3); 341 prefetch(p2+8); 342 prefetch(p3+8); 367 prefetch(p2); 368 prefetch(p3); 369 prefetch(p4); 373 prefetch(p2+8) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
twobytemem.asm | 14 prefetch [0x50] label
|
/external/iptables/libiptc/ |
linux_list.h | 30 #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(pos->member.next); [all...] |
/packages/apps/Browser/src/com/android/browser/preferences/ |
BandwidthPreferencesFragment.java | 54 // set default value for link prefetch setting 55 ListPreference prefetch = (ListPreference) prefScreen.findPreference( local 57 if (prefetch != null) { 58 prefetch.setValue(BrowserSettings.getInstance().getDefaultLinkPrefetchSetting());
|
/external/chromium_org/chrome/test/functional/ |
prefetch.py | 9 The content served contains prefetch requests, and the tests assert that the 13 $ python chrome/test/functional/prefetch.py 74 "prefetch-origin.html": 76 <link rel="prefetch" href="static-prefetch-target.html"> 82 "<link rel=\\"prefetch\\" href=\\"dynamic-prefetch-target.html\\">" + 83 "<p>This paragraph contains a dynamic link prefetch. " + 84 "The target of this prefetch is " + 85 "<a href=\\"dynamic-prefetch-target.html\\">this document.</a>" [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 72 prefetch 16(%rdx) 96 prefetch 16(%rdx) 153 prefetch 16(%rdx) 182 prefetch 16(%rdx) 213 prefetch 64(%rsi) 245 prefetch (%rdx) 282 prefetch 32(%rdx) 314 prefetch (%rdx) 324 prefetchw 32(%rdi) /* prefetch 2 vertices ahead */ 350 prefetch 32(%rdx) /* hopefully stride is zero * [all...] |
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 72 prefetch 16(%rdx) 96 prefetch 16(%rdx) 153 prefetch 16(%rdx) 182 prefetch 16(%rdx) 213 prefetch 64(%rsi) 245 prefetch (%rdx) 282 prefetch 32(%rdx) 314 prefetch (%rdx) 324 prefetchw 32(%rdi) /* prefetch 2 vertices ahead */ 350 prefetch 32(%rdx) /* hopefully stride is zero * [all...] |
/external/kernel-headers/original/asm-arm/ |
processor.h | 107 #define prefetch(ptr) \ macro 117 #define prefetchw(ptr) prefetch(ptr)
|
/external/kernel-headers/original/linux/ |
list.h | 8 #include <linux/prefetch.h> 362 for (pos = (head)->next; prefetch(pos->next), pos != (head); \ 384 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \ 405 prefetch(pos->member.next), &pos->member != (head); \ 416 prefetch(pos->member.prev), &pos->member != (head); \ 441 prefetch(pos->member.next), &pos->member != (head); \ 453 for (; prefetch(pos->member.next), &pos->member != (head); \ 527 prefetch(rcu_dereference(pos)->next), pos != (head); \ 564 prefetch(rcu_dereference(pos)->member.next), \ 582 prefetch(rcu_dereference((pos))->next), (pos) != (head); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-s390x.pl | 50 $ctx="%r2"; $prefetch="%r2"; 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 80 xgr $X[0],$prefetch ### Xupdate($i) 81 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 83 xgr $X[0],$prefetch
|
/external/openssl/crypto/sha/asm/ |
sha1-s390x.pl | 50 $ctx="%r2"; $prefetch="%r2"; 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 80 xgr $X[0],$prefetch ### Xupdate($i) 81 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 83 xgr $X[0],$prefetch
|
/external/linux-tools-perf/util/include/linux/added/ |
list.h | 351 for (pos = (head)->next; prefetch(pos->next), pos != (head); \ 373 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \ 394 prefetch(pos->prev), pos != (head); \ 405 prefetch(pos->member.next), &pos->member != (head); \ 416 prefetch(pos->member.prev), &pos->member != (head); \ 441 prefetch(pos->member.next), &pos->member != (head); \ 455 prefetch(pos->member.prev), &pos->member != (head); \ 467 for (; prefetch(pos->member.next), &pos->member != (head); \ 635 for (pos = (head)->first; pos && ({ prefetch(pos->next); 1; }); \ 651 pos && ({ prefetch(pos->next); 1;}) && [all...] |
/external/yaffs2/yaffs2/ |
devextras.h | 54 #define prefetch(x) 1 macro 193 for (pos = (head)->next, prefetch(pos->next); pos != (head); \ 194 pos = pos->next, prefetch(pos->next))
|
/external/kernel-headers/original/asm-mips/ |
processor.h | 21 #include <asm/prefetch.h> 251 static inline void prefetch(const void *addr) function
|
/external/oprofile/events/mips/r12000/ |
events | 20 event:0x10 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_INSTRUCTIONS_EXECUTED : Executed prefetch instructions 21 event:0x11 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_MISSES_IN_DCACHE : Primary data cache misses by prefetch instructions 34 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_TO_CLEAN_SC_BLOCK : Store/prefetch exclusive to clean block in secondary cache 35 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_SHARED_SC_BLOCK : Store/prefetch exclusive to shared block in secondary
|
/external/llvm/test/MC/X86/ |
3DNow.s | 73 // CHECK: prefetch (%rax) # encoding: [0x0f,0x0d,0x00] 75 prefetch (%rax) label
|
/external/chromium_org/courgette/ |
disassembler_elf_32_arm.cc | 87 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/oprofile/events/mips/vr5432/ |
events | 6 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Load, prefetch/CacheOps execution (no sync)
|
/external/oprofile/events/mips/vr5500/ |
events | 8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/prefetch/cache instruction
|
/bionic/libc/kernel/arch-mips/asm/ |
processor.h | 29 #include <asm/prefetch.h>
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
processor.h | 29 #include <asm/prefetch.h>
|