Searched defs:write2 (Results 1 – 10 of 10) sorted by relevance
262 .write2: label657 .write2: label839 .write2: label
140 val write2 = Buffer().writeUtf8("b".repeat(Segment.SIZE)) in readAllReadsOneSegmentAtATime() constant
185 val write2 = Buffer().writeUtf8("b".repeat(Segment.SIZE)) in writeAllWritesOneSegmentAtATime() constant
208 val write2 = Buffer().writeUtf8("b".repeat(SEGMENT_SIZE)) in readAllReadsOneSegmentAtATime() constant
233 val write2 = Buffer().writeUtf8("b".repeat(SEGMENT_SIZE)) in writeAllWritesOneSegmentAtATime() constant
202 Buffer write2 = new Buffer().writeUtf8(TestUtil.repeat('b', Segment.SIZE)); in readAllReadsOneSegmentAtATime() local
227 Buffer write2 = new Buffer().writeUtf8(TestUtil.repeat('b', Segment.SIZE)); in writeAllWritesOneSegmentAtATime() local
49 public final void write2 (final int b1, final int b2) in write2() method in ByteArrayOStream
1540 abstract int write2(int dest, byte[] newcode); in write2() method in CodeIterator.Switcher1573 int write2(int dest, byte[] newcode) { in write2() method in CodeIterator.Table1599 int write2(int dest, byte[] newcode) { in write2() method in CodeIterator.Lookup
5120 bool write2 = op == aco_opcode::ds_write2_b32 || op == aco_opcode::ds_write2_b64; in store_lds() local