OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui4
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/
origin4-many.c
43
int
ui4
= *p_ui4;
local
54
x += (ui1 +ui2 +ui3 +
ui4
== 0x12345678 ? P : 26);
55
x += (ui1 +ui2 +ui3 +
ui4
+ui5 == 0x12345678 ? P : 27);
56
x += (ui1 +ui2 +ui3 +
ui4
+ui5 +ui6 == 0x12345678 ? P : 28);
57
x += (ui1 +ui2 +ui3 +
ui4
+ui5 +ui6 +ui7 == 0x12345678 ? P : 29);
58
x += (ui1 +ui2 +ui3 +
ui4
+ui5 +ui6 +ui7 +ui8 == 0x12345678 ? P : 30);
63
y += (ui1 +ui2 +ui3 +
ui4
);
64
y += (ui1 +ui2 +ui3 +
ui4
+ui5 );
65
y += (ui1 +ui2 +ui3 +
ui4
+ui5 +ui6 );
66
y += (ui1 +ui2 +ui3 +
ui4
+ui5 +ui6 +ui7 )
[
all
...]
/frameworks/rs/tests/typecheck/
kernels.rs
73
uint4
ui4
;
Completed in 41 milliseconds