Home
last modified time | relevance | path

Searched refs:Writes (Results 1 – 25 of 4323) sorted by relevance

12345678910>>...173

/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/cache/
H A Dcache_test.go46 {Set, "X", "12", false, Stats{Misses: 1, Writes: 1}},
47 {Get, "X", "12", true, Stats{Misses: 1, Writes: 1, Hits: 1}},
48 {Get, "X", "12", true, Stats{Misses: 1, Writes: 1, Hits: 2}},
51 {Get, "Y", "", false, Stats{Misses: 2, Writes: 1, Hits: 2}},
53 {Get, "X", "23", true, Stats{Misses: 2, Writes: 2, Hits: 3}},
55 {Get, "X", "23", true, Stats{Misses: 2, Writes: 3, Hits: 4}},
56 {Get, "Y", "34", true, Stats{Misses: 2, Writes: 3, Hits: 5}},
60 {Get, "X", "", false, Stats{Misses: 3, Writes: 3, Hits: 5}},
66 {Get, "Y", "", false, Stats{Misses: 4, Writes: 3, Hits: 6}},
69 {Get, "Y", "", false, Stats{Misses: 5, Writes: 4, Hits: 7}},
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/ioblame/
H A Dioblame-gmail-run.example1304 Writes :
1467 Total Writes: 65 KB
1487 Total Writes: 64 KB
1490 Total Writes: 11 KB
1503 Total Writes: 50 KB
1514 Total Writes: 2 KB
1528 Total Writes: 13 KB
1531 Total Writes: 10 KB
1542 Total Writes: 50 KB
1545 Total Writes: 12 KB
[all …]
H A Dioblame-gmail-launch.example262 Writes :
297 Grand Total File DATA KB Writes 143
304 Total Writes: 78 KB
307 Total Writes: 0 KB
310 Total Writes: 16 KB
314 Total Writes: 5 KB
317 Total Writes: 0 KB
320 Total Writes: 12 KB
323 Total Writes: 32 KB
324 Grand Total File DATA KB Writes 143
[all …]
/dports/lang/io-devel/io-9bfac31d/libs/iovm/io/
H A DSerialize.io2 //doc nil justSerialized(stream) Writes the receiver's code into the stream.
3 //doc true justSerialized(stream) Writes the receiver's code into the stream.
4 //doc false justSerialized(stream) Writes the receiver's code into the stream.
10 //doc Number justSerialized(stream) Writes the receiver's code into the stream.
15 //doc Sequence justSerialized(stream) Writes the receiver's code into the stream.
20 //doc List justSerialized(stream) Writes the receiver's code into the stream.
27 //doc Map justSerialized(stream) Writes the receiver's code into the stream.
36 //doc Block justSerialized(stream) Writes the receiver's code into the stream.
73 Writes serialized representation to a SerializationStream. Returns stream contents.
88 //doc Object serializedSlots(stream) Writes all slots to a stream.
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hexagon/
H A Dattribs_def.h.inc55 DEF_ATTRIB(IMPLICIT_WRITES_LR, "Writes the link register", "", "UREG.LR")
56 DEF_ATTRIB(IMPLICIT_WRITES_SP, "Writes the stack pointer", "", "UREG.SP")
57 DEF_ATTRIB(IMPLICIT_WRITES_FP, "Writes the frame pointer", "", "UREG.FP")
58 DEF_ATTRIB(IMPLICIT_WRITES_LC0, "Writes loop count for loop 0", "", "UREG.LC0")
59 DEF_ATTRIB(IMPLICIT_WRITES_LC1, "Writes loop count for loop 1", "", "UREG.LC1")
60 DEF_ATTRIB(IMPLICIT_WRITES_SA0, "Writes start addr for loop 0", "", "UREG.SA0")
61 DEF_ATTRIB(IMPLICIT_WRITES_SA1, "Writes start addr for loop 1", "", "UREG.SA1")
62 DEF_ATTRIB(IMPLICIT_WRITES_P0, "Writes Predicate 0", "", "UREG.P0")
63 DEF_ATTRIB(IMPLICIT_WRITES_P1, "Writes Predicate 1", "", "UREG.P1")
64 DEF_ATTRIB(IMPLICIT_WRITES_P2, "Writes Predicate 1", "", "UREG.P2")
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/hexagon/
H A Dattribs_def.h.inc55 DEF_ATTRIB(IMPLICIT_WRITES_LR, "Writes the link register", "", "UREG.LR")
56 DEF_ATTRIB(IMPLICIT_WRITES_SP, "Writes the stack pointer", "", "UREG.SP")
57 DEF_ATTRIB(IMPLICIT_WRITES_FP, "Writes the frame pointer", "", "UREG.FP")
58 DEF_ATTRIB(IMPLICIT_WRITES_LC0, "Writes loop count for loop 0", "", "UREG.LC0")
59 DEF_ATTRIB(IMPLICIT_WRITES_LC1, "Writes loop count for loop 1", "", "UREG.LC1")
60 DEF_ATTRIB(IMPLICIT_WRITES_SA0, "Writes start addr for loop 0", "", "UREG.SA0")
61 DEF_ATTRIB(IMPLICIT_WRITES_SA1, "Writes start addr for loop 1", "", "UREG.SA1")
62 DEF_ATTRIB(IMPLICIT_WRITES_P0, "Writes Predicate 0", "", "UREG.P0")
63 DEF_ATTRIB(IMPLICIT_WRITES_P1, "Writes Predicate 1", "", "UREG.P1")
64 DEF_ATTRIB(IMPLICIT_WRITES_P2, "Writes Predicate 1", "", "UREG.P2")
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
422 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
491 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
508 Writes.push_back(WR); in collectWrites()
523 Writes.push_back(WR); in collectWrites()
536 if (Writes.size() > 1) { in collectWrites()
540 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
541 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
558 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
566 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
422 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
491 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
508 Writes.push_back(WR); in collectWrites()
523 Writes.push_back(WR); in collectWrites()
536 if (Writes.size() > 1) { in collectWrites()
540 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
541 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
558 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
566 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp428 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
435 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
504 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
521 Writes.push_back(WR); in collectWrites()
536 Writes.push_back(WR); in collectWrites()
549 if (Writes.size() > 1) { in collectWrites()
553 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
554 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
571 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
579 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
422 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
491 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
508 Writes.push_back(WR); in collectWrites()
523 Writes.push_back(WR); in collectWrites()
536 if (Writes.size() > 1) { in collectWrites()
540 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
541 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
558 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
566 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
422 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
491 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
508 Writes.push_back(WR); in collectWrites()
523 Writes.push_back(WR); in collectWrites()
536 if (Writes.size() > 1) { in collectWrites()
540 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
541 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
558 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
566 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
422 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
491 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
508 Writes.push_back(WR); in collectWrites()
523 Writes.push_back(WR); in collectWrites()
536 if (Writes.size() > 1) { in collectWrites()
540 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
541 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
558 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
566 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/logger/
H A Dadapterinterface.zep51 * Sends/Writes messages to the file log
76 * Sends/Writes a debug message to the log
81 * Sends/Writes an error message to the log
86 * Sends/Writes an info message to the log
91 * Sends/Writes a notice message to the log
96 * Sends/Writes a warning message to the log
101 * Sends/Writes an alert message to the log
106 * Sends/Writes an emergency message to the log
H A Dmultiple.zep97 * Sends/Writes an critical message to the log
105 * Sends/Writes an emergency message to the log
113 * Sends/Writes a debug message to the log
121 * Sends/Writes an error message to the log
129 * Sends/Writes an info message to the log
137 * Sends/Writes a notice message to the log
145 * Sends/Writes a warning message to the log
153 * Sends/Writes an alert message to the log
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung-plotter/
H A Dfs.plots.en.conf34 title = Writes per second
35 ylabel = Writes per second
37 legend = Writes
47 title = Writes duration
50 legend = Writes
61 title = Writes duration (global mean)
64 legend = Writes
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/
H A Dattribs_def.h.inc76 DEF_ATTRIB(IMPLICIT_WRITES_LR, "Writes the link register", "", "UREG.LR")
77 DEF_ATTRIB(IMPLICIT_WRITES_SP, "Writes the stack pointer", "", "UREG.SP")
78 DEF_ATTRIB(IMPLICIT_WRITES_FP, "Writes the frame pointer", "", "UREG.FP")
79 DEF_ATTRIB(IMPLICIT_WRITES_LC0, "Writes loop count for loop 0", "", "UREG.LC0")
80 DEF_ATTRIB(IMPLICIT_WRITES_LC1, "Writes loop count for loop 1", "", "UREG.LC1")
81 DEF_ATTRIB(IMPLICIT_WRITES_SA0, "Writes start addr for loop 0", "", "UREG.SA0")
82 DEF_ATTRIB(IMPLICIT_WRITES_SA1, "Writes start addr for loop 1", "", "UREG.SA1")
83 DEF_ATTRIB(IMPLICIT_WRITES_P0, "Writes Predicate 0", "", "UREG.P0")
84 DEF_ATTRIB(IMPLICIT_WRITES_P1, "Writes Predicate 1", "", "UREG.P1")
85 DEF_ATTRIB(IMPLICIT_WRITES_P2, "Writes Predicate 1", "", "UREG.P2")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/docs/
H A DWIRING.md102 * Writes room events to logs.
103 * Writes presence updates to logs.
104 * Writes receipt updates to logs.
105 * Writes typing updates to logs.
106 * Writes other updates to logs.
113 * Writes room event pdus.
114 * Writes presence updates to logs.
119 * Writes presence updates to logs.
124 * Writes typing updates to logs.
129 * Writes receipt updates to logs.
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-mca/
H A DRegisterFile.cpp245 void RegisterFile::collectWrites(SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
252 Writes.push_back(WR); in collectWrites()
258 Writes.push_back(WR); in collectWrites()
262 llvm::sort(Writes.begin(), Writes.end(), in collectWrites()
266 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
267 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
270 for (const WriteRef &WR : Writes) { in collectWrites()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/BaseIoLibIntrinsic/AArch64/
H A DArmVirtMmio.asm36 ; Writes an 8-bit MMIO register.
38 ; Writes the 8-bit MMIO register specified by Address with the value specified
67 ; Writes a 16-bit MMIO register.
69 ; Writes the 16-bit MMIO register specified by Address with the value specified
98 ; Writes a 32-bit MMIO register.
100 ; Writes the 32-bit MMIO register specified by Address with the value specified
129 ; Writes a 64-bit MMIO register.
131 ; Writes the 64-bit MMIO register specified by Address with the value specified

12345678910>>...173