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

  /external/mesa3d/src/gallium/state_trackers/va/
image.c 393 unsigned tmp_p; local
397 tmp_p = pitches[1];
399 pitches[2] = tmp_p;
519 unsigned tmp_p; local
523 tmp_p = pitches[1];
525 pitches[2] = tmp_p;
  /external/bcc/src/cc/
bpf_module.cc 654 uint8_t *tmp_p = NULL; local
658 tmp_p = new uint8_t[size];
659 memcpy(tmp_p, addr, size);
661 sections_[fname] = make_tuple(tmp_p, size);

Completed in 232 milliseconds