OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_i
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
builtins-x86.c
42
signed int
tmp_i
;
local
105
tmp_i
= __builtin_ia32_comieq(tmp_V4f, tmp_V4f);
106
tmp_i
= __builtin_ia32_comilt(tmp_V4f, tmp_V4f);
107
tmp_i
= __builtin_ia32_comile(tmp_V4f, tmp_V4f);
108
tmp_i
= __builtin_ia32_comigt(tmp_V4f, tmp_V4f);
109
tmp_i
= __builtin_ia32_comige(tmp_V4f, tmp_V4f);
110
tmp_i
= __builtin_ia32_comineq(tmp_V4f, tmp_V4f);
111
tmp_i
= __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f);
112
tmp_i
= __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f);
113
tmp_i
= __builtin_ia32_ucomile(tmp_V4f, tmp_V4f)
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.c
846
int src_i, tgt_i,
tmp_i
= 0;
local
941
tmp_i
= gcov_histo_index (merge_min);
942
gcc_assert (
tmp_i
< GCOV_HISTOGRAM_SIZE);
943
tmp_histo[
tmp_i
].num_counters += merge_num;
944
tmp_histo[
tmp_i
].cum_value += merge_cum;
945
if (!tmp_histo[
tmp_i
].min_value ||
946
merge_min < tmp_histo[
tmp_i
].min_value)
947
tmp_histo[
tmp_i
].min_value = merge_min;
971
/* At this point,
tmp_i
should be the smallest non-zero entry in the
973
gcc_assert (
tmp_i
>= 0 && tmp_i < GCOV_HISTOGRAM_SIZ
[
all
...]
/external/clang/lib/Frontend/
TextDiagnostic.cpp
168
size_t
tmp_i
= i;
170
= printableTextForNextCharacter(SourceLine, &
tmp_i
, TabStop);
[
all
...]
Completed in 84 milliseconds