Searched refs:permute (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/optparse/
H A Dtest_optparse.rb23 assert_equal(%w"", no_error {@opt.permute!(%w"")})
25 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"foo bar")})
27 assert_equal(%w"- foo bar", no_error {@opt.permute!(%w"- foo bar")})
29 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"-- foo bar")})
31 assert_equal(%w"foo - bar", no_error {@opt.permute!(%w"foo - bar")})
33 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"foo -- bar")})
35 assert_equal(%w"foo --help bar", no_error {@opt.permute!(%w"foo -- --help bar")})
46 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"-- foo bar")})
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dcommon.c65 permute(char ****list, size_t *listlen, function
75 permute(list, listlen, str, i+1, len);
94 permute(&all, size, list, 0, strings->num_strings);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DckDES.c461 static void permute(char *inblock, char perm[16][16][8], char *outblock) { function
494 permute(block,iperm,(char *)work); /* Initial Permutation */
513 permute((char *)work,fperm,block); /* Inverse initial permutation */
521 permute(block,iperm,(char *)work); /* Initial permutation */
542 permute((char *)work,fperm,block); /* Inverse initial permutation */
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DckDES.c461 static void permute(char *inblock, char perm[16][16][8], char *outblock) { function
494 permute(block,iperm,(char *)work); /* Initial Permutation */
513 permute((char *)work,fperm,block); /* Inverse initial permutation */
521 permute(block,iperm,(char *)work); /* Initial permutation */
542 permute((char *)work,fperm,block); /* Inverse initial permutation */
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dcaniter.h129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Dgetopt.c158 static void permute(apr_getopt_t *os) function
265 permute(os);
269 permute(os);
307 permute(os);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DMC.xotcl53 IndividualExam instproc permute {list} { ;### permute random permutation
67 foreach index [my permute [$exam set questions]] {
70 set alts [my permute [lsort [$questionObj info children]]]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dcaniter.cpp265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
286 // otherwise iterate through the string, and recursively permute all the other characters
302 // don't permute it
311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
312 permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c117 STATIC void init_des(), init_perm(), permute();
213 * To save space, however, we instead permute each code into the
301 { C_block tblk; permute((cpp),&tblk,(p),8); LOAD ((d),(d0),(d1),tblk); }
303 { C_block tblk; permute((cpp),&tblk,(p),4); LOAD ((d),(d0),(d1),tblk); }
306 permute(cp, out, p, chars_in) function
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddiva.vim78 syn match divaLVSFunctions "(\(permute\|prune\|remove\)Device\>"hs=s+1
79 syn match divaLVSFunctions "\<\(permute\|prune\|remove\)Device("he=e-1
H A Dmaple.vim323 syn keyword mvPkg_combinat Chi composition graycode numbcomb permute randperm
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c218 * To save space, however, we instead permute each code into the
309 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
311 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
313 static void permute(unsigned char *cp, C_block *out, register C_block *p, int chars_in) { function
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb1426 def permute(*argv) method in class:help.to_a
1428 permute!(argv)
1432 # Same as #permute, but removes switches destructively.
1435 def permute!(argv = default_argv)
1459 permute!(argv)
1913 def permute!() options.permute!(self) end
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcanittst.cpp129 // check permute
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c133 STATIC void init_des(), init_perm(), permute();
232 * To save space, however, we instead permute each code into the
320 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
322 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
325 STATIC void permute(cp, out, p, chars_in) function
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h856 /* permute(0)=0. This is intended and useful. */
857 static ub4 permute(ub4 x, ub4 nbits) function in namespace:objc_opt
887 scramble[i] = permute(i, log2u(smax));

Completed in 413 milliseconds