OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nmax
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/base/
ftbbox.c
265
FT_Pos nmin,
nmax
;
local
292
nmax
= *max << shift;
301
nmax
= *max >> -shift;
304
nmax
= update_cubic_max( p1, p2, p3, p4,
nmax
);
312
nmax
>>= shift;
317
nmax
<<= -shift;
322
if (
nmax
> *max )
323
*max =
nmax
;
/external/aac/libSBRenc/src/
fram_gen.cpp
1598
INT i, r, a, n, p, b, aL, aR, ntot,
nmax
, nR;
local
[
all
...]
Completed in 274 milliseconds