HomeSort by relevance Sort by last modified time
    Searched refs:nMax (Results 1 - 25 of 40) sorted by null

1 2

  /external/pdfium/core/src/fxcrt/
plex.h 15 static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
fx_basic_plex.cpp 11 FX_DWORD nMax,
14 (CFX_Plex*)FX_Alloc(uint8_t, sizeof(CFX_Plex) + nMax * cbElement);
  /external/skia/src/ports/
SkFontMgr_android_parser.h 130 const T nMax = std::numeric_limits<T>::max() / 10;
131 const T dMax = std::numeric_limits<T>::max() - (nMax * 10);
140 if (n > nMax || (n == nMax && d > dMax)) {
174 const T nMax = (std::numeric_limits<T>::max() >> N) / 10;
175 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10);
200 if (n > nMax || (n == nMax && d > dMax)) {
  /frameworks/native/include/media/openmax/
OMX_Types.h 303 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
311 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Types.h 271 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
279 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_QCOMExtns.h 607 * nMax : Maximum value
615 OMX_S32 nMax;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Types.h 269 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
277 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_QCOMExtns.h 724 * nMax : Maximum value
732 OMX_S32 nMax;
    [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Types.h 269 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
277 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_QCOMExtns.h 802 * nMax : Maximum value
810 OMX_S32 nMax;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Types.h 274 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
282 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 281 int32_t nMax = -1;
315 if (nFind > nMax && bMatchedName) {
316 nMax = nFind;
324 } else if (nFind > nMax) {
325 nMax = nFind;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 302 unsigned int n = 0, nMax = allFuncs.getSize();
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms));
311 assert(n < nMax);
  /external/icu/icu4c/source/samples/layout/
clayout.c 65 si.nMax = pf_getLineCount(context->paragraph) - 1;
188 si.nPos = si.nMax;
layout.cpp 64 si.nMax = context->paragraph->getLineCount() - 1;
186 si.nPos = si.nMax;
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 63 UINT nMax;
66 static CDXPlex *PASCAL_INLINE Create(CDXPlex *&pHead,UINT nMax,UINT cbElement) {
67 CDXPlex *p = (CDXPlex*) new BYTE[sizeof(CDXPlex) + nMax *cbElement];
69 p->nMax = nMax;
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 606 pCompPrivateStructGain->sVolume.nMax = 100; /* max volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 818 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
    [all...]

Completed in 950 milliseconds

1 2