/ndk/sources/host-tools/make-3.81/ |
getopt.c | 157 POSIXLY_CORRECT is defined, PERMUTE otherwise. 166 PERMUTE is the default. We permute the contents of ARGV as we scan, 184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER 413 ordering = PERMUTE; 491 The elements of ARGV aren't really const, because we permute them. 542 if (ordering == PERMUTE) 590 /* If we have come to a non-option and did not permute it,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.in.h | 60 getopt_long_only can permute argv; this is required for backward 201 the environment, then do not permute arguments. */
|
getopt.c | 259 d->__ordering = PERMUTE; 396 if (d->__ordering == PERMUTE) 446 /* If we have come to a non-option and did not permute it,
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 267 mask = vec_lvsl(0, from); // create the permute mask 279 mask = vec_lvsl(0, from); // create the permute mask 311 edgeAlign = vec_lvsl(0, to); // permute map to extract edges 313 align = vec_lvsr( 0, to ); // permute map to misalign data 329 edgeAlign = vec_lvsl(0, to); // permute map to extract edges 331 align = vec_lvsr( 0, to ); // permute map to misalign data
|
/external/bison/darwin-lib/ |
getopt.h | 83 getopt_long_only can permute argv; this is required for backward 239 the environment, then do not permute arguments. */
|
/external/bison/lib/ |
getopt.in.h | 82 getopt_long_only can permute argv; this is required for backward 228 the environment, then do not permute arguments. */
|
getopt.c | 257 d->__ordering = PERMUTE; 335 The elements of ARGV aren't really const, because we permute them. 397 if (d->__ordering == PERMUTE) 447 /* If we have come to a non-option and did not permute it, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
canittst.cpp | 129 // check permute 136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
|
/external/icu4c/test/intltest/ |
canittst.cpp | 129 // check permute 136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
addressmap_unittest.cc | 92 // Permute pointers to get rid of allocation order issues
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
addressmap_unittest.cc | 92 // Permute pointers to get rid of allocation order issues
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | [all...] |
ARMScheduleSwift.td | [all...] |
/bionic/libc/netbsd/resolv/ |
res_random.c | 84 #define RU_ROUNDS 11 /* Number of rounds for permute (odd) */
|
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner.h | 89 // were to permute the parameter blocks such that all the cameras in
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
caniter.h | 128 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 214 /** vector permute */
|
/external/icu4c/common/unicode/ |
caniter.h | 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 117 'pbaspect','pcg','pcolor','peaks','perms','permute','pi','pie',
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.h | 61 PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 214 /** vector permute */
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-unicode-private.hh | 230 * We permute the "fixed-position" classes 10-26 into the order
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | 75 /* permute(0)=0. This is intended and useful. */ 76 static ub4 permute( function 106 scramble[i] = permute(i, phash_log2(smax)); 654 if ((*tabb)[i].val_b != 0) break; /* assumes permute(0) == 0 */ [all...] |
/external/harfbuzz_ng/src/ |
hb-unicode-private.hh | 230 * We permute the "fixed-position" classes 10-26 into the order
|
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 750 equal(strtok((char *)NULL, " ,"), "c", 16); /* Permute list too. */ 805 equal(strtok_r((char *)NULL, " ,", &cp), "c", 16); /* Permute list too. */ 871 equal(strsep(&cp, " ,"), "c", 25); /* Permute list too. */ 919 equal(strsep(&cp, ","), " c", 58); /* Permute list too. */ 930 equal(strsep(&cp, ",xy"), " c", 67); /* Permute list too. */ [all...] |