HomeSort by relevance Sort by last modified time
    Searched refs:index_ptr (Results 1 - 3 of 3) sorted by null

  /external/v4l2_codec2/vda/
vp9_parser.cc 522 // Calculate its size and set index_ptr to the beginning of it.
530 const uint8_t* index_ptr = stream + bytes_left - index_size; local
531 if (marker != *index_ptr)
534 ++index_ptr;
543 size |= *index_ptr << (j * 8);
544 ++index_ptr;
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 846 struct ecoff_aux *index_ptr; /* index value to be filled in */
844 struct ecoff_aux *index_ptr; \/* index value to be filled in *\/ member in struct:localsym
871 aux_t *index_ptr; \/* pointer to store symbol index *\/ member in struct:forward
    [all...]
  /external/iptables/libiptc/
libiptc.c 609 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 */
    [all...]

Completed in 795 milliseconds