OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hx2
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java
126
int
hx2
= h.x + h.width;
local
137
if (
hx2
< rx2) {
138
tempResult.add(new Rectangle(
hx2
, h.y, rx2 -
hx2
, h.height));
/external/valgrind/main/coregrind/
m_transtab.c
629
HostExtent*
hx2
= (HostExtent*)v2;
local
630
if (hx1->start + hx1->len <=
hx2
->start) return -1;
631
if (
hx2
->start +
hx2
->len <= hx1->start) return 1;
[
all
...]
Completed in 36 milliseconds