Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 25 of 8519) sorted by relevance

12345678910>>...341

/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dselectq.c145 perm[0][0] = 0; perm[0][1] = 1; perm[0][2] = 2; perm[0][3] = 3; in Mc_DynamicSelectQueue()
146 perm[1][0] = 1; perm[1][1] = 0; perm[1][2] = 2; perm[1][3] = 3; in Mc_DynamicSelectQueue()
147 perm[2][0] = 0; perm[2][1] = 2; perm[2][2] = 1; perm[2][3] = 3; in Mc_DynamicSelectQueue()
148 perm[3][0] = 1; perm[3][1] = 2; perm[3][2] = 0; perm[3][3] = 3; in Mc_DynamicSelectQueue()
149 perm[4][0] = 0; perm[4][1] = 1; perm[4][2] = 3; perm[4][3] = 2; in Mc_DynamicSelectQueue()
150 perm[5][0] = 1; perm[5][1] = 0; perm[5][2] = 3; perm[5][3] = 2; in Mc_DynamicSelectQueue()
152 perm[6][0] = 0; perm[6][1] = 3; perm[6][2] = 1; perm[6][3] = 2; in Mc_DynamicSelectQueue()
153 perm[7][0] = 1; perm[7][1] = 3; perm[7][2] = 0; perm[7][3] = 2; in Mc_DynamicSelectQueue()
155 perm[8][0] = 0; perm[8][1] = 2; perm[8][2] = 3; perm[8][3] = 1; in Mc_DynamicSelectQueue()
156 perm[9][0] = 1; perm[9][1] = 2; perm[9][2] = 3; perm[9][3] = 0; in Mc_DynamicSelectQueue()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dselectq.c145 perm[0][0] = 0; perm[0][1] = 1; perm[0][2] = 2; perm[0][3] = 3; in Mc_DynamicSelectQueue()
146 perm[1][0] = 1; perm[1][1] = 0; perm[1][2] = 2; perm[1][3] = 3; in Mc_DynamicSelectQueue()
147 perm[2][0] = 0; perm[2][1] = 2; perm[2][2] = 1; perm[2][3] = 3; in Mc_DynamicSelectQueue()
148 perm[3][0] = 1; perm[3][1] = 2; perm[3][2] = 0; perm[3][3] = 3; in Mc_DynamicSelectQueue()
149 perm[4][0] = 0; perm[4][1] = 1; perm[4][2] = 3; perm[4][3] = 2; in Mc_DynamicSelectQueue()
150 perm[5][0] = 1; perm[5][1] = 0; perm[5][2] = 3; perm[5][3] = 2; in Mc_DynamicSelectQueue()
152 perm[6][0] = 0; perm[6][1] = 3; perm[6][2] = 1; perm[6][3] = 2; in Mc_DynamicSelectQueue()
153 perm[7][0] = 1; perm[7][1] = 3; perm[7][2] = 0; perm[7][3] = 2; in Mc_DynamicSelectQueue()
155 perm[8][0] = 0; perm[8][1] = 2; perm[8][2] = 3; perm[8][3] = 1; in Mc_DynamicSelectQueue()
156 perm[9][0] = 1; perm[9][1] = 2; perm[9][2] = 3; perm[9][3] = 0; in Mc_DynamicSelectQueue()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dacl_perm.h140 #define MKPERM( perm ) ACCESS_##perm argument
305 #define MKPERM_PGP( perm ) ACCESS_##perm argument
323 #define MKPERM_DBMS( perm ) ACCESS_##perm argument
331 #define MKPERM_LDAP( perm ) ACCESS_##perm argument
339 #define MKPERM_HTTP( perm ) ACCESS_##perm argument
349 #define MKPERM_TCP( perm ) ACCESS_##perm argument
365 #define MKPERM_CMP( perm ) ACCESS_##perm argument
373 #define MKPERM_SCEP( perm ) ACCESS_##perm argument
379 #define MKPERM_SSH( perm ) ACCESS_##perm argument
393 #define MKPERM_SSL( perm ) ACCESS_##perm argument
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dqmc.h1370 const size_t perm[], in permuted_radical_inverse() argument
1383 inverse += perm[digit] * b; in permuted_radical_inverse()
1402 if (perm[0] != 0) in permuted_radical_inverse()
1403 inverse += perm[0] * b * base / (base - 1); in permuted_radical_inverse()
1410 const size_t perm[], in static_permuted_radical_inverse() argument
1423 x = x * Base + perm[digit]; in static_permuted_radical_inverse()
1444 if (perm[0] != 0) in static_permuted_radical_inverse()
1445 inverse += perm[0] * b * Base / (Base - 1); in static_permuted_radical_inverse()
1453 const size_t perm[], in fast_permuted_radical_inverse() argument
1458 case 0: return radical_inverse_base2<T>(value ^ (~perm[0] + 1)); in fast_permuted_radical_inverse()
[all …]
/dports/math/spooles-mpich/spooles.2.2/Perm/src/
H A Dutil.c15 Perm *perm in Perm_sizeOf() argument
19 if ( perm == NULL ) { in Perm_sizeOf()
45 Perm *perm in Perm_checkPerm() argument
55 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_checkPerm()
111 Perm *perm in Perm_fillOldToNew() argument
120 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillOldToNew()
149 Perm *perm in Perm_fillNewToOld() argument
158 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillNewToOld()
187 Perm *perm in Perm_releaseOldToNew() argument
196 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_releaseOldToNew()
[all …]
H A DIO.c24 Perm *perm, in Perm_readFromFile() argument
403 if ( perm == NULL || fp == NULL || perm->size <= 0 ) { in Perm_writeToFormattedFile()
419 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
425 IVfp80(fp, perm->size, perm->oldToNew, 80, &ierr) ; in Perm_writeToFormattedFile()
434 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
492 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
506 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
547 perm, fp, rc, perm, fp) ; in Perm_writeForHumanEye()
550 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
554 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Perm/src/
H A Dutil.c15 Perm *perm in Perm_sizeOf() argument
19 if ( perm == NULL ) { in Perm_sizeOf()
45 Perm *perm in Perm_checkPerm() argument
55 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_checkPerm()
111 Perm *perm in Perm_fillOldToNew() argument
120 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillOldToNew()
149 Perm *perm in Perm_fillNewToOld() argument
158 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillNewToOld()
187 Perm *perm in Perm_releaseOldToNew() argument
196 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_releaseOldToNew()
[all …]
H A DIO.c24 Perm *perm, in Perm_readFromFile() argument
403 if ( perm == NULL || fp == NULL || perm->size <= 0 ) { in Perm_writeToFormattedFile()
419 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
425 IVfp80(fp, perm->size, perm->oldToNew, 80, &ierr) ; in Perm_writeToFormattedFile()
434 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
492 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
506 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
547 perm, fp, rc, perm, fp) ; in Perm_writeForHumanEye()
550 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
554 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Perm/src/
H A Dutil.c15 Perm *perm in Perm_sizeOf() argument
19 if ( perm == NULL ) { in Perm_sizeOf()
45 Perm *perm in Perm_checkPerm() argument
55 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_checkPerm()
111 Perm *perm in Perm_fillOldToNew() argument
120 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillOldToNew()
149 Perm *perm in Perm_fillNewToOld() argument
158 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillNewToOld()
187 Perm *perm in Perm_releaseOldToNew() argument
196 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_releaseOldToNew()
[all …]
H A DIO.c24 Perm *perm, in Perm_readFromFile() argument
403 if ( perm == NULL || fp == NULL || perm->size <= 0 ) { in Perm_writeToFormattedFile()
419 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
425 IVfp80(fp, perm->size, perm->oldToNew, 80, &ierr) ; in Perm_writeToFormattedFile()
434 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
492 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
506 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
547 perm, fp, rc, perm, fp) ; in Perm_writeForHumanEye()
550 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
554 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
[all …]
/dports/math/spooles/spooles.2.2/Perm/src/
H A Dutil.c15 Perm *perm in Perm_sizeOf() argument
19 if ( perm == NULL ) { in Perm_sizeOf()
45 Perm *perm in Perm_checkPerm() argument
55 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_checkPerm()
111 Perm *perm in Perm_fillOldToNew() argument
120 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillOldToNew()
149 Perm *perm in Perm_fillNewToOld() argument
158 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_fillNewToOld()
187 Perm *perm in Perm_releaseOldToNew() argument
196 || perm->isPresent < 1 || perm->isPresent > 3 in Perm_releaseOldToNew()
[all …]
H A DIO.c24 Perm *perm, in Perm_readFromFile() argument
403 if ( perm == NULL || fp == NULL || perm->size <= 0 ) { in Perm_writeToFormattedFile()
419 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
425 IVfp80(fp, perm->size, perm->oldToNew, 80, &ierr) ; in Perm_writeToFormattedFile()
434 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToFormattedFile()
492 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
506 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeToBinaryFile()
547 perm, fp, rc, perm, fp) ; in Perm_writeForHumanEye()
550 if ( perm->isPresent == 2 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
554 if ( perm->isPresent == 1 || perm->isPresent == 3 ) { in Perm_writeForHumanEye()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/crypto/
H A Ddes.c102 *keyhi ^= perm; *keylo ^= (perm << 4); in r_des_permute_key()
131 hi ^= perm; lo ^= perm << 4; in r_des_permute_block0()
133 hi ^= perm; lo ^= perm << 16; in r_des_permute_block0()
135 lo ^= perm; hi ^= perm << 2; in r_des_permute_block0()
137 lo ^= perm; hi ^= perm << 8; in r_des_permute_block0()
139 hi ^= perm; lo ^= perm << 1; in r_des_permute_block0()
154 hi ^= perm; lo ^= perm << 1; in r_des_permute_block1()
156 lo ^= perm; hi ^= perm << 8; in r_des_permute_block1()
158 lo ^= perm; hi ^= perm << 2; in r_des_permute_block1()
160 hi ^= perm; lo ^= perm << 16; in r_des_permute_block1()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_noise1234.cpp404 grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise()
406 grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise()
410 grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise()
412 grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise()
418 grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise()
420 grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise()
424 grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise()
426 grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise()
434 grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise()
436 grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise()
[all …]
/dports/games/instead/instead-3.4.1/src/
H A Dnoise1234.c392 nxyz0 = grad4(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise4()
393 nxyz1 = grad4(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise4()
396 nxyz0 = grad4(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise4()
397 nxyz1 = grad4(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise4()
402 nxyz0 = grad4(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise4()
403 nxyz1 = grad4(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise4()
406 nxyz0 = grad4(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise4()
407 nxyz1 = grad4(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise4()
414 nxyz0 = grad4(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise4()
415 nxyz1 = grad4(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise4()
[all …]
/dports/devel/love/love-11.3/src/libraries/noise1234/
H A Dnoise1234.cpp396 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise()
397 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise()
400 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise()
401 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise()
406 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise()
407 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise()
410 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise()
411 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise()
418 nxyz0 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise()
419 nxyz1 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise()
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/noise1234/
H A Dnoise1234.cpp396 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise()
397 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise()
400 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise()
401 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise()
406 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise()
407 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise()
410 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise()
411 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise()
418 nxyz0 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise()
419 nxyz1 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dnoise1234.c404 nxyz0 = grad4(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise4()
405 nxyz1 = grad4(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise4()
408 nxyz0 = grad4(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise4()
409 nxyz1 = grad4(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise4()
414 nxyz0 = grad4(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise4()
415 nxyz1 = grad4(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise4()
418 nxyz0 = grad4(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise4()
419 nxyz1 = grad4(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise4()
426 nxyz0 = grad4(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise4()
427 nxyz1 = grad4(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise4()
[all …]
/dports/devel/gitolite/gitolite-3.6.12/t/
H A Dinfo-json.t54 perm('t1', 'R W c');
55 perm('t2', 'R w c');
56 perm('t3', 'r w c');
63 perm('t1', 'R w c');
64 perm('t2', 'R W c');
65 perm('t3', 'r w c');
72 perm('t1', 'r w c');
73 perm('t2', 'r w c');
74 perm('t3', 'R W c');
81 perm('t1', 'r w c');
[all …]
/dports/audio/re/re-0.5.8/src/turn/
H A Dperm.c26 struct perm {
38 static int createperm_request(struct perm *perm, bool reset_ls);
43 struct perm *perm = arg;
53 const struct perm *perm = le->data;
68 struct perm *perm = arg;
82 struct perm *perm = arg;
90 tmr_start(&perm->tmr, PERM_REFRESH * 1000, timeout, perm);
92 perm->ph(perm->arg);
151 struct perm *perm;
160 perm = mem_zalloc(sizeof(*perm), destructor);
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/tst/standard/
H A Dattrinv.tst60 [ <empty partial perm>, <identity partial perm on [ 1 ]>,
66 [ <empty partial perm>, <identity partial perm on [ 1 ]>,
171 <identity partial perm on [ 6 ]>, <empty partial perm> ] ]
199 <identity partial perm on [ 1 ]>, <empty partial perm> ] ]
230 <identity partial perm on [ 1 ]>, <empty partial perm> ] ]
247 <identity partial perm on [ 4 ]>, <empty partial perm> ] ]
294 <identity partial perm on [ 1 ]>, <empty partial perm> ] ]
323 <identity partial perm on [ 7 ]>, <empty partial perm> ] ]
335 <identity partial perm on [ 6 ]>, <empty partial perm> ] ]
346 <identity partial perm on [ 3 ]>, <empty partial perm> ] ]
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dnoise.cpp324 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx0, fy0, fz0, fw0); in noise()
325 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx0, fy0, fz0, fw1); in noise()
328 nxyz0 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw0]]]], fx0, fy0, fz1, fw0); in noise()
329 nxyz1 = grad(perm[ix0 + perm[iy0 + perm[iz1 + perm[iw1]]]], fx0, fy0, fz1, fw1); in noise()
334 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw0]]]], fx0, fy1, fz0, fw0); in noise()
335 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz0 + perm[iw1]]]], fx0, fy1, fz0, fw1); in noise()
338 nxyz0 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw0]]]], fx0, fy1, fz1, fw0); in noise()
339 nxyz1 = grad(perm[ix0 + perm[iy1 + perm[iz1 + perm[iw1]]]], fx0, fy1, fz1, fw1); in noise()
346 nxyz0 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw0]]]], fx1, fy0, fz0, fw0); in noise()
347 nxyz1 = grad(perm[ix1 + perm[iy0 + perm[iz0 + perm[iw1]]]], fx1, fy0, fz0, fw1); in noise()
[all …]
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dupnppermissions.c72 if(perm->eport_min > perm->eport_max) in read_permission_line()
81 perm->eport_min = perm->eport_max = (u_short)i; in read_permission_line()
160 if(perm->iport_min > perm->iport_max) in read_permission_line()
169 perm->iport_min = perm->iport_max = (u_short)i; in read_permission_line()
178 perm->eport_min, perm->eport_max, ntohl(perm->address.s_addr), in read_permission_line()
179 ntohl(perm->mask.s_addr), perm->iport_min, perm->iport_max); in read_permission_line()
200 perm->eport_min, perm->eport_max, ntohl(perm->address.s_addr), in write_permlist()
201 ntohl(perm->mask.s_addr), perm->iport_min, perm->iport_max); in write_permlist()
216 if( (eport < perm->eport_min) || (perm->eport_max < eport)) in match_permission()
221 != (perm->address.s_addr & perm->mask.s_addr) ) in match_permission()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/
H A DPolicyEditorParsingTest.java127 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testNormalPolicy()
139 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testNormalPolicyWithCRLFEndings()
151 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testNormalPolicyWithLFEndings()
163 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testNormalPolicyWithMixedEndings()
172 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testCommentHeaders()
180 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testCommentBlockedPermission()
188 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testCommentBlockedPolicy()
196 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testCommentedLine()
208 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testMultiplePermissions()
222 assertFalse("Permission " + perm + " should not be granted", permissions.get(perm)); in testMultiplePermissionsPerLine()
[all …]
/dports/security/pear-Horde_Share/Horde_Share-2.2.0/lib/Horde/Share/
H A DObject.php148 $this->setPermission($perm);
161 $this->setPermission($perm);
174 $this->setPermission($perm);
187 $this->setPermission($perm);
200 $this->setPermission($perm);
261 $this->setPermission($perm);
273 $this->setPermission($perm);
285 $this->setPermission($perm);
297 $this->setPermission($perm);
309 $this->setPermission($perm);
[all …]

12345678910>>...341