HomeSort by: relevance | last modified time | path
    Searched defs:REPEAT (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
sysinfo.h 58 REPEAT = 259, /* REPEAT */
72 #define REPEAT 259
sysinfo.c 79 static char * repeat; variable
134 REPEAT = 259, /* REPEAT */
148 #define REPEAT 259
187 YYSYMBOL_REPEAT = 4, /* REPEAT */
617 "\"end of file\"", "error", "\"invalid token\"", "COND", "REPEAT",
1314 printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[0].s));
1316 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[0].s));
1333 oldrepeat = repeat;
1334 repeat = (yyvsp[0].s)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
sysinfo.h 58 REPEAT = 259, /* REPEAT */
72 #define REPEAT 259
sysinfo.c 79 static char * repeat; variable
134 REPEAT = 259, /* REPEAT */
148 #define REPEAT 259
187 YYSYMBOL_REPEAT = 4, /* REPEAT */
617 "\"end of file\"", "error", "\"invalid token\"", "COND", "REPEAT",
1314 printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[0].s));
1316 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[0].s));
1333 oldrepeat = repeat;
1334 repeat = (yyvsp[0].s)
    [all...]
  /src/external/bsd/unbound/dist/compat/
getentropy_linux.c 73 #define REPEAT 5
336 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
352 repeat = 2;
356 repeat = REPEAT;
361 for (j = 0; j < repeat; j++) {
getentropy_osx.c 68 #define REPEAT 5
208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
232 repeat = 2;
236 repeat = REPEAT;
241 for (j = 0; j < repeat; j++) {
getentropy_solaris.c 57 #define REPEAT 5
256 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
273 repeat = 2;
277 repeat = REPEAT;
282 for (j = 0; j < repeat; j++) {
  /src/sys/arch/vax/include/
qduser.h 405 #define LK_AR_ENABLE 0xE3 /* global auto repeat enable */
445 #define REPEAT 180
  /src/sys/dev/qbus/
qduser.h 398 #define LK_AR_ENABLE 0xE3 /* global auto repeat enable */
438 #define REPEAT 180
  /src/external/gpl3/binutils/dist/opcodes/
sh-opc.h 84 REPEAT,
713 /* 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},
715 /* repeat start end #<imm> */{"repeat",{A_DISP_PC,A_DISP_PC,A_IMM},{REPEAT,HEX_2,IMM0_8S,HEX_8}, arch_sh_dsp_up},
  /src/external/gpl3/binutils.old/dist/opcodes/
sh-opc.h 84 REPEAT,
713 /* 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},
715 /* repeat start end #<imm> */{"repeat",{A_DISP_PC,A_DISP_PC,A_IMM},{REPEAT,HEX_2,IMM0_8S,HEX_8}, arch_sh_dsp_up},
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 217 /* Print repeat counts if there are more than this many repetitions of an
1812 * the nibbles by 16, add Y and re-decimalize. Repeat with Z.
2347 /* Return the repeat count of the next character/byte in ITER,
2384 int repeat;
2424 repeat = current->repeat_count;
2426 return repeat;
2446 enum {START, SINGLE, REPEAT, INCOMPLETE, FINISH} state, last;
2500 case REPEAT:
2504 /* We are outputting a character with a repeat count
2516 /* Output the character and repeat string. *
2383 int repeat; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
sh-opc.h 84 REPEAT,
713 /* 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},
715 /* repeat start end #<imm> */{"repeat",{A_DISP_PC,A_DISP_PC,A_IMM},{REPEAT,HEX_2,IMM0_8S,HEX_8}, arch_sh_dsp_up},
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 217 /* Print repeat counts if there are more than this many repetitions of an
1738 * the nibbles by 16, add Y and re-decimalize. Repeat with Z.
2273 /* Return the repeat count of the next character/byte in ITER,
2310 int repeat;
2350 repeat = current->repeat_count;
2352 return repeat;
2372 enum {START, SINGLE, REPEAT, INCOMPLETE, FINISH} state, last;
2426 case REPEAT:
2430 /* We are outputting a character with a repeat count
2442 /* Output the character and repeat string. *
2309 int repeat; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
sh-opc.h 84 REPEAT,
713 /* 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},
715 /* repeat start end #<imm> */{"repeat",{A_DISP_PC,A_DISP_PC,A_IMM},{REPEAT,HEX_2,IMM0_8S,HEX_8}, arch_sh_dsp_up},
  /src/sys/dev/microcode/aic7xxx/
aic79xx_reg.h 3124 #define REPEAT 0x02

Completed in 34 milliseconds