Searched refs:subpos (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenrecog.c905 char *subpos;
915 subpos = xmalloc (depth + 2);
916 strcpy (subpos, position);
917 subpos[depth + 1] = 0;
954 subpos[depth] = (i > 0 ? 'A' + i : 0);
956 last, subpos, insn_type, 0);
1044 subpos[depth] = i + base;
1046 &sub->success, subpos, insn_type, 0);
1063 subpos[depth] = i + '0';
1065 &sub->success, subpos, insn_typ
902 char *subpos; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsparc64-tdep.c670 int subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
673 element, subpos);
739 int subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
741 sparc64_extract_floating_fields (regcache, subtype, valbuf, subpos);
666 int subpos = bitpos + TYPE_FIELD_BITPOS (type, i); local
735 int subpos = bitpos + TYPE_FIELD_BITPOS (type, i); local
/freebsd-10.1-release/sys/dev/scd/
H A Dscd.c498 struct sony_subchannel_position_data subpos; local
503 if (read_subcode(sc, &subpos) != 0)
509 sc->data.last_play.start_m = subpos.abs_msf[0];
510 sc->data.last_play.start_s = subpos.abs_msf[1];
511 sc->data.last_play.start_f = subpos.abs_msf[2];

Completed in 59 milliseconds