Searched refs:dstr (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-decode.c363 /** 0000 srcr 0000 dstr MOVA @%1, %0 */
367 int dstr AU = op[1] & 0x0f;
371 "/** 0000 srcr 0000 dstr MOVA @%1, %0 */",
374 printf (" dstr = 0x%x\n", dstr);
378 ID (MSO_mov); SM (srcr, 0); DR (dstr);
387 /** 0000 srcr 0001 dstr MOVA @%1+, %0 */
391 int dstr AU = op[1] & 0x0f;
395 "/** 0000 srcr 0001 dstr MOVA @%1+, %0 */",
398 printf (" dstr
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmsp430-decode.c363 /** 0000 srcr 0000 dstr MOVA @%1, %0 */
367 int dstr AU = op[1] & 0x0f;
371 "/** 0000 srcr 0000 dstr MOVA @%1, %0 */",
374 printf (" dstr = 0x%x\n", dstr);
378 ID (MSO_mov); SM (srcr, 0); DR (dstr);
387 /** 0000 srcr 0001 dstr MOVA @%1+, %0 */
391 int dstr AU = op[1] & 0x0f;
395 "/** 0000 srcr 0001 dstr MOVA @%1+, %0 */",
398 printf (" dstr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmsp430-decode.c363 /** 0000 srcr 0000 dstr MOVA @%1, %0 */
367 int dstr AU = op[1] & 0x0f;
371 "/** 0000 srcr 0000 dstr MOVA @%1, %0 */",
374 printf (" dstr = 0x%x\n", dstr);
378 ID (MSO_mov); SM (srcr, 0); DR (dstr);
387 /** 0000 srcr 0001 dstr MOVA @%1+, %0 */
391 int dstr AU = op[1] & 0x0f;
395 "/** 0000 srcr 0001 dstr MOVA @%1+, %0 */",
398 printf (" dstr
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmsp430-decode.c363 /** 0000 srcr 0000 dstr MOVA @%1, %0 */
367 int dstr AU = op[1] & 0x0f;
371 "/** 0000 srcr 0000 dstr MOVA @%1, %0 */",
374 printf (" dstr = 0x%x\n", dstr);
378 ID (MSO_mov); SM (srcr, 0); DR (dstr);
387 /** 0000 srcr 0001 dstr MOVA @%1+, %0 */
391 int dstr AU = op[1] & 0x0f;
395 "/** 0000 srcr 0001 dstr MOVA @%1+, %0 */",
398 printf (" dstr
[all...]
/netbsd-current/lib/libc/stdio/
H A Dfparseln.c96 static const char dstr[3] = { '\\', '\\', '#' }; local
111 str = dstr;
/netbsd-current/external/bsd/blocklist/port/
H A Dfparseln.c85 static const char dstr[3] = { '\\', '\\', '#' }; local
98 str = dstr;
/netbsd-current/sys/dev/pci/
H A Dhifn7751var.h88 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1]; member in struct:hifn_dma
115 #define HIFN_DSTR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), dstr, (i), (f))
H A Dhifn7751.c999 offsetof(struct hifn_dma, dstr[0]));
1215 dma->dstr[HIFN_D_DST_RSIZE].l = htole32(HIFN_D_VALID |
1260 dma->dstr[dsti].p = htole32(sc->sc_dmamap->dm_segs[0].ds_addr
1265 dma->dstr[dsti].l = htole32(4 | masks);
1323 dma->dstr[dsti].p = htole32(sc->sc_dmamap->dm_segs[0].ds_addr +
1328 dma->dstr[dsti].l = htole32(8 | masks);
1388 dma->dstr[HIFN_D_DST_RSIZE].p =
1390 offsetof(struct hifn_dma, dstr[0]));
1559 dma->dstr[idx].p = htole32(map->dm_segs[i].ds_addr);
1560 dma->dstr[id
[all...]
/netbsd-current/bin/pax/
H A Doptions.c1975 char *dstr; local
1981 if ((dstr = strdup(str)) == NULL) {
1985 frpt = endpt = dstr;
1997 free(dstr);
2002 free(dstr);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.cc572 char dstr[30];
573 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x),
574 sizeof (dstr), 0, 1);
575 fprintf (file, "$0f%s", dstr);
579 char dstr[30];
580 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x),
581 sizeof (dstr), 0, 1);
582 fprintf (file, "$0%c%s", ASM_DOUBLE_CHAR, dstr);
569 char dstr[30]; local
576 char dstr[30]; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.c617 char dstr[30];
618 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x),
619 sizeof (dstr), 0, 1);
620 fprintf (file, "$0f%s", dstr);
624 char dstr[30];
625 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x),
626 sizeof (dstr), 0, 1);
627 fprintf (file, "$0%c%s", ASM_DOUBLE_CHAR, dstr);
614 char dstr[30]; local
621 char dstr[30]; local
/netbsd-current/lib/libc/time/
H A Dzic.c2982 struct rule stdr, dstr; local
3034 dstr.r_month = TM_JANUARY;
3035 dstr.r_dycode = DC_DOM;
3036 dstr.r_dayofmonth = 1;
3037 dstr.r_tod = 0;
3038 dstr.r_todisstd = dstr.r_todisut = false;
3039 dstr.r_isdst = true;
3040 dstr.r_save = save < 0 ? save : -save;
3041 dstr
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d7402 auto dstr = to!dstring(strip(isoExtString));
7404 enforce(dstr.length >= 10, new DateTimeException(format("Invalid ISO Extended String: %s", isoExtString)));
7406 auto day = dstr[$-2 .. $];
7407 auto month = dstr[$-5 .. $-3];
7408 auto year = dstr[0 .. $-6];
7410 enforce(dstr[$-3] == '-', new DateTimeException(format("Invalid ISO Extended String: %s", isoExtString)));
7411 enforce(dstr[$-6] == '-', new DateTimeException(format("Invalid ISO Extended String: %s", isoExtString)));
7543 auto dstr = to!dstring(strip(simpleString));
7545 enforce(dstr.length >= 11, new DateTimeException(format("Invalid string format: %s", simpleString)));
7547 auto day = dstr[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dia64vms-stub.c387 struct dsc$descriptor_s dstr = local
399 status = sys$faol_64 (&dstr, &buf_desc.dsc$w_length, &buf_desc, args);
/netbsd-current/external/gpl3/gdb/dist/gdb/stubs/
H A Dia64vms-stub.c387 struct dsc$descriptor_s dstr = local
399 status = sys$faol_64 (&dstr, &buf_desc.dsc$w_length, &buf_desc, args);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d4555 dstring dstr = "+Foo";
4556 assert(!dstr.skipOver('.', '-'));
4557 assert(dstr == "+Foo");
4559 assert(dstr.skipOver('+', '-'));
4560 assert(dstr == "Foo");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c1560 char *dstr;
1568 dstr = XALLOCAVAR (char, len - 1);
1569 memcpy (dstr, str + 1, len - 2);
1570 dstr [len-2] = '\0';
1571 regexp = gen_regexp_sequence (dstr);
1556 char *dstr; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc1560 char *dstr;
1568 dstr = XALLOCAVAR (char, len - 1);
1569 memcpy (dstr, str + 1, len - 2);
1570 dstr [len-2] = '\0';
1571 regexp = gen_regexp_sequence (dstr);
1556 char *dstr; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c13220 char dstr[30];
13222 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1);
13223 fputs (dstr, file);
13196 char dstr[30]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc13731 char dstr[30];
13733 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1);
13734 fputs (dstr, file);

Completed in 618 milliseconds