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

  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_decode_coef.cpp 299 Int32 *temp_ptr = NULL; local
348 * temp_ptr used to optimize index into pA
352 mult_high = fxp_mul32_Q31(*(temp_ptr--), sin_result);
374 temp_ptr = pA;
376 pB = temp_ptr;
382 temp_ptr = pA;
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 369 AutofillProfile *temp_ptr; local
371 *guid, &temp_ptr)) {
376 scoped_ptr<AutofillProfile> p(temp_ptr);

Completed in 38 milliseconds