Home
last modified time | relevance | path

Searched refs:write_index (Results 1 – 18 of 18) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-bit-set.hh280 unsigned int write_index = 0; in del_pages() local
285 page_map[write_index++] = page_map[i]; in del_pages()
287 compact (compact_workspace, write_index); in del_pages()
288 resize (write_index); in del_pages()
452 unsigned int write_index = 0; in compact_pages() local
457 if (write_index < i) in compact_pages()
458 pages[write_index] = pages[i]; in compact_pages()
460 page_map[old_index_to_page_map_index[i]].index = write_index; in compact_pages()
461 write_index++; in compact_pages()
480 unsigned int write_index = 0; in process_() local
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_stream_send_buffer_peer.cc22 auto wi = write_index(send_buffer); in CurrentWriteSlice()
47 int32_t QuicStreamSendBufferPeer::write_index( in write_index() function in quic::test::QuicStreamSendBufferPeer
Dquic_stream_send_buffer_peer.h26 static int32_t write_index(QuicStreamSendBuffer* send_buffer);
/external/cronet/base/profiler/
Dmetadata_recorder.cc137 size_t write_index = 0; in GetItems() local
144 (*items)[write_index++] = in GetItems()
150 return write_index; in GetItems()
/external/cldr/tools/scripts/
DinterimVettingTool.sh13 write_index() function
95 write_index main
/external/libcups/cgi-bin/
Dmakedocset.c46 static void write_index(const char *path, help_index_t *hi);
86 write_index(path, hi); in main()
197 write_index(const char *path, /* I - File to write */ in write_index() function
/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc131 auto GetOutput(span<byte> data_out, size_t* write_index) { in GetOutput() argument
132 return [data_out, write_index](span<const byte> src) -> Status { in GetOutput()
135 memcpy(data_out.data() + *write_index, src.data(), copy_size); in GetOutput()
136 *write_index += copy_size; in GetOutput()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet.cc355 size_t write_index = read_index + write_read_delta; in PromoteToTwoByteHeaderExtension() local
357 extension_entry->offset = rtc::dchecked_cast<uint16_t>(write_index); in PromoteToTwoByteHeaderExtension()
359 memmove(WriteAt(write_index), data() + read_index, extension_entry->length); in PromoteToTwoByteHeaderExtension()
361 WriteAt(--write_index, extension_entry->length); in PromoteToTwoByteHeaderExtension()
362 WriteAt(--write_index, extension_entry->id); in PromoteToTwoByteHeaderExtension()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_send_buffer_test.cc124 EXPECT_EQ(0, QuicStreamSendBufferPeer::write_index(&send_buffer_)); in TEST_F()
127 EXPECT_EQ(1, QuicStreamSendBufferPeer::write_index(&send_buffer_)); in TEST_F()
/external/cronet/net/socket/
Dsocket_test_util.h400 size_t write_index() const { return write_index_; } in write_index() function
405 bool AllWriteDataConsumed() const { return write_index() >= write_count(); } in AllWriteDataConsumed()
442 size_t write_index() const { return helper_.write_index(); } in write_index() function
/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c421 unsigned write_index, unsigned read_index, in handle_write() argument
478 dst_node->last_successful_write = write_index; in handle_write()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; in gm200_validate_sample_locations() local
147 cb[write_index] = gm200_encode_cb_sample_location(x, y); in gm200_validate_sample_locations()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp61 size_t write_index = 0; in CompactIds() local
64 ids[write_index++] = ids[i]; in CompactIds()
67 ids.resize(write_index); in CompactIds()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp61 size_t write_index = 0; in CompactIds() local
64 ids[write_index++] = ids[i]; in CompactIds()
67 ids.resize(write_index); in CompactIds()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp61 size_t write_index = 0; in CompactIds() local
64 ids[write_index++] = ids[i]; in CompactIds()
67 ids.resize(write_index); in CompactIds()
/external/cronet/net/websockets/
Dwebsocket_basic_stream_test.cc103 EXPECT_EQ(write_count(), write_index()); in ~StrictStaticSocketDataProvider()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp3406 …for (size_t write_index = 0; write_index < sizeof(expressions) / sizeof(expressions[0]); write_ind… in test_shader_compilation() local
3413 shader_source += expressions[write_index]; in test_shader_compilation()