OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subTop
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java
81
final int
subTop
= top + height * yPercent / 100;
90
final int childTop =
subTop
+ (subHeight - childHeight) / 2;
/hardware/qcom/gps/msm8909/utils/
LocHeap.cpp
148
LocHeapNode*&
subTop
= (NULL == top->mLeft) ? top->mRight :
152
top->swap(*
subTop
);
154
poppedNode = pop(
subTop
);
158
//
subTop
is the reference of ether mLeft or mRight
/hardware/qcom/gps/msm8996/utils/
LocHeap.cpp
148
LocHeapNode*&
subTop
= (NULL == top->mLeft) ? top->mRight :
152
top->swap(*
subTop
);
154
poppedNode = pop(
subTop
);
158
//
subTop
is the reference of ether mLeft or mRight
/hardware/qcom/gps/msm8998/utils/
LocHeap.cpp
148
LocHeapNode*&
subTop
= (NULL == top->mLeft) ? top->mRight :
152
top->swap(*
subTop
);
154
poppedNode = pop(
subTop
);
158
//
subTop
is the reference of ether mLeft or mRight
/external/libconstrainedcrypto/
p256.c
88
static p256_digit
subTop
(p256_digit top_a,
172
top =
subTop
(top_reducer, reducer, top, tmp + i);
Completed in 755 milliseconds