Home
last modified time | relevance | path

Searched refs:data_index (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_enum.cc348 int data_index = 0; in GenerateMethods() local
350 format(" { {$classname$_names + $1$, $2$}, $3$ },\n", data_index, in GenerateMethods()
356 data_index += p.first.size(); in GenerateMethods()
/third_party/ffmpeg/libavformat/
Dmpegts.c339 int data_index; member
1552 pes->data_index = 0; in reset_pes_packet_state()
1572 pkt->size = pes->data_index; in new_pes_packet()
1575 pes->pes_header_size + pes->data_index != pes->total_size + in new_pes_packet()
1708 if (pes->state == MPEGTS_PAYLOAD && pes->data_index > 0) { in mpegts_push_data()
1723 len = PES_START_SIZE - pes->data_index; in mpegts_push_data()
1726 memcpy(pes->header + pes->data_index, p, len); in mpegts_push_data()
1727 pes->data_index += len; in mpegts_push_data()
1730 if (pes->data_index == PES_START_SIZE) { in mpegts_push_data()
1787 pes->data_index = 0; in mpegts_push_data()
[all …]
/third_party/rust/crates/rustix/tests/process/
Dprctl.rs170 let (data_index, cap_index) = if cap_index < 32 { in thread_has_capability()
176 Ok((flag & data[data_index].effective) != 0) in thread_has_capability()
/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary.cc226 int data_index = 0; in Rehash() local
232 data[data_index++] = in Rehash()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.h197 int data_index);
Daccessor-assembler.cc39 TNode<DataHandler> handler, int data_index) { in LoadHandlerDataField() argument
49 switch (data_index) { in LoadHandlerDataField()