OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excp
(Results
1 - 7
of
7
) sorted by null
/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
...]
/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/telephony/java/com/android/internal/telephony/sip/
SipPhone.java
415
CallStateException
excp
= null;
local
420
excp
= e;
423
if (
excp
!= null) throw
excp
;
[
all
...]
/external/icu4c/data/mappings/
ucmfiles.mk
117
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
535
struct OurBaseException_t *
excp
= (struct OurBaseException_t*)
local
537
struct OurExceptionType_t *excpType = &(
excp
->type);
543
"
excp
= <%p>.\n",
545
excp
);
[
all
...]
Completed in 136 milliseconds