Searched refs:address (Results 226 - 250 of 1437) sorted by relevance

1234567891011>>

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/read-only-stubs/
H A Dmain.c39 mach_vm_address_t address = (mach_vm_address_t)(uintptr_t)addr; local
48 &address,
90 FAIL("read-only-stubs: bad permissions %d at address %p", perm, addr);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/text-relocs-perms/
H A Dfoo.c38 mach_vm_address_t address = (mach_vm_address_t)(uintptr_t)addr; local
47 &address,
66 uintptr_t slide = (uintptr_t)&_mh_dylib_header; // assume dylib is zero-base so slide == load address
91 FAIL("text-reloc-perms: missing exec permission 0x%0X at address %p", perm, addr);
H A Dmain.c39 mach_vm_address_t address = (mach_vm_address_t)(uintptr_t)addr; local
48 &address,
90 FAIL("read-only-stubs: bad permissions %d at address %p", perm, addr);
/macosx-10.10.1/libauto-186/auto_tester/
H A DWhiteBoxTest.h42 - (void)adminDeallocate:(void *)address;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dnew_allocator.h78 address(reference __x) const { return &__x; } function in class:new_allocator
81 address(const_reference __x) const { return &__x; } function in class:new_allocator
/macosx-10.10.1/pdisk-9/
H A Ddeblock_media.c77 long read_deblock_media(MEDIA m, long long offset, unsigned long count, void *address);
78 long write_deblock_media(MEDIA m, long long offset, unsigned long count, void *address);
163 read_deblock_media(MEDIA m, long long offset, unsigned long count, void *address) argument
185 rtn_value = read_media(a->next_media, offset, count, address);
188 addr = address;
230 write_deblock_media(MEDIA m, long long offset, unsigned long count, void *address) argument
252 rtn_value = write_media(a->next_media, offset, count, address);
255 addr = address;
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dbounce_workaround.c14 /* address in a queue file is the delivery status notification
15 /* address for all recipients in that queue file. The assumption
17 /* envelope sender address by an owner- alias, for one or more
20 /* Sender address override is a problem only when delivering
24 /* sender address; delivery then proceeds from that new queue
28 /* failed delivery that has a replacement sender address. The
43 /* address.
46 /* return address for each individual recipient. This would
95 * Look up the substitute sender address.
108 FIND_OWNER(owner_alias, owner_expansion, state.msg_attr.rcpt.address);
[all...]
H A Drecipient.c118 * address parser. \user should be permitted only in locally specified
123 if (state.msg_attr.rcpt.address[0] == '\\') {
124 state.msg_attr.rcpt.address++, state.msg_attr.local++, state.msg_attr.user++;
132 * full localpart, then the bare user. Obey the address extension
148 * local address. Resubmit the message via the cleanup service, so that
226 state.level, state.msg_attr.rcpt.address))
233 * If the looping recipient address has an owner- alias, send the error
236 * XXX A delivery agent cannot change the envelope sender address for
240 * address for each individual recipient. This would also eliminate the
244 if (delivered_hdr_find(state.loop_info, state.msg_attr.rcpt.address)) {
[all...]
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Ddeliver_attr.c77 msg_info("recipient: %s", attrp->rcpt.address ? attrp->rcpt.address : "null");
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Drendezvous.py15 for address in service.addresses():
16 print " %s"%(address,)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Drendezvous.py15 for address in service.addresses():
16 print " %s"%(address,)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Foundation/Scripts/
H A Drendezvous.py15 for address in service.addresses():
16 print " %s"%(address,)
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp32 * Direct physical memory <-> FireWire address.
37 * The 64 bit FireWire address of (32 bit) physical addr xxxx:xxxx is hostNode:0000:xxxx:xxxx
140 64, // max address bits
256 address_bits, // max address bits
323 UInt64 address = ((UInt64)addr.addressHi << 32) | (UInt64)addr.addressLo;
333 if( (address >= phys) && (address < (phys+lengthOfSegment)) )
335 UInt32 union_length = (lengthOfSegment - (address - phys));
379 *offset = (pos + address - phys);
412 UInt64 address local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Didlddefs.h220 (0 mod 8) address in current buffer */
353 #define IDL_GET_LONG_FROM_VECTOR(value,address)\
356 idl_byte *_s = (idl_byte*)(((address-(idl_byte *)0)+3) & (~3)); \
358 address = _s + 4;\
361 address = (idl_byte *)(((address-(idl_byte *)0)+3) & (~3)); \
362 value = *(idl_ulong_int *)address; \
363 address += 4; }
367 #define IDL_DISCARD_LONG_FROM_VECTOR(address)\
368 { address
[all...]
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp173 const UInt32 address,const UInt8 layer,const UInt8 agid)
176 return super::readStructure(buffer,format,address,layer,agid);
179 return(getProvider()->readDiscStructure(buffer,format,address,layer,agid,1));
183 IOBDBlockStorageDriver::splitTrack(UInt32 address) argument
185 return(getProvider()->splitTrack(address));
172 readStructure(IOMemoryDescriptor *buffer,const DVDStructureFormat format, const UInt32 address,const UInt8 layer,const UInt8 agid) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-m88k.c78 reloc_entry->address += input_section->output_offset;
83 bfd_vma addr = reloc_entry->address;
137 reloc_entry->address += input_section->output_offset;
270 relent->address = reloc->r_vaddr;
283 relent->address -= section->vma;
H A Dreloc.c74 . {* The address to relocate was not within the section supplied. *}
104 . bfd_size_type address;
136 o <<address>>
138 The <<address>> field gives the offset in bytes from the base of
180 space in them to represent the full address range, and
309 . subtract from the relocation value the address of the location
502 automatically extend the address mask for purposes of the
516 is, A must be a valid negative address after shifting. */
522 explicitly allow an address wrap too, which means a bitfield
532 /* We have an overflow if the address doe
1334 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
[all...]
H A Dnlm32-i386.c88 needs to be adjusted by the address of the data segment, or 1 if
89 the location needs to be adjusted by the address of the code
134 rel->address = val;
170 the lowest section in that segment, plus the address of the
172 val = bfd_get_section_vma (abfd, sec) + rel->address;
257 if (rel->address < offset
258 || rel->address + 4 > offset + count)
288 val = bfd_get_32 (abfd, (bfd_byte *) data + rel->address - offset);
290 bfd_put_32 (abfd, val, (bfd_byte *) data + rel->address - offset);
313 of the address o
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c94 readlist[0].address = (vm_offset_t)regionbuffers[5] + 10*pagesize;
96 readlist[1].address = (vm_offset_t)regionbuffers[5] + 10*pagesize + regionsizes[3]*pagesize;
105 if (0 != memcmp((char *)readlist[0].address, regionbuffers[5] + 10*pagesize,
109 vm_deallocate(mach_task_self(), readlist[0].address, readlist[0].size);
110 vm_deallocate(mach_task_self(), readlist[1].address, readlist[1].size);
114 if (0 != memcmp((char *)readlist[1].address, regionbuffers[5] + 10*pagesize + regionsizes[3]*pagesize,
118 vm_deallocate(mach_task_self(), readlist[0].address, readlist[0].size);
119 vm_deallocate(mach_task_self(), readlist[1].address, readlist[1].size);
123 regionbuffers[3] = (char *)readlist[0].address;
124 regionbuffers[4] = (char *)readlist[1].address;
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DAssemblyHelpers.h71 void storeCell(T cell, Address address) argument
74 store64(cell, address);
76 store32(cell, address.withOffset(PayloadOffset));
77 store32(TrustedImm32(JSValue::CellTag), address.withOffset(TagOffset));
81 void storeValue(JSValueRegs regs, Address address) argument
84 store64(regs.gpr(), address);
86 store32(regs.payloadGPR(), address.withOffset(PayloadOffset));
87 store32(regs.tagGPR(), address.withOffset(TagOffset));
130 void restoreReturnAddressBeforeReturn(Address address) argument
132 push(address);
165 restoreReturnAddressBeforeReturn(Address address) argument
188 restoreReturnAddressBeforeReturn(Address address) argument
211 restoreReturnAddressBeforeReturn(Address address) argument
636 uint8_t* address = reinterpret_cast<uint8_t*>(cell) + JSCell::gcDataOffset(); local
[all...]
/macosx-10.10.1/libauto-186/
H A DZone.cpp311 void *address = displace(_large_start, start << allocate_quantum_large_log2); local
312 commit_memory(address, size);
313 return address;
335 void Zone::arena_deallocate(void *address, size_t size) { argument
338 usword_t start = ((char *)address - (char *)_large_start) >> allocate_quantum_large_log2;
341 uncommit_memory(address, size);
342 //if (address < _first_free) _first_free = address;
345 // on 32-bit, goes directly to system (the entire address space is our arena)
350 void Zone::arena_deallocate(void *address, size_ argument
412 void *address; local
676 void *address = block.address(); local
708 void *address = block.address(); local
727 block_start_large(void *address) argument
757 block_start(void *address) argument
969 void *address = subzone->quantum_address(q); local
1006 set_write_barrier(void *address) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDMain.cpp70 uint64_t address,
76 address, arg);
82 address += inst->byteSize();
235 uint64_t address,
238 return wrapper->byteBlock(byte, address);
245 uint64_t address) {
250 address, (void*)&wrapper);
66 EDCreateInsts(EDInstRef *insts, unsigned int count, EDDisassemblerRef disassembler, ::EDByteReaderCallback byteReader, uint64_t address, void *arg) argument
234 readerWrapperCallback(uint8_t *byte, uint64_t address, void *arg) argument
241 EDBlockCreateInsts(EDInstRef *insts, int count, EDDisassemblerRef disassembler, EDByteBlock_t byteBlock, uint64_t address) argument
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp203 if( inEvent->data.resolved->address.addressType == kDNSNetworkAddressTypeIPv4 )
208 inEvent->data.resolved->address.u.ipv4.addr.v8[ 0 ],
209 inEvent->data.resolved->address.u.ipv4.addr.v8[ 1 ],
210 inEvent->data.resolved->address.u.ipv4.addr.v8[ 2 ],
211 inEvent->data.resolved->address.u.ipv4.addr.v8[ 3 ],
212 ( inEvent->data.resolved->address.u.ipv4.port.v8[ 0 ] << 8 ) |
213 inEvent->data.resolved->address.u.ipv4.port.v8[ 1 ] );
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dbyaddr.c52 dns_byaddr_createptrname(isc_netaddr_t *address, isc_boolean_t nibble, argument
60 return (dns_byaddr_createptrname2(address,
65 dns_byaddr_createptrname2(isc_netaddr_t *address, unsigned int options, argument
75 REQUIRE(address != NULL);
83 bytes = (unsigned char *)(&address->type);
84 if (address->family == AF_INET) {
91 } else if (address->family == AF_INET6) {
216 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, argument
250 result = dns_byaddr_createptrname2(address, options,
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-dis.c118 int address; local
120 if (read_word (*memaddr, &address, info) < 0)
122 FPRINTF (F, "*$%o", address);
149 bfd_vma address = *memaddr + sign_extend (disp); local
155 (*info->print_address_func) (address, info);
186 /* Print the PDP-11 instruction at address MEMADDR in debugged memory,
312 bfd_vma address = memaddr + (sign_extend (displ) >> 7); local
315 (*info->print_address_func) (address, info);
321 bfd_vma address = memaddr - (displ >> 9); local
327 (*info->print_address_func) (address, inf
[all...]

Completed in 508 milliseconds

1234567891011>>