Searched defs:index_ptr (Results 1 - 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
H A Dvp9_parser.cc361 // Calculate its size and set index_ptr to the beginning of it.
369 const uint8_t* index_ptr = stream + bytes_left - index_size; local
370 if (marker != *index_ptr)
373 ++index_ptr;
382 size |= *index_ptr << (j * 8);
383 ++index_ptr;
/external/iptables/libiptc/
H A Dlibiptc.c609 struct list_head *index_ptr, *next; local
613 index_ptr = iptcc_bsearch_chain_index(c->name, &idx, h);
615 debug("Del chain[%s] c->list:%p index_ptr:%p\n",
616 c->name, &c->list, index_ptr);
622 if (index_ptr == &c->list) { /* Chain used as index ptr */

Completed in 283 milliseconds