OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_c
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
dst8.cpp
125
Int32
tmp_c
;
local
156
tmp_c
= fxp_mul32_by_16((tmp_a + temp5) << 1, Qfmt15(0.70710678118655F));
159
tmp_d = fxp_mac32_by_16((tmp_aa - tmp_bb) << 1, Qfmt15(0.70710678118655F),
tmp_c
);
162
tmp_dd +=
tmp_c
;
171
vec[7] =
tmp_c
- vec[0];
172
vec[0] +=
tmp_c
;
/external/iptables/libiptc/
libiptc.c
752
struct chain_head *test_c, *
tmp_c
;
local
757
tmp_c
=list_entry(list_start_pos,struct chain_head,list);
761
debug(" Chain:%s\n",
tmp_c
->name);
[
all
...]
/external/clang/test/CodeGen/
builtins-x86.c
36
signed char
tmp_c
;
local
Completed in 379 milliseconds