OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LEQ
(Results
1 - 3
of
3
) sorted by null
/external/skia/third_party/glu/libtess/
priorityq-heap.c
54
#define
LEQ
(x,y) (*pq->
leq
)(x,y)
58
#define
LEQ
(x,y) VertLeq((GLUvertex *)x, (GLUvertex *)y)
62
PriorityQ *pqNewPriorityQ( int (*
leq
)(PQkey key1, PQkey key2) )
84
pq->
leq
=
leq
;
110
if( child < pq->size &&
LEQ
( h[n[child+1].handle].key,
118
if( child > pq->size ||
LEQ
( h[hCurr].key, h[hChild].key )) {
141
if( parent == 0 ||
LEQ
( h[hParent].key, h[hCurr].key )) {
251
if( curr <= 1 ||
LEQ
( h[n[curr>>1].handle].key, h[n[curr].handle].key ))
[
all
...]
/external/libpcap/
tokdefs.h
76
LEQ
= 302,
180
#define
LEQ
302
grammar.c
111
LEQ
= 302,
215
#define
LEQ
302
788
"LINK", "GEQ", "
LEQ
", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
[
all
...]
Completed in 88 milliseconds