Home
last modified time | relevance | path

Searched refs:REP (Results 1 – 25 of 58) sorted by relevance

123

/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py260 REP = 200000
262 run_test(REP, "int()", int)
263 run_test(REP, "int(999)", int)
264 run_test(REP, "c_int()", c_int)
265 run_test(REP, "c_int(999)", c_int)
266 run_test(REP, "c_int_S()", c_int_S)
267 run_test(REP, "c_int_S(999)", c_int_S)
Dtest_strings.py207 REP = 200000
209 run_test(REP, "c_string(None)", c_string, None)
210 run_test(REP, "c_string('abc')", c_string, 'abc')
/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py267 REP = 200000
269 run_test(REP, "int()", int)
270 run_test(REP, "int(999)", int)
271 run_test(REP, "c_int()", c_int)
272 run_test(REP, "c_int(999)", c_int)
273 run_test(REP, "c_int_S()", c_int_S)
274 run_test(REP, "c_int_S(999)", c_int_S)
Dtest_strings.py214 REP = 200000
216 run_test(REP, "c_string(None)", c_string, None)
217 run_test(REP, "c_string('abc')", c_string, 'abc')
/external/llvm/test/MC/AsmParser/
Dmacro-exitm.s4 .macro REP macro
10 REP
/external/llvm-project/llvm/test/MC/AsmParser/
Dmacro-exitm.s4 .macro REP macro
10 REP
/external/libchrome/libchrome_tools/uprev/
Dutils.py19 REP = 3 variable in DiffOperations
118 GitDiffTree(DiffOperations.REP,
143 op.append((DiffOperations.REP, target_file_map[i]))
Dgenerate_filtered_tree.py160 if op == utils.DiffOperations.ADD or op == utils.DiffOperations.REP:
/external/eigen/bench/
DBenchTimer.h170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
174 for(int uglyvarname2=0; uglyvarname2<REP; ++uglyvarname2){ \
/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h202 internal::RuntimeEstimationProgression REP; variable
226 const double ChangeRatio = REP.computeImprovement({Iterations, Elapsed});
227 Result.BestGuess = REP.CurrentEstimation;
/external/llvm-project/llvm/lib/Support/
Dregcomp.c1119 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1128 switch (REP(MAP(from), MAP(to))) { in repeat()
1129 case REP(0, 0): /* must be user doing this */ in repeat()
1132 case REP(0, 1): /* as x{1,1}? */ in repeat()
1133 case REP(0, N): /* as x{1,n}? */ in repeat()
1134 case REP(0, INF): /* as x{1,}? */ in repeat()
1144 case REP(1, 1): /* trivial case */ in repeat()
1147 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1159 case REP(1, INF): /* as x+ */ in repeat()
1163 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c991 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1000 switch (REP(MAP(from), MAP(to))) { in repeat()
1001 case REP(0, 0): /* must be user doing this */ in repeat()
1004 case REP(0, 1): /* as x{1,1}? */ in repeat()
1005 case REP(0, N): /* as x{1,n}? */ in repeat()
1006 case REP(0, INF): /* as x{1,}? */ in repeat()
1016 case REP(1, 1): /* trivial case */ in repeat()
1019 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1031 case REP(1, INF): /* as x+ */ in repeat()
1035 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/external/libcups/vcnet/regex/
Dregcomp.c919 # define REP(f, t) ((f)*8 + (t)) macro
928 switch (REP(MAP(from), MAP(to))) {
929 case REP(0, 0): /* must be user doing this */
932 case REP(0, 1): /* as x{1,1}? */
933 case REP(0, N): /* as x{1,n}? */
934 case REP(0, INF): /* as x{1,}? */
944 case REP(1, 1): /* trivial case */
947 case REP(1, N): /* as x?x{1,n-1} */
959 case REP(1, INF): /* as x+ */
963 case REP(N, N): /* as xx{m-1,n-1} */
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1119 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1128 switch (REP(MAP(from), MAP(to))) { in repeat()
1129 case REP(0, 0): /* must be user doing this */ in repeat()
1132 case REP(0, 1): /* as x{1,1}? */ in repeat()
1133 case REP(0, N): /* as x{1,n}? */ in repeat()
1134 case REP(0, INF): /* as x{1,}? */ in repeat()
1144 case REP(1, 1): /* trivial case */ in repeat()
1147 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1159 case REP(1, INF): /* as x+ */ in repeat()
1163 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/external/llvm/lib/Support/
Dregcomp.c991 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1000 switch (REP(MAP(from), MAP(to))) { in repeat()
1001 case REP(0, 0): /* must be user doing this */ in repeat()
1004 case REP(0, 1): /* as x{1,1}? */ in repeat()
1005 case REP(0, N): /* as x{1,n}? */ in repeat()
1006 case REP(0, INF): /* as x{1,}? */ in repeat()
1016 case REP(1, 1): /* trivial case */ in repeat()
1019 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1031 case REP(1, INF): /* as x+ */ in repeat()
1035 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrSystem.td577 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB, REP;
583 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP;
584 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
585 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
586 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;
587 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB, REP;
591 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP;
592 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
595 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
DX86InstrCompiler.td348 [(X86rep_movs i8)]>, REP, AdSize32,
352 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16,
356 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32,
360 [(X86rep_movs i64)]>, REP, AdSize32,
367 [(X86rep_movs i8)]>, REP, AdSize64,
371 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16,
375 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32,
379 [(X86rep_movs i64)]>, REP, AdSize64,
388 [(X86rep_stos i8)]>, REP, AdSize32,
393 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16,
[all …]
DX86.td378 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
379 // "string operations"). See "REP String Enhancement" in the Intel Software
380 // Development Manual. This feature essentially means that REP MOVSB will copy
386 "REP MOVS/STOS are fast">;
388 // Icelake and newer processors have Fast Short REP MOV.
392 "REP MOVSB of short lengths is faster">;
/external/swiftshader/src/Shader/
DVertexProgram.hpp109 void REP(const Src &integerRegister);
DPixelProgram.hpp131 void REP(const Src &integerRegister);
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td384 [(X86rep_movs i8)], IIC_REP_MOVS>, REP,
387 [(X86rep_movs i16)], IIC_REP_MOVS>, REP, OpSize16,
390 [(X86rep_movs i32)], IIC_REP_MOVS>, REP, OpSize32,
396 [(X86rep_movs i8)], IIC_REP_MOVS>, REP,
399 [(X86rep_movs i16)], IIC_REP_MOVS>, REP, OpSize16,
402 [(X86rep_movs i32)], IIC_REP_MOVS>, REP, OpSize32,
405 [(X86rep_movs i64)], IIC_REP_MOVS>, REP,
413 [(X86rep_stos i8)], IIC_REP_STOS>, REP,
417 [(X86rep_stos i16)], IIC_REP_STOS>, REP, OpSize16,
421 [(X86rep_stos i32)], IIC_REP_STOS>, REP, OpSize32,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td381 [(X86rep_movs i8)]>, REP, AdSize32,
385 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16,
389 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32,
393 [(X86rep_movs i64)]>, REP, AdSize32,
400 [(X86rep_movs i8)]>, REP, AdSize64,
404 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16,
408 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32,
412 [(X86rep_movs i64)]>, REP, AdSize64,
421 [(X86rep_stos i8)]>, REP, AdSize32,
426 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16,
[all …]
/external/cpuinfo/test/dmesg/
Dhuawei-p9-lite.log4165 [ 5.839324s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 52(arg=0xc00) REP time out
4166 [ 5.840148s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 52(arg=0x80000c08) REP time out
4167 [ 5.844146s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 8(arg=0x1aa) REP time out
4168 [ 5.844970s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 5(arg=0x0) REP time out
4169 [ 5.845794s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 5(arg=0x0) REP time out
4170 [ 5.846618s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 5(arg=0x0) REP time out
4171 [ 5.847442s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 5(arg=0x0) REP time out
4172 [ 5.848266s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 55(arg=0x0) REP time out
4173 [ 5.849090s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 55(arg=0x0) REP time out
4174 [ 5.849914s][pid:0,cpu0,swapper/0]dwmmc_hs hi_mci.1: CMD 55(arg=0x0) REP time out
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c494 OPC(REP),
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h455 REP = 1 << REPShift, enumerator

123