Searched refs:REPEAT (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsysinfo.h33 REPEAT = 259, enumerator in enum:yytokentype
41 #define REPEAT 259 macro
H A Dsyslex.l79 "repeat" { return REPEAT;}
H A Dsysinfo.y44 %token REPEAT
180 repeat_it_field: '(' REPEAT NAME
H A Dsysinfo.c57 REPEAT = 259, enumerator in enum:yytokentype
65 #define REPEAT 259 macro
320 "$end", "error", "$undefined", "COND", "REPEAT", "'('", "')'", "TYPE",
/macosx-10.10/cups-408/cups/everywhere/
H A Ddocument-tests.test70 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
85 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
100 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
115 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
135 STATUS server-error-busy REPEAT-MATCH REPEAT
[all...]
H A Dipp-tests.test535 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
674 EXPECT job-state OF-TYPE unknown|enum IN-GROUP job-attributes-tag COUNT 1 WITH-VALUE >6 REPEAT-NO-MATCH REPEAT-LIMIT 30
853 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
971 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
1022 EXPECT job-state OF-TYPE unknown|enum IN-GROUP job-attributes-tag COUNT 1 WITH-VALUE >6 REPEAT-NO-MATCH REPEAT
[all...]
/macosx-10.10/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test199 STATUS server-error-busy REPEAT-MATCH
222 STATUS server-error-busy REPEAT-MATCH
245 STATUS server-error-busy REPEAT-MATCH
265 STATUS server-error-busy REPEAT-MATCH
288 STATUS server-error-busy REPEAT-MATCH
311 STATUS server-error-busy REPEAT-MATCH
331 STATUS server-error-busy REPEAT-MATCH
354 STATUS server-error-busy REPEAT-MATCH
377 STATUS server-error-busy REPEAT-MATCH
397 STATUS server-error-busy REPEAT
[all...]
H A Dipp-tests.test159 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
664 EXPECT job-state OF-TYPE unknown|enum IN-GROUP job-attributes-tag COUNT 1 WITH-VALUE >6 REPEAT-NO-MATCH REPEAT-LIMIT 30
826 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
938 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
1255 STATUS server-error-busy REPEAT-MATCH REPEAT
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dipp-everywhere.test199 STATUS server-error-busy REPEAT-MATCH
222 STATUS server-error-busy REPEAT-MATCH
245 STATUS server-error-busy REPEAT-MATCH
265 STATUS server-error-busy REPEAT-MATCH
288 STATUS server-error-busy REPEAT-MATCH
311 STATUS server-error-busy REPEAT-MATCH
331 STATUS server-error-busy REPEAT-MATCH
354 STATUS server-error-busy REPEAT-MATCH
377 STATUS server-error-busy REPEAT-MATCH
397 STATUS server-error-busy REPEAT
[all...]
H A Dmake-ippeverywhere-print-tests.sh31 STATUS server-error-busy REPEAT-MATCH
54 STATUS server-error-busy REPEAT-MATCH
77 STATUS server-error-busy REPEAT-MATCH
H A Dipp-1.1.test159 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
674 EXPECT job-state OF-TYPE unknown|enum IN-GROUP job-attributes-tag COUNT 1 WITH-VALUE >6 REPEAT-NO-MATCH REPEAT-LIMIT 30
836 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
948 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
1265 STATUS server-error-busy REPEAT-MATCH REPEAT
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c108 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); } macro
162 REPEAT(stride, *op = ToLinearF[*wp&mask]; wp++; op++)
165 REPEAT(stride,
228 REPEAT(stride, t0 = ToLinearF[*wp&mask] * SCALE12;
232 REPEAT(stride,
278 REPEAT(stride, *op = ToLinear16[*wp&mask]; wp++; op++)
281 REPEAT(stride,
325 REPEAT(stride, *op = *wp&mask; wp++; op++)
328 REPEAT(stride,
373 REPEAT(strid
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c104 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); } macro
161 REPEAT(stride, *op = ToLinearF[*wp&mask]; wp++; op++)
164 REPEAT(stride,
230 REPEAT(stride, t0 = ToLinearF[*wp&mask] * SCALE12;
234 REPEAT(stride,
283 REPEAT(stride, *op = ToLinear16[*wp&mask]; wp++; op++)
286 REPEAT(stride,
333 REPEAT(stride, *op = *wp&mask; wp++; op++)
336 REPEAT(stride,
384 REPEAT(strid
[all...]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLTexture.cpp48 , m_wrapS(GraphicsContext3D::REPEAT)
49 , m_wrapT(GraphicsContext3D::REPEAT)
116 case GraphicsContext3D::REPEAT:
125 case GraphicsContext3D::REPEAT:
/macosx-10.10/vim-55/runtime/syntax/
H A Dmodula3.vim37 syn keyword modula3Block PROCEDURE FUNCTION MODULE INTERFACE REPEAT THEN
H A Dcterm.vim109 "REPEAT
111 "END REPEAT
H A Dacedb.vim19 syn keyword acedbModifier UNIQUE REPEAT
H A Dcl.vim66 syn keyword clReserved ERROR EXIT INTERRUPT LOCKED LREPLY MODE MCOL MLINE MREPLY NULL REPLY V1 V2 V3 V4 V5 V6 V7 V8 V9 ZERO BYPASS GOING_BACK AAUTO ABORT ABORT ALIGN BIGE CONVERT FNUM GOBACK HANGUP JUSTIFY NEXIT OUTPUT RAUTO RAWDISPLAY RAWPRINT REPEAT SKIP TAB TRIM LCOUNT PCOUNT PLINES SLINES SCOLS MATCH LMATCH
H A Dmodsim3.vim33 syn keyword modsim3Keyword OVERRIDE PRIVATE PROTO REPEAT
H A Dmasm.vim45 syn region masmExpression start=+\.IF\s+lc=3 start=+\.WHILE\s+lc=6 start=+\.UNTIL\s+lc=6 start=+\<IF\s+lc=2 start=+\<IF2\s+lc=3 start=+\<ELSEIF\s+lc=6 start=+\<ELSEIF2\s+lc=7 start=+\<REPEAT\s+lc=6 start=+\<WHILE\s+lc=5 end=+$+ end=+;+me=e-1 contains=masmType,masmOperator,masmRegister,masmIdentifier,masmDecimal,masmBinary,masmHexadecimal,masmFloatRaw,masmString
92 syn keyword masmDirective RECORD REPEAT REPT SEGMENT SIZESTR STRUC
133 syn match masmDirective "\.REPEAT\>"
H A Dforth.vim156 syn keyword forthLoop BEGIN WHILE REPEAT UNTIL AGAIN
189 syn match forthDefine "\[REPEAT]"
H A Domnimark.vim35 syn keyword omnimarkKeywords REMOVE REOPEN REPEAT RESET RETHROW RETURN
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DCONVERT.mk156 .cvt.verify : .MAKE .FORCE .REPEAT
H A DTEST.mk161 .TESTINIT : .MAKE .VIRTUAL .FORCE .REPEAT
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dsh-opc.h77 REPEAT, enumerator in enum:__anon8082
710 /* repeat start end <REG_N> */{"repeat",{A_DISP_PC,A_DISP_PC,A_REG_N},{REPEAT,REG_N,HEX_1,HEX_4}, arch_sh_dsp_up},
712 /* repeat start end #<imm> */{"repeat",{A_DISP_PC,A_DISP_PC,A_IMM},{REPEAT,HEX_2,IMM0_8,HEX_8}, arch_sh_dsp_up},

Completed in 289 milliseconds

12