HomeSort by: relevance | last modified time | path
    Searched refs:comma (Results 1 - 25 of 310) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/m32c/
misc.h 25 char *comma (unsigned int u);
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb/dist/sim/rx/
misc.h 25 char *comma (unsigned int u);
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
misc.h 25 char *comma (unsigned int u);
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb.old/dist/sim/rx/
misc.h 25 char *comma (unsigned int u);
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/bsd/ipf/dist/lib/
printfr.c 247 char *comma = " "; local
262 fputs(comma, stdout);
266 comma = ",";
269 fputs(comma, stdout);
273 comma = ",";
276 fputs(comma, stdout);
280 comma = ",";
283 fputs(comma, stdout);
287 comma = ",";
290 fputs(comma, stdout)
375 char *comma = ""; local
    [all...]
  /src/etc/rc.d/
sysdb 28 comma=" "
47 $echo -n "$comma${src##*/}"
48 comma=", "
85 $echo -n "${comma}utmp$i"
86 comma=", "
  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 187 char *comma = ""; local
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
224 info->fprintf_func (info->stream, "%s", comma);
257 info->fprintf_func (info->stream, "%s", comma);
265 info->fprintf_func (info->stream, "%s", comma);
270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
282 info->fprintf_func (info->stream, "%s%s", comma, operand[i])
    [all...]
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 187 char *comma = ""; local
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
224 info->fprintf_func (info->stream, "%s", comma);
257 info->fprintf_func (info->stream, "%s", comma);
265 info->fprintf_func (info->stream, "%s", comma);
270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
282 info->fprintf_func (info->stream, "%s%s", comma, operand[i])
    [all...]
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 187 char *comma = ""; local
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
224 info->fprintf_func (info->stream, "%s", comma);
257 info->fprintf_func (info->stream, "%s", comma);
265 info->fprintf_func (info->stream, "%s", comma);
270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
282 info->fprintf_func (info->stream, "%s%s", comma, operand[i])
    [all...]
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 187 char *comma = ""; local
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
224 info->fprintf_func (info->stream, "%s", comma);
257 info->fprintf_func (info->stream, "%s", comma);
265 info->fprintf_func (info->stream, "%s", comma);
270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
282 info->fprintf_func (info->stream, "%s%s", comma, operand[i])
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 278 char *ptr = buf, *tmp_ptr = NULL, *arg, *comma; local
321 comma = rindex(arg, ',');
323 if (comma == NULL) {
327 comma = arg;
328 tmp_int = atoi(comma);
338 *comma++ = '\0';
339 tmp_int = atoi(comma);
350 comma = rindex(arg, ',');
352 if (comma == NULL) {
356 comma = arg
    [all...]
  /src/external/historical/nawk/dist/
awkgram.y 76 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
116 comma: label
117 ',' | comma NL
200 | patlist comma pattern { $$ = linkum($1, $3); }
260 pattern comma pattern { $$ = linkum($1, $3); }
261 | plist comma pattern { $$ = linkum($1, $3); }
266 | pplist comma ppattern { $$ = linkum($1, $3); }
384 | GENSUB '(' reg_expr comma pattern comma pattern ')'
386 | GENSUB '(' pattern comma pattern comma pattern ')
    [all...]
  /src/external/bsd/tmux/dist/
style.c 260 const char *comma = "", *tmp = ""; local
275 off += xsnprintf(s + off, sizeof s - off, "%slist=%s", comma,
277 comma = ",";
298 off += xsnprintf(s + off, sizeof s - off, "%srange=%s", comma,
300 comma = ",";
311 off += xsnprintf(s + off, sizeof s - off, "%salign=%s", comma,
313 comma = ",";
322 off += xsnprintf(s + off, sizeof s - off, "%s%s", comma, tmp);
323 comma = ",";
326 off += xsnprintf(s + off, sizeof s - off, "%sfill=%s", comma,
    [all...]
  /src/external/gpl3/binutils/dist/cpu/
fr30.opc 171 char * comma = "";
181 comma = ",";
193 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
194 comma = ",";
  /src/external/gpl3/binutils.old/dist/cpu/
fr30.opc 171 char * comma = "";
181 comma = ",";
193 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
194 comma = ",";
  /src/external/gpl3/gdb/dist/cpu/
fr30.opc 171 char * comma = "";
181 comma = ",";
193 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
194 comma = ",";
  /src/external/gpl3/gdb.old/dist/cpu/
fr30.opc 171 char * comma = "";
181 comma = ",";
193 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
194 comma = ",";
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 256 const char *comma; local
424 for (comma = "", id = func_ids; id; comma = ",", id = id->next)
425 fprintf (out, "%s\"\n\t\t\"%s", comma,
497 for (comma = "", id = ind_func_ids; id; comma = ",", id = id->next)
498 fprintf (out, "%s\"\n\t\t\"%s", comma, id->ptx_name);
507 for (comma = "", ix = 0; ix != obj_count; comma = ",", ix++)
508 fprintf (out, "%s\n\t{ptx_code_%u, sizeof (ptx_code_%u)}", comma, ix, ix)
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>