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

  /src/sys/arch/mac68k/mac68k/
macrom.c 284 rsrc_t *rsrc = (rsrc_t *)ROMResourceMap; local
289 (long)rsrc_type, (long)rsrc);
297 while (rsrc != 0) {
301 (long)rsrc, rsrc->unknown[0], rsrc->unknown[1],
302 rsrc->unknown[2], rsrc->unknown[3], rsrc->next,
303 rsrc->body, rsrc->name, rsrc->index)
319 rsrc_t *rsrc = (rsrc_t *)ROMResourceMap; local
    [all...]
  /src/external/gpl2/mkhybrid/dist/
apple.c 13 ** Check file size = finder + rsrc [+ data] is needed
67 const char *rsrc; /* resource fork name */ member in struct:hfs_type
79 {TYPE_ESH, 0,".rsrc/", ".rsrc/", get_es_info, get_none_dir,"EtherShare/UShare"},
460 /* real rsrc file starts ES_INFO_SIZE bytes into the file */
602 /* real rsrc file starts after data fork (must be a multiple
642 /* get the rsrc file info - should exist ... */
646 /* open and read the info/rsrc file (it's the same file) */
674 /* set the offset and correct rsrc fork size */
677 /* offset to start of real rsrc fork *
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
426 int rsrc AU = (op[2] >> 4) & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
436 printf (" rsrc = 0x%x,", rsrc);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
487 int rsrc AU = (op[2] >> 4) & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */",
497 printf (" rsrc = 0x%x,", rsrc)
10477 int rsrc; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
426 int rsrc AU = (op[2] >> 4) & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
436 printf (" rsrc = 0x%x,", rsrc);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
487 int rsrc AU = (op[2] >> 4) & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */",
497 printf (" rsrc = 0x%x,", rsrc)
10477 int rsrc; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rx-tdep.c 257 else if (opc.id == RXO_mov /* mov.l rdst, rsrc */
262 int rdst, rsrc; local
265 rsrc = opc.op[1].reg;
266 reg[rdst] = reg[rsrc];
267 if (rdst == RX_FP_REGNUM && rsrc == RX_SP_REGNUM)
270 else if (opc.id == RXO_mov /* mov.l rsrc, [-SP] */
276 int rsrc; local
278 rsrc = opc.op[1].reg;
280 stack.store (reg[RX_SP_REGNUM], 4, reg[rsrc]);
283 else if (opc.id == RXO_add /* add #const, rsrc, rdst *
290 int rsrc = opc.op[2].reg; local
    [all...]
msp430-tdep.c 380 int rsrc = opc.op[0].reg; local
383 stack.store (reg[MSP430_SP_REGNUM], 2, reg[rsrc]);
390 int rsrc = opc.op[1].reg; local
398 stack.store (reg[MSP430_SP_REGNUM], size, reg[rsrc]);
399 rsrc--;
rl78-tdep.c 954 int rsrc = (bank * RL78_REGS_PER_BANK) local
958 stack.store (reg[RL78_SP_REGNUM], 1, reg[rsrc]);
960 stack.store (reg[RL78_SP_REGNUM], 1, reg[rsrc + 1]);
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
426 int rsrc AU = (op[2] >> 4) & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
436 printf (" rsrc = 0x%x,", rsrc);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
487 int rsrc AU = (op[2] >> 4) & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */",
497 printf (" rsrc = 0x%x,", rsrc)
10477 int rsrc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rx-tdep.c 257 else if (opc.id == RXO_mov /* mov.l rdst, rsrc */
262 int rdst, rsrc; local
265 rsrc = opc.op[1].reg;
266 reg[rdst] = reg[rsrc];
267 if (rdst == RX_FP_REGNUM && rsrc == RX_SP_REGNUM)
270 else if (opc.id == RXO_mov /* mov.l rsrc, [-SP] */
276 int rsrc; local
278 rsrc = opc.op[1].reg;
280 stack.store (reg[RX_SP_REGNUM], 4, reg[rsrc]);
283 else if (opc.id == RXO_add /* add #const, rsrc, rdst *
290 int rsrc = opc.op[2].reg; local
    [all...]
msp430-tdep.c 380 int rsrc = opc.op[0].reg; local
383 stack.store (reg[MSP430_SP_REGNUM], 2, reg[rsrc]);
390 int rsrc = opc.op[1].reg; local
398 stack.store (reg[MSP430_SP_REGNUM], size, reg[rsrc]);
399 rsrc--;
rl78-tdep.c 954 int rsrc = (bank * RL78_REGS_PER_BANK) local
958 stack.store (reg[RL78_SP_REGNUM], 1, reg[rsrc]);
960 stack.store (reg[RL78_SP_REGNUM], 1, reg[rsrc + 1]);
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
426 int rsrc AU = (op[2] >> 4) & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
436 printf (" rsrc = 0x%x,", rsrc);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
487 int rsrc AU = (op[2] >> 4) & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */",
497 printf (" rsrc = 0x%x,", rsrc)
10477 int rsrc; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 4125 struct zip_entry *rsrc)
4134 switch(rsrc->compression) {
4136 if (rsrc->uncompressed_size != rsrc->compressed_size) {
4151 compression_name(rsrc->compression));
4157 if (rsrc->uncompressed_size > ZIP_MAX_METADATA * 1048576U) {
4160 (intmax_t)rsrc->uncompressed_size, ZIP_MAX_METADATA);
4163 if (rsrc->compressed_size > ZIP_MAX_METADATA * 1048576U) {
4166 (intmax_t)rsrc->compressed_size, ZIP_MAX_METADATA);
4170 metadata = malloc((size_t)rsrc->uncompressed_size)
4279 struct zip_entry *rsrc; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 659 static struct rsrc { struct
8190 struct rsrc specs[MAX_SPECS],
8199 struct rsrc tmpl;
10011 resources_match (struct rsrc *rs,
10017 struct rsrc specs[MAX_SPECS];
10157 struct rsrc *spec,
10164 regdeps = XRESIZEVEC (struct rsrc, regdeps, regdepstotlen);
10231 remove_marked_resource (struct rsrc *rs)
10317 struct rsrc *rs = &regdeps[i];
10451 struct rsrc specs[MAX_SPECS]
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 659 static struct rsrc { struct
8190 struct rsrc specs[MAX_SPECS],
8199 struct rsrc tmpl;
10011 resources_match (struct rsrc *rs,
10017 struct rsrc specs[MAX_SPECS];
10157 struct rsrc *spec,
10164 regdeps = XRESIZEVEC (struct rsrc, regdeps, regdepstotlen);
10231 remove_marked_resource (struct rsrc *rs)
10317 struct rsrc *rs = &regdeps[i];
10451 struct rsrc specs[MAX_SPECS]
    [all...]

Completed in 66 milliseconds