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

  /src/sys/arch/sparc64/include/
asm.h 80 * Split 64-bit value in 1 reg into high and low halves.
83 #define SPLIT(s, r0, r1) \
  /src/external/gpl2/groff/dist/src/preproc/eqn/
eqn.y 81 %token SPLIT
108 %right LPILE RPILE CPILE PILE TEXT QUOTED_TEXT MATRIX MARK LINEUP '^' '~' '\t' '{' SPLIT NOSPLIT
197 | SPLIT QUOTED_TEXT
lex.cpp 120 { "split", SPLIT },
  /src/external/historical/nawk/dist/
awkgram.y 89 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
421 | SPLIT '(' pattern comma varname comma pattern ')' /* string */
422 { $$ = op4(SPLIT, $3, makearr($5), $7, (Node*)STRING); }
423 | SPLIT '(' pattern comma varname comma reg_expr ')' /* const /regexp/ */
424 { $$ = op4(SPLIT, $3, makearr($5), (Node*)makedfa($7, 1), (Node *)REGEXPR); free($7); }
425 | SPLIT '(' pattern comma varname ')'
426 { $$ = op4(SPLIT, $3, makearr($5), NIL, (Node*)STRING); } /* default */
maketab.c 86 { SPLIT, "split", "split" },
lex.c 91 { "split", SPLIT, SPLIT },
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 230 SPLIT = 429,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 234 SPLIT = 429,
conflex.c 1423 return SPLIT;
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 43 returns 0 if the rtl could not be split, or it returns the split
75 3. Look for common subtrees and split them out into "pattern" routines.
85 we can split the associated matching code out into a subroutine.
99 4. Split the matching trees into functions, trying to limit the
176 we split it out into a subroutine. */
250 SUBPATTERN, RECOG, SPLIT, PEEPHOLE2
639 mistake. Only DEFINE_INSN is eligible, since SPLIT and
1176 /* Accept u.acceptance. Always succeeds for SUBPATTERN, RECOG and SPLIT.
3112 split them into subroutines. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 43 returns 0 if the rtl could not be split, or it returns the split
75 3. Look for common subtrees and split them out into "pattern" routines.
85 we can split the associated matching code out into a subroutine.
99 4. Split the matching trees into functions, trying to limit the
176 we split it out into a subroutine. */
250 SUBPATTERN, RECOG, SPLIT, PEEPHOLE2
639 mistake. Only DEFINE_INSN is eligible, since SPLIT and
1176 /* Accept u.acceptance. Always succeeds for SUBPATTERN, RECOG and SPLIT.
3112 split them into subroutines. *
    [all...]
  /src/sys/arch/sparc64/sparc64/
copy.S 829 SPLIT(%o0, %o0, %o1)
  /src/external/mpl/dhcp/dist/common/
conflex.c 1445 return SPLIT;
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 268 # -split section|chapter|none
275 $T2H_OPTIONS -> {split} =
279 verbose => 'split document on section|chapter else no splitting',
287 # on -split chapter
491 # if set and $T2H_SPLIT is set, then split index pages at the next letter
786 join("</H1>\n<H1>", split(/\n/, $T2H_THISDOC{fulltitle})) .
1329 $SPLIT = 0;
2164 verbose => 'obsolete, use "-split no" instead',
2171 verbose => 'obsolete, use "-split section" instead',
2178 verbose => 'obsolete, use "-split chapter" instead'
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 268 # -split section|chapter|none
275 $T2H_OPTIONS -> {split} =
279 verbose => 'split document on section|chapter else no splitting',
287 # on -split chapter
491 # if set and $T2H_SPLIT is set, then split index pages at the next letter
786 join("</H1>\n<H1>", split(/\n/, $T2H_THISDOC{fulltitle})) .
1329 $SPLIT = 0;
2164 verbose => 'obsolete, use "-split no" instead',
2171 verbose => 'obsolete, use "-split section" instead',
2178 verbose => 'obsolete, use "-split chapter" instead'
    [all...]
  /src/external/mpl/dhcp/dist/server/
confpars.c 903 u_int32_t split; local
1099 case SPLIT:
1111 split = atoi (val);
1112 if (split > 256) {
1113 parse_warn (cfile, "split must be between "
1117 for (i = 0; i < split; i++) {
1118 if (i < split)
1179 "primary failover server must have hba or split.");

Completed in 83 milliseconds