HomeSort by: relevance | last modified time | path
    Searched refs:ADDRESS (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/ppc/
idecode_branch.h 28 instruction address */
47 #define BRANCH(ADDRESS) \
51 ppc_ia target = (ppc_ia)(ADDRESS); \
55 ppc_ia target = cia + ADDRESS; \
  /src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_branch.h 28 instruction address */
47 #define BRANCH(ADDRESS) \
51 ppc_ia target = (ppc_ia)(ADDRESS); \
55 ppc_ia target = cia + ADDRESS; \
  /src/external/gpl2/libmalloc/dist/
malloc-find.c 3 /* Find the starting address of a malloc'd block, from anywhere inside it.
29 /* Given an address in the middle of a malloc'd object,
30 return the address of the beginning of the object. */
51 return ADDRESS (block);
58 /* Turn off the low bits to find the start address of the fragment. */
free.c 22 The author may be reached (Email) at the address mike@ai.mit.edu,
107 && (*__morecore) (0) == ADDRESS (block + blocks))
132 /* Get the address of the first free fragment in this block. */
133 prev = (struct list *) ((char *) ADDRESS (block) +
155 free (ADDRESS (block));
gmalloc.c 28 The author may be reached (Email) at the address mike@ai.mit.edu,
176 /* Address to block number and vice versa. */
178 #define ADDRESS(B) ((__ptr_t) (((B) - 1) * BLOCKSIZE + _heapbase))
200 __ptr_t aligned; /* The address that memaligned returned. */
201 __ptr_t exact; /* The address that malloc returned. */
216 /* Given an address in the middle of a malloc'd object,
217 return the address of the beginning of the object. */
288 /* Allocate SIZE bytes, and store the address in *HANDLEPTR. */
321 The author may be reached (Email) at the address mike@ai.mit.edu,
368 The author may be reached (Email) at the address mike@ai.mit.edu
    [all...]
malloc.h 22 The author may be reached (Email) at the address mike@ai.mit.edu,
174 /* Address to block number and vice versa. */
176 #define ADDRESS(B) ((__ptr_t) (((B) - 1) * BLOCKSIZE + _heapbase))
198 __ptr_t aligned; /* The address that memaligned returned. */
199 __ptr_t exact; /* The address that malloc returned. */
214 /* Given an address in the middle of a malloc'd object,
215 return the address of the beginning of the object. */
286 /* Allocate SIZE bytes, and store the address in *HANDLEPTR. */
realloc.c 22 The author may be reached (Email) at the address mike@ai.mit.edu,
162 _free_internal (ADDRESS (block + blocks));
malloc.c 22 The author may be reached (Email) at the address mike@ai.mit.edu,
174 valid address you can realloc and free (though not dereference).
283 (*__morecore) (0) == ADDRESS (block + lastblocks) &&
308 result = ADDRESS (block);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
imagehlp.d 169 struct ADDRESS {
174 alias ADDRESS* LPADDRESS;
193 ADDRESS AddrPC;
194 ADDRESS AddrReturn;
195 ADDRESS AddrFrame;
196 ADDRESS AddrStack;
203 ADDRESS AddrBStore;
230 DWORD Address;
257 DWORD Address;
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetric.h 47 ADDRESS,
121 STATIC = 1, // Type==SIZES, ADDRESS, ONAME
160 return val_spec != NULL || type == DERIVED || type == SIZES || type == ADDRESS;
BaseMetricTreeNode.cc 162 case BaseMetric::ADDRESS:
DataSpace.cc 54 // ABS_REG_LOSS = 0x04, /* address register contaminated */
55 // ABS_INVALID_EA = 0x05, /* invalid effective address value */
273 msg = dbe_sprintf (GTXT ("Filtering HW Profile Address Data: %s"), base_name);
381 // Compute static metrics: SIZES, ADDRESS.
409 else if (mtype == Metric::ADDRESS)
410 { // pseudo-address
493 if (mitem->get_type () == Metric::ADDRESS) addr_index = index;
BaseMetric.cc 147 case ADDRESS:
455 case ADDRESS:
456 username = dbe_strdup (GTXT ("PC Address"));
457 cmd = dbe_strdup (NTXT ("address"));
832 CASE_S (ADDRESS);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetric.h 47 ADDRESS,
121 STATIC = 1, // Type==SIZES, ADDRESS, ONAME
160 return val_spec != NULL || type == DERIVED || type == SIZES || type == ADDRESS;
BaseMetricTreeNode.cc 162 case BaseMetric::ADDRESS:
DataSpace.cc 54 // ABS_REG_LOSS = 0x04, /* address register contaminated */
55 // ABS_INVALID_EA = 0x05, /* invalid effective address value */
273 msg = dbe_sprintf (GTXT ("Filtering HW Profile Address Data: %s"), base_name);
381 // Compute static metrics: SIZES, ADDRESS.
409 else if (mtype == Metric::ADDRESS)
410 { // pseudo-address
493 if (mitem->get_type () == Metric::ADDRESS) addr_index = index;
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-java-2 72 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
80 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnsextd_parser.y 106 %token ADDRESS
184 // The first ipv4 address in {,} is used; the rest are ignored.
187 LogMsg("LISTEN_ON: An invalid ipv4 address, %s, detected.", addr->string);
195 NAMESERVER ADDRESS networkaddress
199 NAMESERVER ADDRESS networkaddress PORT NUMBER
  /src/sys/arch/m68k/060sp/dist/
changes 50 mode was pre-decrement or post-increment and the address register
51 was A0 or A1, the address register was not being updated as a result
90 ADDRESS = PC of instruction being emulated
112 ADDRESS = Address of source or destination operand
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_lineno.c 107 uint64_t address, file, line, column, opsize; local
113 address = 0; \
131 ln->ln_addr = address; \
144 #define ADDRESS(x) ((((x) - li->li_opbase) / li->li_lrange) * li->li_minlen)
174 address = dbg->decode(&p, cu->cu_pointer_size);
200 address += _dwarf_decode_uleb128(&p) *
219 address += ADDRESS(255);
222 address += dbg->decode(&p, 2);
243 address += ADDRESS(*p)
811 Dwarf_Unsigned address, file, line, spc; local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 265 ADDRESS = 464,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 269 ADDRESS = 464,
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-tbl.h 7024 "a 4-bit unsigned Logical Address Tag modifier") \
7059 X(ADDRESS, 0, ext_imm, "ADDR_ADRP", OPD_F_SEXT, F(FLD_immhi, FLD_immlo),\
7060 "21-bit PC-relative address of a 4KB page") \
7061 Y(ADDRESS, imm, "ADDR_PCREL14", OPD_F_SEXT | OPD_F_SHIFT_BY_2, \
7062 F(FLD_imm14), "14-bit PC-relative address") \
7063 Y(ADDRESS, imm, "ADDR_PCREL19", OPD_F_SEXT | OPD_F_SHIFT_BY_2, \
7064 F(FLD_imm19), "19-bit PC-relative address") \
7065 Y(ADDRESS, imm, "ADDR_PCREL21", OPD_F_SEXT, F(FLD_immhi,FLD_immlo), \
7066 "21-bit PC-relative address") \
7067 Y(ADDRESS, imm, "ADDR_PCREL26", OPD_F_SEXT | OPD_F_SHIFT_BY_2,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtl.def 128 /* Represents a non-global base address. This is only used in alias.cc. */
129 DEF_RTL_EXPR(ADDRESS, "address", "i", RTX_EXTRA)
247 Each element is a LABEL_REF to a CODE_LABEL whose address we want. */
250 /* Vector of address differences X0 - BASE, X1 - BASE, ...
263 min_after_base: true iff minimum address target label is after BASE.
264 max_after_base: true iff maximum address target label is after BASE.
275 Operand 1 is the address of the memory to fetch.
316 Operand 1 is the address to call.
424 /* A memory location; operand is the address. The second operand is th
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.def 128 /* Represents a non-global base address. This is only used in alias.cc. */
129 DEF_RTL_EXPR(ADDRESS, "address", "i", RTX_EXTRA)
247 Each element is a LABEL_REF to a CODE_LABEL whose address we want. */
250 /* Vector of address differences X0 - BASE, X1 - BASE, ...
263 min_after_base: true iff minimum address target label is after BASE.
264 max_after_base: true iff maximum address target label is after BASE.
275 Operand 1 is the address of the memory to fetch.
316 Operand 1 is the address to call.
424 /* A memory location; operand is the address. The second operand is th
    [all...]

Completed in 39 milliseconds

1 2 3