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

  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 160 uint8_t *sym_buf = base_buf; local
170 sym_buf += sc.symoff;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
195 sym_buf += sizeof(struct nlist_64);
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 160 uint8_t *sym_buf = base_buf; local
170 sym_buf += sc.symoff;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
195 sym_buf += sizeof(struct nlist_64);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 160 uint8_t *sym_buf = base_buf; local
170 sym_buf += sc.symoff;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
195 sym_buf += sizeof(struct nlist_64);

Completed in 92 milliseconds