Home
last modified time | relevance | path

Searched refs:PERMUTE (Results 1 - 7 of 7) sorted by relevance

/third_party/ninja/src/
H A Dgetopt.c52 environment variable POSIXLY_CORRECT is defined, PERMUTE otherwise.
60 PERMUTE is the default. We permute the contents of ARGV as we scan, so that
99 PERMUTE, enumerator
149 GETOPT_ORDERING_T ordering = PERMUTE; in getopt_internal()
182 ordering = (getenv ("POSIXLY_CORRECT") != NULL) ? REQUIRE_ORDER : PERMUTE; in getopt_internal()
192 case PERMUTE: in getopt_internal()
363 if (ordering == PERMUTE && optwhere == 1 && num_nonopts != 0) in getopt_internal()
/third_party/backends/lib/
H A Dgetopt.c171 POSIXLY_CORRECT is defined, PERMUTE otherwise.
180 PERMUTE is the default. We permute the contents of ARGV as we scan,
198 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
427 ordering = PERMUTE;
568 if (ordering == PERMUTE)
197 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER global() enumerator
/third_party/ffmpeg/libavcodec/x86/
H A Ddct32.asm279 PERMUTE 9,10, 10,12, 11,14, 12,9, 13,11, 14,13
326 PERMUTE 1,8, 3,9, 5,10, 7,11, 9,12, 11,13, 13,14, 8,1, 10,3, 12,5, 14,7
H A Dh264_idct_10bit.asm536 PERMUTE 1,9, 2,10, 3,11, 5,1, 6,2, 7,3, 9,13, 10,14, 11,15, 13,5, 14,6, 15,7
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h206 PERMUTE,
H A DSystemZISelLowering.cpp4121 return DAG.getNode(SystemZISD::PERMUTE, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN()
4447 return DAG.getNode(SystemZISD::PERMUTE, DL, MVT::v16i8, Ops[0], Ops[1], Op2); in getGeneralPermuteNode()
5357 OPCODE(PERMUTE); in getTargetNodeName()
6456 // VECTOR PERMUTE DWORD IMMEDIATE selects one element from each source. in getDemandedSrcElements()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1043 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
1048 %macro PERMUTE 2-* ; takes a list of pairs to swap

Completed in 19 milliseconds