OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxadjust
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t2enc.c
183
int
maxadjust
;
local
293
maxadjust
= 0;
300
maxadjust
= JAS_MAX(adjust,
maxadjust
);
307
if (jpc_putcommacode(outb,
maxadjust
)) {
310
cblk->numlenbits +=
maxadjust
;
/external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp
329
unsigned int
MaxAdjust
= FrameSetup->getOperand(0).getImm() / 4;
332
if (!
MaxAdjust
) {
357
if (
MaxAdjust
> 4)
358
Context.MovVector.resize(
MaxAdjust
, nullptr);
Completed in 64 milliseconds