OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_left
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
monoTriangulation.cc
110
Int
n_left
= left_chain->getNumElements();
local
112
if(left_current>=
n_left
-1 ||
144
for(i=left_current; i<=
n_left
-1; i++)
176
/*
n_left
>=1
181
void triangulateXYMonoTB(Int
n_left
, Real** leftVerts,
190
assert(
n_left
>=1 && n_right>=1);
206
if(i >=
n_left
) /*case1: no more in left*/
225
if(i<
n_left
-1) /*at least two vertices in left*/
230
for(k=i; k<
n_left
; k++)
252
while(k<
n_left
)
[
all
...]
/src/external/bsd/pcc/dist/pcc/mip/
node.h
120
#define
n_left
n_f.n_u.n_l._left
macro
/src/external/bsd/libpcap/dist/
gencode.c
231
size_t
n_left
;
member in struct:chunk
610
cstate->chunks[i].
n_left
= 0;
627
if (n > cp->
n_left
) {
641
cp->
n_left
= size;
647
cp->
n_left
-= n;
648
return (void *)((char *)cp->m + cp->
n_left
);
Completed in 23 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026