Searched refs:incr (Results 1 - 25 of 218) sorted by path

123456789

/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c749 __db_txnlist_gen(env, hp, incr, min, max)
752 int incr;
769 if (incr < 0) {
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm4134 my $incr = $reverse ? -1 : 1;
4136 my $i = &vi_search($rl_HistoryIndex + $incr);
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c315 int incr = 0; local
325 incr = X_INCR;
328 incr = -X_INCR;
363 while(--incr >= 0) {
369 while(++incr <= 0) {
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8046 ** the database file header. The incr-vacuum-flag field is located at
8875 /* Change a page number. Used by incr-vacuum. */
20879 int incr = (enc==SQLITE_UTF8?1:2); local
20896 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
20902 z+=incr;
20904 z+=incr;
20908 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20913 z+=incr, nDigits++;
20918 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20923 z+=incr;
21040 compare2pow63(const char *zNum, int incr) argument
21076 int incr = (enc==SQLITE_UTF8?1:2); local
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp772 int32_t incr; local
789 incr = l1Enable;
790 incr -= (kTunnelL1Disable != device->reserved->tunnelL1Allow);
793 fTunnelL1EnableCount += incr;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dnice.c48 nice(incr)
49 int incr;
58 if (prio + incr > NZERO-1)
59 incr = NZERO-1-prio;
61 rv = setpriority(PRIO_PROCESS, 0, prio + incr);
H A Dopendir.c111 int incr; local
127 incr = getpagesize();
128 if ((incr % DIRBLKSIZ) != 0)
129 incr = DIRBLKSIZ;
167 space += incr;
168 len += incr;
283 dirp->dd_len = incr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmods.c412 long incr; local
414 if ( lutil_atol( &incr, mod->sm_values[0].bv_val ) != 0 ) {
420 if( incr == 0 ) {
432 strln = snprintf( str, sizeof(str), "%ld", value+incr );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.c178 PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr)
188 newSize = PR_MAX(origAlignSize+incr, 2*origAlignSize);
200 PRUint32 newAlignSize = PL_ARENA_ALIGN(pool, origSize+incr);
322 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
328 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
331 pool->stats.nbytes += incr;
333 size += incr;
177 PL_ArenaGrow( PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr) argument
321 PL_ArenaCountInplaceGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
327 PL_ArenaCountGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
H A Dplarena.h118 #define PL_ARENA_GROW(p, pool, size, incr) \
122 PRUword _q = (PRUword)p + size + incr; \
126 PL_ArenaCountInplaceGrowth(pool, size, incr); \
128 p = PL_ArenaGrow(pool, p, size, incr); \
130 PL_ArenaCountGrowth(pool, size, incr); \
193 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
196 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
207 #define PL_ArenaCountInplaceGrowth(ap, size, incr) /* nothing */
208 #define PL_ArenaCountGrowth(ap, size, incr) /* nothing */
H A Dplarenas.h109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.c178 PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr)
188 newSize = PR_MAX(origAlignSize+incr, 2*origAlignSize);
200 PRUint32 newAlignSize = PL_ARENA_ALIGN(pool, origSize+incr);
322 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
328 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
331 pool->stats.nbytes += incr;
333 size += incr;
177 PL_ArenaGrow( PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr) argument
321 PL_ArenaCountInplaceGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
327 PL_ArenaCountGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
H A Dplarena.h118 #define PL_ARENA_GROW(p, pool, size, incr) \
122 PRUword _q = (PRUword)p + size + incr; \
126 PL_ArenaCountInplaceGrowth(pool, size, incr); \
128 p = PL_ArenaGrow(pool, p, size, incr); \
130 PL_ArenaCountGrowth(pool, size, incr); \
193 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
196 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
207 #define PL_ArenaCountInplaceGrowth(ap, size, incr) /* nothing */
208 #define PL_ArenaCountGrowth(ap, size, incr) /* nothing */
H A Dplarenas.h109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.c178 PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr)
188 newSize = PR_MAX(origAlignSize+incr, 2*origAlignSize);
200 PRUint32 newAlignSize = PL_ARENA_ALIGN(pool, origSize+incr);
322 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
328 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
331 pool->stats.nbytes += incr;
333 size += incr;
177 PL_ArenaGrow( PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr) argument
321 PL_ArenaCountInplaceGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
327 PL_ArenaCountGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
H A Dplarena.h118 #define PL_ARENA_GROW(p, pool, size, incr) \
122 PRUword _q = (PRUword)p + size + incr; \
126 PL_ArenaCountInplaceGrowth(pool, size, incr); \
128 p = PL_ArenaGrow(pool, p, size, incr); \
130 PL_ArenaCountGrowth(pool, size, incr); \
193 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
196 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
207 #define PL_ArenaCountInplaceGrowth(ap, size, incr) /* nothing */
208 #define PL_ArenaCountGrowth(ap, size, incr) /* nothing */
H A Dplarenas.h109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.c178 PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr)
188 newSize = PR_MAX(origAlignSize+incr, 2*origAlignSize);
200 PRUint32 newAlignSize = PL_ARENA_ALIGN(pool, origSize+incr);
322 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
328 PLArenaPool *pool, PRUint32 size, PRUint32 incr)
331 pool->stats.nbytes += incr;
333 size += incr;
177 PL_ArenaGrow( PLArenaPool *pool, void *p, PRUint32 origSize, PRUint32 incr) argument
321 PL_ArenaCountInplaceGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
327 PL_ArenaCountGrowth( PLArenaPool *pool, PRUint32 size, PRUint32 incr) argument
H A Dplarena.h118 #define PL_ARENA_GROW(p, pool, size, incr) \
122 PRUword _q = (PRUword)p + size + incr; \
126 PL_ArenaCountInplaceGrowth(pool, size, incr); \
128 p = PL_ArenaGrow(pool, p, size, incr); \
130 PL_ArenaCountGrowth(pool, size, incr); \
193 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
196 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
207 #define PL_ArenaCountInplaceGrowth(ap, size, incr) /* nothing */
208 #define PL_ArenaCountGrowth(ap, size, incr) /* nothing */
H A Dplarenas.h109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/badsig/
H A Dbadsig.c70 #define INCR_DEFAULT 1 /* munge every incr bytes */
219 unsigned incr,
293 for(byte=0; byte<ptextLen; byte += incr) {
358 unsigned incr = INCR_DEFAULT; local
384 incr = atoi(&argp[2]);
462 verbose, quiet, depth, incr,
212 doTest(unsigned char *ptext, unsigned ptextLen, unsigned char *passwd, unsigned passwdLen, int verbose, int quiet, unsigned depth, unsigned incr, int doECDSA, int doECDSAVfy) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/badmac/
H A Dbadmac.c56 #define INCR_DEFAULT 0 /* munge every incr bytes - zero means
93 unsigned incr,
176 for(byte=0; byte<length; byte += incr) {
247 unsigned incr = INCR_DEFAULT; local
275 incr = atoi(&argp[2]);
337 if(incr == 0) {
342 actualIncr = incr;
87 doTest(CSSM_CSP_HANDLE cspHand, uint32 macAlg, CSSM_DATA_PTR ptext, CSSM_BOOL verbose, CSSM_BOOL quiet, unsigned keySize, unsigned incr, CSSM_BOOL stagedGen, CSSM_BOOL stagedVerify, CSSM_BOOL mallocMac, CSSM_BOOL refKey) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/badsig/
H A Dbadsig.c55 #define INCR_DEFAULT 0 /* munge every incr bytes - zero means
117 unsigned incr,
265 for(byte=0; byte<length; byte += incr) {
348 unsigned incr = INCR_DEFAULT; local
439 incr = atoi(&argp[2]);
595 if(incr == 0) {
600 actualIncr = incr;
109 doTest(CSSM_CSP_HANDLE cspHand, CSSM_ALGORITHMS sigAlg, CSSM_ALGORITHMS keyGenAlg, CSSM_DATA_PTR ptext, CSSM_BOOL verbose, CSSM_BOOL quiet, CSSM_BOOL randKeySize, uint32 keySize, unsigned incr, CSSM_BOOL pubIsRef, CSSM_KEYBLOB_FORMAT pubFormat, CSSM_BOOL privIsRef, CSSM_KEYBLOB_FORMAT privFormat, CSSM_BOOL stagedSign, CSSM_BOOL stagedVerify, CSSM_BOOL genSeed, uint32 primeType, uint32 curveType, CSSM_BOOL genParams) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTest/
H A DhashTest.c50 #define INCR_DEFAULT 0 /* munge every incr bytes - zero means
96 unsigned incr,
160 for(byte=0; byte<length; byte += incr) {
223 unsigned incr = INCR_DEFAULT; local
277 incr = atoi(&argp[2]);
358 if(incr == 0) {
363 actualIncr = incr;
90 doTest(CSSM_CSP_HANDLE cspHand, uint32 alg, CSSM_DATA_PTR ptext, CSSM_BOOL verbose, CSSM_BOOL quiet, CSSM_BOOL mallocDigest, unsigned incr, CSSM_BOOL goodOnly) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbraces.c306 mkseq (start, end, incr, type)
307 int start, end, incr, type;
315 if (incr == 0)
316 incr = 1;
318 if (start > end && incr > 0)
319 incr = -incr;
320 else if (start < end && incr < 0)
321 incr = -incr;
[all...]

Completed in 513 milliseconds

123456789