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

  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
DaemonProxy.java 141 IOException excp = null; local
148 excp = e;
152 throw excp;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/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/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/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dec_amr.cpp 565 Word16 excp[L_SUBFR];
1060 excp[i] = pv_round (L_temp);
1363 Word16 excp[L_SUBFR]; local
    [all...]
  /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...]
  /external/icu4c/data/mappings/
ucmfiles.mk 108 icu-internal-25546.ucm lmb-excp.ucm
  /external/qemu/target-arm/
op_helper.c 285 void HELPER(exception)(uint32_t excp)
287 env->exception_index = excp;
translate.c 269 static void gen_exception(int excp)
272 tcg_gen_movi_i32(tmp, excp);
    [all...]

Completed in 237 milliseconds