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

  /src/external/gpl3/gdb/dist/gdb/arch/
xtensa.h 34 xtensa_elf_greg_t lcount; member in struct:__anon17794
  /src/external/gpl3/gdb.old/dist/gdb/arch/
xtensa.h 34 xtensa_elf_greg_t lcount; member in struct:__anon20535
  /src/external/gpl3/gdb/dist/gdbsupport/
format.cc 122 int seen_hash = 0, seen_zero = 0, lcount = 0, seen_prec = 0; local
207 lcount++;
211 lcount++;
248 lcount = 2;
272 else if (lcount == 0)
274 else if (lcount == 1)
284 this_argclass = lcount == 0 ? int_arg : wide_char_arg;
285 if (lcount > 1 || seen_h || seen_big_l)
293 if (lcount || seen_h || seen_big_l)
316 this_argclass = lcount == 0 ? string_arg : wide_string_arg
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
format.cc 122 int seen_hash = 0, seen_zero = 0, lcount = 0, seen_prec = 0; local
207 lcount++;
211 lcount++;
248 lcount = 2;
272 else if (lcount == 0)
274 else if (lcount == 1)
284 this_argclass = lcount == 0 ? int_arg : wide_char_arg;
285 if (lcount > 1 || seen_h || seen_big_l)
293 if (lcount || seen_h || seen_big_l)
316 this_argclass = lcount == 0 ? string_arg : wide_string_arg
    [all...]
  /src/usr.bin/tip/
cmds.c 293 int ccount, lcount; local
312 lcount = 0;
348 (void)printf("\r%d", ++lcount);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 86 unsigned long lcount; variable
561 lcount++;
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
test-data.c 85 size_t lcount = 0, bcount = 0; local
99 lcount++;
122 if (!bad && (lcount > 1)) {
123 hex_values[lcount - 2] = val;
130 if (lcount == 1) {
132 } else if (lcount > 1) {
134 values[lcount - 2] = val;
147 hex_values[lcount - 2] = hexval;
153 lcount--;
158 if (lcount > 9)
    [all...]
  /src/sys/uvm/pmap/
pmap.c 2447 int lcount = 0; local
2450 lcount++;
2453 if (lcount != 0)
2456 lcount++;
2460 if (lcount != 0)
2467 lcount = 0;
2470 lcount++;
2473 if (lcount != 0)
2476 lcount++;
2479 if (lcount != 0
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
tools.c 1448 int i, rc, lcount; local
1517 lcount = (ic->count-ic->offset) & (IDBLOCK-1);
1518 if ( !ic->tail || lcount == 0) {
1532 if ( lcount )
1533 ice->ids[lcount-1] = 0;
1538 if (!lcount || ice->ids[lcount-1] != id) {
1539 ice->ids[lcount] = id;
  /src/sys/dev/scsipi/
cd.c 123 int lcount; /* bytes copied to first buffer */ member in struct:cdbounce
577 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount);
583 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount);
670 bounce->lcount = imin(count - bounce->head, bp->b_bcount);
671 bounce->rcount = bp->b_bcount - bounce->lcount;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 10409 int vcount = 0, lcount = 0;
10486 lcount++;
10686 || vcount == lcount * (dwarf2out_locviews_in_attribute () ? 1 : 0));
10397 int vcount = 0, lcount = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 10367 int vcount = 0, lcount = 0;
10444 lcount++;
10644 || vcount == lcount * (dwarf2out_locviews_in_attribute () ? 1 : 0));
10355 int vcount = 0, lcount = 0; local

Completed in 82 milliseconds