OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_cmp
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h
483
int cmp,
target_cmp
;
488
target_cmp
= 1;
490
target_cmp
= -1;
492
target_cmp
= 0;
506
cmp = -
target_cmp
;
508
else if (
target_cmp
!= 0)
509
if (!((cmp ^
target_cmp
) & L_MASK_HIGH_BIT))
510
/* cmp and
target_cmp
are both positive or both negative. */
1029
int cmp,
target_cmp
;
variable
1043
target_cmp
= 1
[
all
...]
/external/webkit/JavaScriptCore/wtf/
AVLTree.h
177
int cmp,
target_cmp
;
189
target_cmp
= 1;
192
target_cmp
= -1;
195
target_cmp
= 0;
205
cmp = -
target_cmp
;
206
} else if (
target_cmp
!= 0) {
207
if (!((cmp ^
target_cmp
) & MASK_HIGH_BIT)) {
208
// cmp and
target_cmp
are both negative or both positive.
695
int cmp,
target_cmp
;
700
target_cmp
= 1
[
all
...]
Completed in 48 milliseconds