OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui2
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/memcheck/tests/
origin4-many.c
41
int
ui2
= *p_ui2;
local
52
x += (ui1 +
ui2
== 0x12345678 ? P : 24);
53
x += (ui1 +
ui2
+ui3 == 0x12345678 ? P : 25);
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);
61
y += (ui1 +
ui2
);
62
y += (ui1 +
ui2
+ui3 )
[
all
...]
/external/libffi/testsuite/libffi.call/
struct4.c
13
unsigned
ui2
;
member in struct:__anon7327
19
ts.ui3 = ts.ui1 * ts.
ui2
* ts.ui3;
53
ts4_arg.
ui2
= 3;
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp
189
COMPtr<IWebUIDelegate2>
ui2
;
local
190
return SUCCEEDED(ui->QueryInterface(IID_IWebUIDelegate2, (void**) &
ui2
));
198
COMPtr<IWebUIDelegate2>
ui2
;
local
200
if (SUCCEEDED(ui->QueryInterface(IID_IWebUIDelegate2, (void**) &
ui2
)))
201
ui2
->desktopNotificationsDelegate(&delegate);
/frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_envelope.cpp
152
Int32
ui2
);
189
Int32
ui2
);
254
Int32
ui2
;
local
400
ui2
= (frame_info[1+i] << 1);
411
ui2
);
425
ui2
);
434
ui2
= freqBandTable2[o+1];
463
o = (k + li >=
ui2
) ? o + 1 : o;
464
ui2
= freqBandTable2[o+1];
[
all
...]
Completed in 91 milliseconds