HomeSort by relevance Sort by last modified time
    Searched defs:p_ref (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/process/
process_metrics_linux.cc 35 StringPairs& p_ref = *pairs; local
36 for (size_t i = 0; i < p_ref.size(); ++i) {
37 TrimWhitespaceASCII(p_ref[i].first, TRIM_ALL, &p_ref[i].first);
38 TrimWhitespaceASCII(p_ref[i].second, TRIM_ALL, &p_ref[i].second);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 271 uint8 *p_ref, *tmp; local
281 p_ref = in;
287 p_ref -= 2;
291 tmp = p_ref + blkwidth;
292 r0 = p_ref[0];
293 r1 = p_ref[2];
295 r1 = p_ref[1];
296 r2 = p_ref[3];
298 while (p_ref < tmp)
300 r2 = *(p_ref += 4); /* move pointer to e *
561 int *p_ref, *tmp; local
720 uint8 *p_ref, *tmp; local
784 uint8 *p_cur, *p_ref, *tmp; local
1087 uint8 *p_ref, *tmp; local
1152 int *p_ref, *tmp; local
1312 uint8 *p_cur, *p_ref, *p_tmp8, *tmp; local
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 4853 void *p_ref = NULL; local
4882 void *p_ref = NULL; local
4913 void *p_ref = NULL; local
    [all...]
bta_dm_int.h 512 void *p_ref; member in struct:__anon73234
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 502 void *p_ref, tBTM_STATUS status);
512 void *p_ref; member in struct:__anon74222
    [all...]

Completed in 2359 milliseconds