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

  /frameworks/av/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...]
  /frameworks/av/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/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 502 CallStateException excp = null; local
507 excp = e;
510 if (excp != null) throw excp;
    [all...]
  /external/icu4c/data/mappings/
ucmfiles.mk 118 icu-internal-25546.ucm lmb-excp.ucm \
  /external/qemu/target-arm/
op_helper.c 282 void HELPER(exception)(uint32_t excp)
284 env->exception_index = excp;
translate.c 214 static void gen_exception(int excp)
217 tcg_gen_movi_i32(tmp, excp);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 537 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
539 struct OurExceptionType_t *excpType = &(excp->type);
545 "excp = <%p>.\n",
547 excp);
    [all...]
  /external/qemu/target-mips/
translate.c 788 generate_exception_err (DisasContext *ctx, int excp, int err)
790 TCGv_i32 texcp = tcg_const_i32(excp);
799 generate_exception (DisasContext *ctx, int excp)
802 gen_helper_0i(raise_exception, excp);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1338 milliseconds