Home
last modified time | relevance | path

Searched refs:doPrefetch (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/audio/
H A DHandler.java64 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
65 return super.doPrefetch(); in doPrefetch()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/audio/
H A DHandler.java64 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
65 return super.doPrefetch(); in doPrefetch()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/sound/
H A DHandler.java75 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
76 return super.doPrefetch(); in doPrefetch()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/sound/
H A DHandler.java75 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
76 return super.doPrefetch(); in doPrefetch()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimitiveserver.h93 uint32_t sessionID = 0, bool doPrefetch = true, VSSCache* vssCache = NULL);
99 … uint32_t blockCount, bool* wasVersioned, bool doPrefetch = true, VSSCache* vssCache = NULL);
H A Dprimitiveserver.cpp368 bool doPrefetch, in loadBlocks() argument
443 if (ret != blockCount && doPrefetch) in loadBlocks()
525 bool doPrefetch, in loadBlock() argument
871 if (doPrefetch && !wasBlockInCache && !flg) in loadBlock()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimitiveserver.h93 uint32_t sessionID = 0, bool doPrefetch = true, VSSCache* vssCache = NULL);
99 … uint32_t blockCount, bool* wasVersioned, bool doPrefetch = true, VSSCache* vssCache = NULL);
H A Dprimitiveserver.cpp368 bool doPrefetch, in loadBlocks() argument
443 if (ret != blockCount && doPrefetch) in loadBlocks()
525 bool doPrefetch, in loadBlock() argument
871 if (doPrefetch && !wasBlockInCache && !flg) in loadBlock()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/playlist/
H A DHandler.java112 doPrefetch(); in setSource()
135 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
176 return super.doPrefetch(); in doPrefetch()
438 doPrefetch(); in selectPlayList()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/playlist/
H A DHandler.java112 doPrefetch(); in setSource()
135 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in Handler
176 return super.doPrefetch(); in doPrefetch()
438 doPrefetch(); in selectPlayList()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dvsfs.cpp253 bool doPrefetch = false; in GetFrame() local
260doPrefetch = (ndiff == 1 && lastPosition >= 0); // only prefetch if seeking forward one or a few f… in GetFrame()
359 if (success && doPrefetch) { in GetFrame()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/
H A DBDHandler.java400 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in BDHandler
492 ControllerErrorEvent error = doPrefetch(); in doPrefetchAction()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/media/content/
H A DBDHandler.java400 protected ControllerErrorEvent doPrefetch() { in doPrefetch() method in BDHandler
492 ControllerErrorEvent error = doPrefetch(); in doPrefetchAction()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4422 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4432 if (doPrefetch) { in Clear_Array_Const()
4447 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4471 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4481 if (doPrefetch) { in Clear_Array_Const()
4496 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4446 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4456 if (doPrefetch) { in Clear_Array_Const()
4471 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4461 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4471 if (doPrefetch) { in Clear_Array_Const()
4486 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4454 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4464 if (doPrefetch) { in Clear_Array_Const()
4479 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4461 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4471 if (doPrefetch) { in Clear_Array_Const()
4486 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4424 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4434 if (doPrefetch) { in Clear_Array_Const()
4449 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.cpp4456 bool doPrefetch = VM_Version::has_Prefetch(); in Clear_Array_Const() local
4466 if (doPrefetch) { in Clear_Array_Const()
4481 if (doPrefetch && (off <= numXCInstr-AllocatePrefetchLines)) { in Clear_Array_Const()