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

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 566 Word16 excp[L_SUBFR];
1061 excp[i] = pv_round (L_temp);
1364 Word16 excp[L_SUBFR]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 309 int16 *excp = &code[L_SUBFR]; local
310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */
922 excp[i] = amr_wb_round(L_tmp);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 544 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
546 struct OurExceptionType_t *excpType = &(excp->type);
552 "excp = <%p>.\n",
554 excp);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 415 CallStateException excp = null; local
420 excp = e;
423 if (excp != null) throw excp;
    [all...]

Completed in 136 milliseconds