HomeSort by: relevance | last modified time | path
    Searched defs:valbuf (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/games/mille/
comp.c 60 int valbuf[HAND_SZ], count[NUM_CARDS]; local
180 value = valbuf;
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 124 const gdb_byte *valbuf)
132 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
136 regval = extract_unsigned_integer (valbuf + 4,
390 extract and copy its value into `valbuf'. */
398 bfd_byte *valbuf = dst; local
405 store_unsigned_integer (valbuf, (len > 4 ? len - 4 : len), byte_order, tmp);
412 store_unsigned_integer (valbuf + len - 4, 4, byte_order, tmp);
m32r-tdep.c 242 const gdb_byte *valbuf)
249 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
254 regval = extract_unsigned_integer (valbuf + 4,
664 gdb_byte valbuf[M32R_ARG_REGISTER_SIZE]; local
694 memset (valbuf, 0, sizeof (valbuf));
700 store_unsigned_integer (valbuf, 4, byte_order,
704 val = valbuf;
709 memcpy (valbuf + (register_size (gdbarch, argreg) - len),
711 val = valbuf;
    [all...]
amd64-windows-tdep.c 183 const gdb_byte *valbuf = args[i]->contents ().data (); local
192 write_memory (sp, valbuf, len);
195 = value_addr (value_from_contents_and_address (type, valbuf, sp));
208 gdb::array_view<const gdb_byte> valbuf = arg->contents (); local
212 gdb_assert (valbuf.size () <= 8);
213 std::copy (valbuf.begin (), valbuf.end (), buf.begin ());
302 const gdb_byte *valbuf = stack_args[i]->contents ().data (); local
304 write_memory (sp + element * 8, valbuf, type->length ());
bfin-tdep.c 614 bfd_byte *valbuf = dst; local
624 store_unsigned_integer (valbuf, (len > 4 ? 4 : len), byte_order, tmp);
626 valbuf += 4;
638 const bfd_byte *valbuf = src; local
651 regs->cooked_write (regno++, valbuf);
653 valbuf += 4;
mn10300-tdep.c 172 struct regcache *regcache, const gdb_byte *valbuf)
185 regcache->raw_write_part (reg, 0, len, valbuf);
188 regcache->raw_write (reg, valbuf);
190 regcache->raw_write_part (reg + 1, 0, len - regsz, valbuf + regsz);
198 struct regcache *regcache, void *valbuf)
214 memcpy (valbuf, buf, len);
219 memcpy (valbuf, buf, regsz);
222 memcpy ((char *) valbuf + regsz, buf, len - regsz);
1171 gdb_byte valbuf[MN10300_MAX_REGISTER_SIZE]; local
1214 store_unsigned_integer (valbuf, push_size, byte_order
    [all...]
or1k-tdep.c 663 gdb_byte valbuf[sizeof (ULONGEST)];
695 store_unsigned_integer (valbuf, bpa, byte_order, valaddr);
697 val = valbuf;
785 gdb_byte valbuf[sizeof (ULONGEST)];
796 store_unsigned_integer (valbuf, bpa, byte_order,
799 val = valbuf;
661 gdb_byte valbuf[sizeof (ULONGEST)]; local
783 gdb_byte valbuf[sizeof (ULONGEST)]; local
frv-tdep.c 1108 gdb_byte *valbuf)
1118 store_unsigned_integer (valbuf, len, byte_order, gpr8_val);
1125 store_unsigned_integer (valbuf, 4, byte_order, regval);
1127 store_unsigned_integer ((bfd_byte *) valbuf + 4, 4, byte_order, regval);
1145 gdb_byte valbuf[4]; local
1163 store_unsigned_integer (valbuf, 4, byte_order, entry_point);
1164 write_memory (descr, valbuf, 4);
1165 store_unsigned_integer (valbuf, 4, byte_order,
1167 write_memory (descr + 4, valbuf, 4);
1199 gdb_byte valbuf[4] local
    [all...]
sh-tdep.c 879 static gdb_byte valbuf[4]; local
881 memset (valbuf, 0, sizeof (valbuf));
886 memcpy (valbuf + (4 - len), val->contents ().data (), len);
888 memcpy (valbuf, val->contents ().data (), len);
889 return valbuf;
1266 regbuf), and copy it into valbuf. Extract from an array REGBUF
1268 TYPE, and copy that, in virtual format, into VALBUF. */
1271 gdb_byte *valbuf)
1282 store_unsigned_integer (valbuf, len, byte_order, c)
    [all...]
sparc-tdep.c 672 const bfd_byte *valbuf = args[i]->contents ().data ();
680 memcpy (buf + 4 - len, valbuf, len);
681 valbuf = buf;
691 regcache->cooked_write (regnum, valbuf);
693 regcache->cooked_write (regnum + 1, valbuf + 4);
697 write_memory (sp + 4 + element * 4, valbuf, len);
1400 that into VALBUF. */
1404 gdb_byte *valbuf)
1430 memcpy (valbuf, buf, len);
1442 memcpy (valbuf, buf, 8)
667 const bfd_byte *valbuf = args[i]->contents ().data (); local
    [all...]
sparc64-tdep.c 1205 that has type TYPE and is stored at BITPOS in VALBUF in the
1212 const gdb_byte *valbuf, int element, int bitpos)
1224 valbuf += bitpos / 8;
1228 memcpy (buf + 8 - len, valbuf, len);
1229 valbuf = buf;
1233 regcache->cooked_write (regnum + n, valbuf + n * 4);
1246 regcache->cooked_write (regnum, valbuf);
1254 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1262 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1274 sparc64_store_floating_fields (regcache, subtype, valbuf,
1486 const gdb_byte *valbuf = args[i]->contents ().data (); local
    [all...]
amd64-tdep.c 962 const gdb_byte *valbuf = args[i]->contents ().data ();
997 memcpy (buf, valbuf + j * 8, std::min (len, 8));
1014 const gdb_byte *valbuf = stack_args[i]->contents ().data ();
1017 write_memory (sp + element * 8, valbuf, len);
960 const gdb_byte *valbuf = args[i]->contents ().data (); local
1012 const gdb_byte *valbuf = stack_args[i]->contents ().data (); local
hppa-tdep.c 969 const bfd_byte *valbuf;
1057 valbuf = fptrbuf;
1061 valbuf = arg->contents ().data ();
1065 write_memory (sp + offset, valbuf, len);
1071 valbuf);
1073 valbuf += std::min (len, 8);
968 const bfd_byte *valbuf; local
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 124 const gdb_byte *valbuf)
132 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
136 regval = extract_unsigned_integer (valbuf + 4,
389 extract and copy its value into `valbuf'. */
397 bfd_byte *valbuf = dst; local
404 store_unsigned_integer (valbuf, (len > 4 ? len - 4 : len), byte_order, tmp);
411 store_unsigned_integer (valbuf + len - 4, 4, byte_order, tmp);
m32r-tdep.c 242 const gdb_byte *valbuf)
249 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
254 regval = extract_unsigned_integer (valbuf + 4,
664 gdb_byte valbuf[M32R_ARG_REGISTER_SIZE]; local
694 memset (valbuf, 0, sizeof (valbuf));
700 store_unsigned_integer (valbuf, 4, byte_order,
704 val = valbuf;
709 memcpy (valbuf + (register_size (gdbarch, argreg) - len),
711 val = valbuf;
    [all...]
amd64-windows-tdep.c 183 const gdb_byte *valbuf = args[i]->contents ().data (); local
192 write_memory (sp, valbuf, len);
195 = value_addr (value_from_contents_and_address (type, valbuf, sp));
209 const gdb_byte *valbuf = arg->contents ().data (); local
214 memcpy (buf, valbuf, std::min (type->length (), (ULONGEST) 8));
299 const gdb_byte *valbuf = stack_args[i]->contents ().data (); local
301 write_memory (sp + element * 8, valbuf, type->length ());
bfin-tdep.c 614 bfd_byte *valbuf = dst; local
624 store_unsigned_integer (valbuf, (len > 4 ? 4 : len), byte_order, tmp);
626 valbuf += 4;
638 const bfd_byte *valbuf = src; local
651 regs->cooked_write (regno++, valbuf);
653 valbuf += 4;
mn10300-tdep.c 172 struct regcache *regcache, const gdb_byte *valbuf)
185 regcache->raw_write_part (reg, 0, len, valbuf);
188 regcache->raw_write (reg, valbuf);
190 regcache->raw_write_part (reg + 1, 0, len - regsz, valbuf + regsz);
198 struct regcache *regcache, void *valbuf)
214 memcpy (valbuf, buf, len);
219 memcpy (valbuf, buf, regsz);
222 memcpy ((char *) valbuf + regsz, buf, len - regsz);
1171 gdb_byte valbuf[MN10300_MAX_REGISTER_SIZE]; local
1214 store_unsigned_integer (valbuf, push_size, byte_order
    [all...]
or1k-tdep.c 663 gdb_byte valbuf[sizeof (ULONGEST)];
695 store_unsigned_integer (valbuf, bpa, byte_order, valaddr);
697 val = valbuf;
785 gdb_byte valbuf[sizeof (ULONGEST)];
796 store_unsigned_integer (valbuf, bpa, byte_order,
799 val = valbuf;
661 gdb_byte valbuf[sizeof (ULONGEST)]; local
783 gdb_byte valbuf[sizeof (ULONGEST)]; local
frv-tdep.c 1109 gdb_byte *valbuf)
1119 store_unsigned_integer (valbuf, len, byte_order, gpr8_val);
1126 store_unsigned_integer (valbuf, 4, byte_order, regval);
1128 store_unsigned_integer ((bfd_byte *) valbuf + 4, 4, byte_order, regval);
1146 gdb_byte valbuf[4]; local
1164 store_unsigned_integer (valbuf, 4, byte_order, entry_point);
1165 write_memory (descr, valbuf, 4);
1166 store_unsigned_integer (valbuf, 4, byte_order,
1168 write_memory (descr + 4, valbuf, 4);
1200 gdb_byte valbuf[4] local
    [all...]
sh-tdep.c 879 static gdb_byte valbuf[4]; local
881 memset (valbuf, 0, sizeof (valbuf));
886 memcpy (valbuf + (4 - len), val->contents ().data (), len);
888 memcpy (valbuf, val->contents ().data (), len);
889 return valbuf;
1266 regbuf), and copy it into valbuf. Extract from an array REGBUF
1268 TYPE, and copy that, in virtual format, into VALBUF. */
1271 gdb_byte *valbuf)
1282 store_unsigned_integer (valbuf, len, byte_order, c)
    [all...]
sparc-tdep.c 672 const bfd_byte *valbuf = args[i]->contents ().data ();
680 memcpy (buf + 4 - len, valbuf, len);
681 valbuf = buf;
691 regcache->cooked_write (regnum, valbuf);
693 regcache->cooked_write (regnum + 1, valbuf + 4);
697 write_memory (sp + 4 + element * 4, valbuf, len);
1400 that into VALBUF. */
1404 gdb_byte *valbuf)
1430 memcpy (valbuf, buf, len);
1442 memcpy (valbuf, buf, 8)
667 const bfd_byte *valbuf = args[i]->contents ().data (); local
    [all...]
sparc64-tdep.c 1205 that has type TYPE and is stored at BITPOS in VALBUF in the
1212 const gdb_byte *valbuf, int element, int bitpos)
1224 valbuf += bitpos / 8;
1228 memcpy (buf + 8 - len, valbuf, len);
1229 valbuf = buf;
1233 regcache->cooked_write (regnum + n, valbuf + n * 4);
1246 regcache->cooked_write (regnum, valbuf);
1254 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1262 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1274 sparc64_store_floating_fields (regcache, subtype, valbuf,
1486 const gdb_byte *valbuf = args[i]->contents ().data (); local
    [all...]
amd64-tdep.c 967 const gdb_byte *valbuf = args[i]->contents ().data ();
1002 memcpy (buf, valbuf + j * 8, std::min (len, 8));
1019 const gdb_byte *valbuf = stack_args[i]->contents ().data ();
1022 write_memory (sp + element * 8, valbuf, len);
965 const gdb_byte *valbuf = args[i]->contents ().data (); local
1017 const gdb_byte *valbuf = stack_args[i]->contents ().data (); local
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_prop.c 618 char valbuf[32]; local
745 (void) snprintf(valbuf, sizeof (valbuf),
747 valstr = valbuf;

Completed in 63 milliseconds

1 2