Home
last modified time | relevance | path

Searched refs:nProps (Results 1 – 25 of 128) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dprinthelper.cxx585 sal_Int32 nProps = 0; in print() local
672 aCheckedArgs[nProps].Name = rProp.Name; in print()
683 aCheckedArgs[nProps].Name = "Collate"; in print()
684 aCheckedArgs[nProps++].Value <<= bTemp; in print()
693 aCheckedArgs[nProps++].Value <<= bTemp; in print()
702 aCheckedArgs[nProps].Name = rProp.Name; in print()
703 aCheckedArgs[nProps++].Value <<= sTemp; in print()
711 aCheckedArgs[nProps].Name = rProp.Name; in print()
720 aCheckedArgs[nProps].Name = rProp.Name; in print()
733 if ( nProps != aCheckedArgs.getLength() ) in print()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabciUnfold2.c18 int nProps; in Abc_CommandUnfold2() local
23 …extern Abc_Ntk_t * Abc_NtkDarUnfold2( Abc_Ntk_t * pNtk, int nFrames, int nConfs, int nProps, int f… in Abc_CommandUnfold2()
28 nProps = 1000; in Abc_CommandUnfold2()
63 nProps = atoi(argv[globalUtilOptind]); in Abc_CommandUnfold2()
65 if ( nProps < 0 ) in Abc_CommandUnfold2()
103 pNtkRes = Abc_NtkDarUnfold2( pNtk, nFrames, nConfs, nProps, fStruct, fOldAlgo, fVerbose ); in Abc_CommandUnfold2()
116 … Abc_Print( -2, "\t-P num : the max number of constraint propagations [default = %d]\n", nProps ); in Abc_CommandUnfold2()
H A DabcDarUnfold2.c13 Abc_Ntk_t * Abc_NtkDarUnfold2( Abc_Ntk_t * pNtk, int nFrames, int nConfs, int nProps, int fStruct, … in Abc_NtkDarUnfold2() argument
25 …pMan = Saig_ManDupUnfoldConstrsFunc2( pTemp = pMan, nFrames, nConfs, nProps, fOldAlgo, fVerbose , … in Abc_NtkDarUnfold2()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dprinthelper.cxx603 sal_Int32 nProps = 0; in print() local
690 aCheckedArgs[nProps].Name = rProp.Name; in print()
701 aCheckedArgs[nProps].Name = "Collate"; in print()
702 aCheckedArgs[nProps++].Value <<= bTemp; in print()
711 aCheckedArgs[nProps].Name = rProp.Name; in print()
712 aCheckedArgs[nProps++].Value <<= sTemp; in print()
720 aCheckedArgs[nProps].Name = rProp.Name; in print()
729 aCheckedArgs[nProps].Name = rProp.Name; in print()
737 aCheckedArgs[nProps].Name = rProp.Name; in print()
742 if ( nProps != aCheckedArgs.getLength() ) in print()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dsiesta_master.f90139 integer, save:: nProps = 0 ! Number of stored properties variable
287 do iProp = 1,nProps
319 do iProp = 1,nProps
328 nProps = nProps + 1
329 iProp = nProps
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dsearchopt.cxx185 sal_Int32 nProps = aNames.getLength(); in Load() local
192 if (nProps && aValues.getLength() == nProps) in Load()
197 for (sal_Int32 i = 0; i < nProps; ++i) in Load()
236 sal_Int32 nProps = aNames.getLength(); in Save() local
238 Sequence< Any > aValues( nProps ); in Save()
241 DBG_ASSERT( nProps == MAX_FLAGS_OFFSET + 1, in Save()
243 if (nProps == MAX_FLAGS_OFFSET + 1) in Save()
245 for (sal_Int32 i = 0; i < nProps; ++i) in Save()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dsearchopt.cxx185 sal_Int32 nProps = aNames.getLength(); in Load() local
192 if (nProps && aValues.getLength() == nProps) in Load()
197 for (sal_Int32 i = 0; i < nProps; ++i) in Load()
236 sal_Int32 nProps = aNames.getLength(); in Save() local
238 Sequence< Any > aValues( nProps ); in Save()
241 DBG_ASSERT( nProps == MAX_FLAGS_OFFSET + 1, in Save()
243 if (nProps == MAX_FLAGS_OFFSET + 1) in Save()
245 for (sal_Int32 i = 0; i < nProps; ++i) in Save()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/saig/
H A DsaigConstr2.c341 void Saig_ManFilterUsingInd( Aig_Man_t * p, Vec_Vec_t * vCands, int nConfs, int nProps, int fVerbos… in Saig_ManFilterUsingInd() argument
371 … if ( Saig_ManFilterUsingIndOne_new( p, pFrames, pSat, pCnf, nConfs, nProps, Counter++ ) ) in Saig_ManFilterUsingInd()
532 … status = sat_solver_solve( pSat, Lits, Lits + 2, (ABC_INT64_T)nConfs, (ABC_INT64_T)nProps, 0, 0 ); in Saig_DetectTryPolarity()
567 Vec_Vec_t * Ssw_ManFindDirectImplications( Aig_Man_t * p, int nFrames, int nConfs, int nProps, int … in Ssw_ManFindDirectImplications() argument
632 Saig_ManFilterUsingInd( p, vCands, nConfs, nProps, fVerbose ); in Ssw_ManFindDirectImplications()
661 Vec_Vec_t * Saig_ManDetectConstrFunc( Aig_Man_t * p, int nFrames, int nConfs, int nProps, int fVerb… in Saig_ManDetectConstrFunc() argument
823 Saig_ManFilterUsingInd( p, vCands, nConfs, nProps, fVerbose ); in Saig_ManDetectConstrFunc()
860 vCands = Saig_ManDetectConstrFunc( p, nFrames, nConfs, nProps, fVerbose ); in Saig_ManDetectConstrFuncTest()
862 vCands = Ssw_ManFindDirectImplications( p, nFrames, nConfs, nProps, fVerbose ); in Saig_ManDetectConstrFuncTest()
885 vCands = Saig_ManDetectConstrFunc( pAig, nFrames, nConfs, nProps, fVerbose ); in Saig_ManDupUnfoldConstrsFunc()
[all …]
H A DsaigUnfold2.c2 … * p, Aig_Man_t * pFrame, sat_solver * pSat, Cnf_Dat_t * pCnf, int nConfs, int nProps, int Counter in Saig_ManFilterUsingIndOne2() argument
120 void Saig_ManFilterUsingInd2( Aig_Man_t * p, Vec_Vec_t * vCands, int nConfs, int nProps, int fVerbo… in Saig_ManFilterUsingInd2() argument
151 …if ( Saig_ManFilterUsingIndOne2( p, pFrames, pSat, pCnf, nConfs, nProps, Counter++ , 0) == l_False) in Saig_ManFilterUsingInd2()
161 …else if ( Saig_ManFilterUsingIndOne2( p, pFrames, pSat, pCnf, nConfs, nProps, Counter-1 , 1) == l_… in Saig_ManFilterUsingInd2()
163 …if ( Saig_ManFilterUsingIndOne2( p, pFrames, pSat, pCnf, nConfs, nProps, Counter-1 , 2) == l_False… in Saig_ManFilterUsingInd2()
197 Vec_Vec_t * Ssw_ManFindDirectImplications2( Aig_Man_t * p, int nFrames, int nConfs, int nProps, int… in Ssw_ManFindDirectImplications2() argument
267 Saig_ManFilterUsingInd2( p, vCands, nConfs, nProps, fVerbose ); in Ssw_ManFindDirectImplications2()
295 Aig_Man_t * Saig_ManDupUnfoldConstrsFunc2( Aig_Man_t * pAig, int nFrames, int nConfs, int nProps, i… in Saig_ManDupUnfoldConstrsFunc2() argument
303 vCands = Saig_ManDetectConstrFunc( pAig, nFrames, nConfs, nProps, fVerbose ); in Saig_ManDupUnfoldConstrsFunc2()
305 vCands = Ssw_ManFindDirectImplications2( pAig, nFrames, nConfs, nProps, fVerbose ); in Saig_ManDupUnfoldConstrsFunc2()
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/bitmap/
H A Dsnfread.c133 pFontInfo->nprops = snfInfo->nProps; in snfCopyInfo()
146 bytestoalloc = snfInfo->nProps * sizeof(snfFontPropRec) + in snfReadProps()
162 for (i = 0, pfp = pFontInfo->props; i < snfInfo->nProps; i++, pfp++, psnfp++) { in snfReadProps()
259 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */ in snfReadFont()
261 bytestoalloc += fi.nProps * sizeof(char); /* isStringProp */ in snfReadFont()
455 pFontInfo->props = malloc(fi.nProps * sizeof(FontPropRec)); in snfReadFontInfo()
458 fi.nProps, (int) sizeof(FontPropRec)); in snfReadFontInfo()
461 pFontInfo->isStringProp = malloc(fi.nProps * sizeof(char)); in snfReadFontInfo()
464 fi.nProps, (int) sizeof(char)); in snfReadFontInfo()
H A Dbdfread.c616 int nProps, props_left, in bdfReadProperties() local
632 if ((sscanf((char *) line, "STARTPROPERTIES %d", &nProps) != 1) || in bdfReadProperties()
633 (nProps <= 0) || in bdfReadProperties()
634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { in bdfReadProperties()
642 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char)); in bdfReadProperties()
646 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); in bdfReadProperties()
649 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, in bdfReadProperties()
652 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, in bdfReadProperties()
658 props_left = nProps; in bdfReadProperties()
663 nProps, nProps - props_left - 1); in bdfReadProperties()
H A Dsnfstr.h117 #define BYTESOFPROPINFO(pfi) (sizeof(snfFontPropRec) * (pfi)->nProps)
164 unsigned int nProps; member
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/bitmap/
H A Dsnfread.c135 pFontInfo->nprops = snfInfo->nProps; in snfCopyInfo()
148 bytestoalloc = snfInfo->nProps * sizeof(snfFontPropRec) + in snfReadProps()
164 for (i = 0, pfp = pFontInfo->props; i < snfInfo->nProps; i++, pfp++, psnfp++) { in snfReadProps()
261 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */ in snfReadFont()
263 bytestoalloc += fi.nProps * sizeof(char); /* isStringProp */ in snfReadFont()
457 pFontInfo->props = mallocarray(fi.nProps, sizeof(FontPropRec)); in snfReadFontInfo()
460 fi.nProps, (int) sizeof(FontPropRec)); in snfReadFontInfo()
463 pFontInfo->isStringProp = mallocarray(fi.nProps, sizeof(char)); in snfReadFontInfo()
466 fi.nProps, (int) sizeof(char)); in snfReadFontInfo()
H A Dbdfread.c618 int nProps, props_left, in bdfReadProperties() local
634 if ((sscanf((char *) line, "STARTPROPERTIES %d", &nProps) != 1) || in bdfReadProperties()
635 (nProps <= 0) || in bdfReadProperties()
636 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { in bdfReadProperties()
644 stringProps = mallocarray((nProps + BDF_GENPROPS), sizeof(char)); in bdfReadProperties()
648 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); in bdfReadProperties()
651 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, in bdfReadProperties()
654 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, in bdfReadProperties()
660 props_left = nProps; in bdfReadProperties()
665 nProps, nProps - props_left - 1); in bdfReadProperties()
H A Dsnfstr.h117 #define BYTESOFPROPINFO(pfi) (sizeof(snfFontPropRec) * (pfi)->nProps)
164 unsigned int nProps; member
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/bitmap/
H A Dsnfread.c125 pFontInfo->nprops = snfInfo->nProps;
141 bytestoalloc = snfInfo->nProps * sizeof(snfFontPropRec) +
155 for (i = 0, pfp = pFontInfo->props; i < snfInfo->nProps; i++, pfp++, psnfp++) {
234 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */
236 bytestoalloc += fi.nProps * sizeof(char); /* isStringProp */
416 pFontInfo->props = (FontPropPtr) xalloc(fi.nProps * sizeof(FontPropRec));
419 pFontInfo->isStringProp = (char *) xalloc(fi.nProps * sizeof(char));
H A Dsnfstr.h118 #define BYTESOFPROPINFO(pfi) (sizeof(snfFontPropRec) * (pfi)->nProps)
165 unsigned int nProps; member
/dports/x11-fonts/pcf2bdf/pcf2bdf-1.06/
H A Dpcf2bdf.cc134 int32 nProps; // number of properties variable
538 for (int i = 0; i < nProps; i++) in get_property_string()
559 for (int i = 0; i < nProps; i++) in get_property_value()
580 for (int i = 0; i < nProps; i++) in is_exist_property_value()
741 nProps = read_int32(); in main()
742 check_memory((props = new props_t[nProps])); in main()
743 for (i = 0; i < nProps; i++) in main()
749 skip(3 - (((4 + 1 + 4) * nProps + 3) % 4)); in main()
754 for (i = 0; i < nProps; i++) in main()
1129 fprintf(ofp, "STARTPROPERTIES %d\n", nProps + nPropsd); in main()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dcfgitem.cxx373 sal_Int32 nProps = aNames.getLength(); in ReadSymbol() local
381 if (!(nProps && aValues.getLength() == nProps)) in ReadSymbol()
579 sal_Int32 nProps = aNames.getLength(); in ReadFontFormat() local
587 if (!(nProps && aValues.getLength() == nProps)) in ReadFontFormat()
856 sal_Int32 nProps = aNames.getLength(); in LoadFormat() local
859 if (!(nProps && aValues.getLength() == nProps)) in LoadFormat()
932 OSL_ENSURE( pVal - pValues == nProps, "property mismatch" ); in LoadFormat()
943 sal_Int32 nProps = aNames.getLength(); in SaveFormat() local
945 Sequence< Any > aValues( nProps ); in SaveFormat()
982 OSL_ENSURE( pValue - pValues == nProps, "property mismatch" ); in SaveFormat()
/dports/x11-fonts/bdftopcf/bdftopcf-1.1/
H A Dbdfread.c616 int nProps, props_left, in bdfReadProperties() local
632 if ((sscanf((char *) line, "STARTPROPERTIES %d", &nProps) != 1) || in bdfReadProperties()
633 (nProps <= 0) || in bdfReadProperties()
634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { in bdfReadProperties()
642 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char)); in bdfReadProperties()
646 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); in bdfReadProperties()
649 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, in bdfReadProperties()
652 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, in bdfReadProperties()
658 props_left = nProps; in bdfReadProperties()
663 nProps, nProps - props_left - 1); in bdfReadProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dcfgitem.cxx376 sal_Int32 nProps = aNames.getLength(); in ReadSymbol() local
384 if (!(nProps && aValues.getLength() == nProps)) in ReadSymbol()
582 sal_Int32 nProps = aNames.getLength(); in ReadFontFormat() local
590 if (!(nProps && aValues.getLength() == nProps)) in ReadFontFormat()
864 sal_Int32 nProps = aNames.getLength(); in LoadFormat() local
867 if (!(nProps && aValues.getLength() == nProps)) in LoadFormat()
940 OSL_ENSURE( pVal - pValues == nProps, "property mismatch" ); in LoadFormat()
951 sal_Int32 nProps = aNames.getLength(); in SaveFormat() local
953 Sequence< Any > aValues( nProps ); in SaveFormat()
990 OSL_ENSURE( pValue - pValues == nProps, "property mismatch" ); in SaveFormat()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/sitecon/src/
H A DSiteconIO.cpp379 int nProps = props.size(); in writeModel() local
381 aves.resize(nProps); in writeModel()
382 sdev.resize(nProps); in writeModel()
383 wght.resize(nProps); in writeModel()
385 for (int j = 0; j < nProps; j++) { in writeModel()
395 assert(posM.size() == nProps); in writeModel()
396 for (int j = 0; j < nProps; j++) { in writeModel()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/
H A DvertexData.cpp335 int nProps; in readPlyFile() local
340 &nElems, &nProps ); in readPlyFile()
351 << nProps << " properties, " << nElems << " elements" << endl; in readPlyFile()
352 for( int j = 0; j < nProps; ++j ) in readPlyFile()
364 for( int j = 0; j < nProps; ++j ) in readPlyFile()
462 for( int j = 0; j < nProps; ++j ) in readPlyFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/
H A DvertexData.cpp360 int nProps; in readPlyFile() local
365 &nElems, &nProps ); in readPlyFile()
376 << nProps << " properties, " << nElems << " elements" << endl; in readPlyFile()
377 for( int j = 0; j < nProps; ++j ) in readPlyFile()
389 for( int j = 0; j < nProps; ++j ) in readPlyFile()
487 for( int j = 0; j < nProps; ++j ) in readPlyFile()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/AudioDevice/src/coreaudio/src/
H A Daudiodevcoreaudio.cpp72 UInt32 nProps,
76 UInt32 nProps,
80 UInt32 nProps,
821 UInt32 nProps, in devicesChangedCallback() argument
826 Q_UNUSED(nProps) in devicesChangedCallback()
836 UInt32 nProps, in defaultInputDeviceChangedCallback() argument
841 Q_UNUSED(nProps) in defaultInputDeviceChangedCallback()
862 UInt32 nProps, in defaultOutputDeviceChangedCallback() argument
867 Q_UNUSED(nProps) in defaultOutputDeviceChangedCallback()

123456