Searched refs:MEM (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c121 } MEM; typedef in typeref:struct:mem_st
242 /* static int mem_cmp(MEM *a, MEM *b) */
246 const char *a = (const char *)((const MEM *)a_void)->addr,
247 *b = (const char *)((const MEM *)b_void)->addr;
255 return ((const char *)((const MEM *)a_void)->addr
256 - (const char *)((const MEM *)b_void)->addr);
260 /* static unsigned long mem_hash(MEM *a) */
265 ret = (unsigned long)((const MEM *)a_void)->addr;
401 MEM *
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.c112 if (GET_CODE (rtlname) == MEM)
149 if (GET_CODE (rtlname) == MEM)
227 && GET_CODE (DECL_RTL (decl)) == MEM
228 && GET_CODE (XEXP (DECL_RTL (decl), 0)) == MEM
H A Darm.c3126 if (GET_CODE (sym_ref) != MEM)
4326 + 4 * ((GET_CODE (SET_SRC (x)) == MEM)
4327 + GET_CODE (SET_DEST (x)) == MEM));
4370 case MEM:
4390 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4394 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4397 return (1 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4419 case MEM:
4593 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4600 + (GET_CODE (XEXP (x, 0)) == MEM
[all...]
/freebsd-9.3-release/lib/libz/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon5382
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon6104
58 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c193 i_womp = malloc((MEM)(i_size + 2));
227 i_ptr = (char **)malloc((MEM)((iline + 2) * sizeof(char *)));
317 tibuf[0] = malloc((MEM)(BUFFERSIZE + 1));
318 tibuf[1] = malloc((MEM)(BUFFERSIZE + 1));
H A Dcommon.h98 typedef unsigned MEM; /* what to feed malloc */ typedef
H A Dpch.c112 p_line = (char**) malloc((MEM)hunkmax * sizeof(char *));
114 p_len = (short*) malloc((MEM)hunkmax * sizeof(short));
117 p_Char = (char*) malloc((MEM)hunkmax * sizeof(char));
136 p_line = (char**) realloc((char*)p_line, (MEM)hunkmax * sizeof(char *));
137 p_len = (short*) realloc((char*)p_len, (MEM)hunkmax * sizeof(short));
138 p_Char = (char*) realloc((char*)p_Char, (MEM)hunkmax * sizeof(char));
H A Dutil.c176 rv = malloc((MEM) (t - s));
/freebsd-9.3-release/sys/dev/ie/
H A Dif_ievar.h74 #define MEM(sc) sc->iomem macro
H A Dif_ie.c450 MK_16(MEM(sc), sc->rbuffs[0]);
452 MK_16(MEM(sc), sc->rframes[0]);
531 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
538 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
1337 sc->scb->ie_command_list = MK_16(MEM(sc), cmd);
1367 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
1396 MK_16(MEM(sc), sc->rframes[(i + 1) % sc->nframes]);
1414 rbd->ie_rbd_buffer = MK_24(MEM(sc), ptr);
1423 MK_16(MEM(sc), sc->rbuffs[(i + 1) % sc->nrxbufs]);
1438 sc->scb->ie_recv_list = MK_16(MEM(s
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt.c212 if (GET_CODE (rtlname) == MEM)
252 if (GET_CODE (rtlname) == MEM)
358 if (GET_CODE (rtlname) == MEM)
401 && GET_CODE (rtl) == MEM
402 && GET_CODE (XEXP (rtl, 0)) == MEM
H A Dnetware.c157 if (GET_CODE (rtlname) == MEM)
/freebsd-9.3-release/contrib/gcc/
H A Dgensupport.c1334 LABEL_REF, SUBREG, REG, MEM }},
1336 LABEL_REF, SUBREG, REG, MEM,
1345 {"nonimmediate_operand", false, {SUBREG, REG, MEM}},
1348 {"push_operand", false, {MEM}},
1349 {"pop_operand", false, {MEM}},
1350 {"memory_operand", false, {SUBREG, MEM}},
1351 {"indirect_operand", false, {SUBREG, MEM}},
1386 && code != MEM
H A Dregrename.c547 || code0 == ZERO_EXTEND || code1 == MEM)
554 || code1 == ZERO_EXTEND || code0 == MEM)
631 case MEM:
633 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
682 case MEM:
684 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
712 /* Should only happen inside MEM. */
1472 || code0 == ZERO_EXTEND || code1 == MEM)
1479 || code1 == ZERO_EXTEND || code0 == MEM)
1553 case MEM
[all...]
H A Drtlanal.c102 case MEM:
176 case MEM:
243 /* Return nonzero if the use of X as an address in a MEM can cause a trap.
244 MODE is the mode of the MEM (not that of X) and UNALIGNED_MEMS controls
332 /* Return nonzero if the use of X as an address in a MEM can cause a trap. */
426 if (code == MEM)
515 case MEM:
769 X contains a MEM; this routine does usememory aliasing. */
796 case MEM:
830 of them are modified in INSN. Return 1 if X contains a MEM; thi
[all...]
H A Drtl.h139 /* Structure used to describe the attributes of a MEM. These are hashed
143 /* ALIGN and SIZE are the alignment and size of the MEM itself,
145 stricter alignment; OFFSET is the offset of the MEM within that object. */
149 tree expr; /* expr corresponding to MEM. */
152 unsigned int align; /* Alignment of MEM in bits. */
156 mem_attrs does for MEM above. */
249 /* 1 in a MEM if we should keep the alias set for this mem unchanged
256 1 in a MEM if it cannot trap. */
258 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
266 /* 1 in a MEM o
[all...]
H A Drtl.def54 an rtx code that can be used to represent an object (e.g, REG, MEM)
276 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
355 This rtx needs to have as many (or more) fields as a MEM, since we
378 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
380 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
396 alias set to which this MEM belongs. We use `0' instead of `w' for this
398 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
484 containing MEM. These operations exist in only two cases:
H A Dstruct-equiv.c114 /* Removes the memory attributes of MEM expression
138 if (code == MEM && MEM_ATTRS (x) != MEM_ATTRS (y))
550 to consider input registers embedded in the addresses of a MEM.
606 /* The address of a MEM is an input that will be processed during
621 if (code == MEM)
639 case MEM:
789 if (code == MEM)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dalpha-opc.c355 #define MEM(oo) MEM_(oo), MEM_MASK
489 { "lda", MEM(0x08), BASE, { RA, MDISP, ZB } }, /* pseudo */
490 { "lda", MEM(0x08), BASE, ARG_MEM },
491 { "ldah", MEM(0x09), BASE, { RA, MDISP, ZB } }, /* pseudo */
492 { "ldah", MEM(0x09), BASE, ARG_MEM },
493 { "ldbu", MEM(0x0A), BWX, ARG_MEM },
496 { "ldq_u", MEM(0x0B), BASE, ARG_MEM },
497 { "ldwu", MEM(0x0C), BWX, ARG_MEM },
498 { "stw", MEM(0x0D), BWX, ARG_MEM },
499 { "stb", MEM(
352 #define MEM macro
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c263 gcc_assert (GET_CODE (mem) == MEM);
592 if (MACHOPIC_JUST_INDIRECT && GET_CODE (base) == MEM)
608 else if (GET_CODE (orig) == MEM)
630 /* Transform TARGET (a MEM), which is a function call target, to the
631 corresponding symbol_stub if necessary. Return a new MEM. */
636 if (GET_CODE (target) != MEM)
692 if (GET_CODE (orig) == MEM)
880 && (GET_CODE (XEXP (orig, 0)) == MEM
888 int is_complex = (GET_CODE (XEXP (orig, 0)) == MEM);
914 else if (GET_CODE (orig) == MEM
[all...]
/freebsd-9.3-release/sys/dev/hptiop/
H A Dhptiop.h50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM)
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c783 /* Emit a SImode compare and swap instruction setting MEM to NEW if OLD
1117 if ((GET_CODE (src) == MEM && !offsettable_memref_p (src))
1118 || (GET_CODE (dst) == MEM && !offsettable_memref_p (dst)))
1143 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1184 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1215 if ((mode == QImode || mode == HImode) && GET_CODE (dst) != MEM)
1260 if (GET_CODE (operands[0]) == MEM)
1277 gcc_assert (GET_CODE (*memop) == MEM);
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1306 && (GET_CODE (IN) == MEM \
1311 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1325 && (GET_CODE (IN) == MEM \
1330 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1945 The MODE argument is the machine mode for the MEM expression
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c595 && GET_CODE (DECL_RTL (decl)) == MEM
662 return (GET_CODE (value) == MEM
708 if (GET_CODE (dst) != MEM)
710 if (GET_CODE (src) == MEM)
729 if (GET_CODE (src) != MEM || MEM_VOLATILE_P (src))
1203 case MEM:
1326 if (GET_CODE (operands[1]) == MEM
1348 if (GET_CODE (EXP) == MEM \
1463 gcc_assert (GET_CODE (operands[1]) == MEM);
1482 MEM operan
[all...]

Completed in 345 milliseconds

123