Home
last modified time | relevance | path

Searched refs:Smaller (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.h16 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enumerator
Dcpdf_iconfit.cpp21 return Smaller; in GetScaleMethod()
/external/llvm/test/MC/Mips/
Dsort-relocation-table.s106 # offset is greater or equal. Smaller offsets are preferred so both
287 # offset is greater or equal. Smaller offsets are preferred so both
/external/pdfium/xfa/fde/css/
Dfde_css.h57 Smaller, enumerator
Dfde_cssdatatable.cpp145 {FDE_CSSPropertyValue::Smaller, L"smaller", 0x849769F0},
Dcfde_cssstyleselector.cpp536 case FDE_CSSPropertyValue::Smaller: in ToFontSize()
Dcfde_cssdeclaration.cpp525 case FDE_CSSPropertyValue::Smaller: in ParseFontProperty()
/external/okhttp/website/static/
Dapp.css159 /* Smaller width browser, tablets. */
/external/lzma/DOC/
Dinstaller.txt113 - Smaller size (30 KB vs 100 KB)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp289 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyFromPartsVector() local
290 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND), in getCopyFromPartsVector()
307 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyFromPartsVector() local
308 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND), in getCopyFromPartsVector()
478 bool Smaller = PartVT.bitsLE(ValueVT); in getCopyToPartsVector() local
479 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND), in getCopyToPartsVector()
488 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyToPartsVector() local
489 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND), in getCopyToPartsVector()
/external/llvm/test/Transforms/InstCombine/
Dgetelementptr.ll295 ; Smaller than the pointer size for a non-zero address space
306 ; Smaller than pointer size
/external/jemalloc/
DINSTALL297 --with-lg-quantum=3 works. Smaller tiny size classes can, and will, cause
/external/mesa3d/docs/specs/OLD/
DEGL_MESA_screen_surface.txt357 EGL_MODE_ID_MESA EGL_DONT_CARE Exact Smaller 6
/external/pdfium/fpdfsdk/javascript/
DField.cpp821 case CPDF_IconFit::Smaller: in buttonScaleWhen()
822 vp << (int32_t)CPDF_IconFit::Smaller; in buttonScaleWhen()
/external/libvpx/libvpx/
DCHANGELOG59 Smaller library size by combining functions used by VP8 and VP9
/external/antlr/antlr-3.4/runtime/C/
DREADME1391 Smaller, faster and more readable.
/external/antlr/antlr-3.4/tool/
DCHANGES.txt2961 Smaller, faster and more readable.
/external/valgrind/
DNEWS1833 allocated block. Smaller redzones decrease the memory needed by
/external/libjpeg-turbo/
Dlibjpeg.txt1216 Smaller scaling ratios permit significantly faster decoding since
/external/python/cpython2/Misc/
DHISTORY9009 Smaller Changes
/external/curl/
DCHANGES.010804 - More NTLM-improvements. Less code. Smaller packets back and forth.