Searched defs:alignment (Results 26 - 50 of 72) sorted by relevance

123

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dffi.h143 unsigned short alignment; member in struct:_ffi_type
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenubutton.c283 NSTextAlignment alignment = NSNaturalTextAlignment; local
H A DtkMacOSXButton.c504 NSTextAlignment alignment = NSNaturalTextAlignment; local
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h522 weakWithSpecification(IODMACommand **newCommand, SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mapType, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
[all...]
H A DIOMemoryDescriptor.h157 uint64_t alignment; member in struct:IODMAMapSpecification
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp98 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment, task_t inTask) argument
109 initWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t alignment, mach_vm_address_t physicalMask) argument
323 inTaskWithOptions( task_t inTask, IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
355 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
364 withOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
476 vm_offset_t alignment = _alignment; local
[all...]
H A DIODMACommand.cpp109 withSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
142 initWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
599 prepareWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument
[all...]
H A DIOLib.cpp241 void * IOMallocAligned(vm_size_t size, vm_size_t alignment) argument
375 IOKernelAllocateWithPhysicalRestrict(mach_vm_size_t size, mach_vm_address_t maxPhys, mach_vm_size_t alignment, bool contiguous) argument
474 IOMallocContiguous(vm_size_t size, vm_size_t alignment, IOPhysicalAddress * physicalAddress) argument
647 IOMallocPageablePages(vm_size_t size, vm_size_t alignment) argument
697 IOMallocPageable(vm_size_t size, vm_size_t alignment) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c110 UInt32 alignment = (UInt32)((unsigned long) value8) & (sizeof(UInt32) - 1); local
218 UInt32 alignment = (UInt32)((unsigned long) value16) & (sizeof(UInt32) - 1); local
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DGetSymbolFromPEF.h86 uint8_t alignment; // log 2 alignment member in struct:SectionHeader
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCompile.cpp51 mmAllocateCodeSection( void* opaqueState, uintptr_t size, unsigned alignment, unsigned, const char* sectionName) argument
75 mmAllocateDataSection( void* opaqueState, uintptr_t size, unsigned alignment, unsigned sectionID, const char* sectionName, LLVMBool isReadOnly) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dmerge.c42 unsigned int alignment; member in struct:sec_merge_hash_entry
133 sec_merge_hash_lookup(struct sec_merge_hash *table, const char *string, unsigned int alignment, bfd_boolean create) argument
265 sec_merge_add(struct sec_merge_hash *tab, const char *str, unsigned int alignment, struct sec_merge_sec_info *secinfo) argument
596 unsigned int alignment = 0; local
[all...]
H A Dpef.h113 unsigned char alignment; member in struct:bfd_pef_section
H A Dsom.h169 unsigned int alignment :27; member in struct:som_subspace_dictionary_record
H A Delf-eh-frame.c309 size_of_output_cie_fde (struct eh_cie_fde *entry, unsigned int alignment) argument
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dmisc.c729 ptr_align(void *ptr, size_t alignment) argument
742 size_t alignment = getpagesize (); local
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c739 kxld_addr_t alignment = (1 << align); local
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp923 IOReturn IOFireWireSBP2ORB::setBufferConstraints( UInt64 maxSegmentSize, UInt32 alignment, UInt32 options ) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLICM.cpp667 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, SmallVectorImpl<Instruction*> &LIP, AliasSetTracker &ast, DebugLoc dl, int alignment) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp200 void encodeFixedLengthData(const uint8_t* data, size_t size, unsigned alignment) argument
208 uint8_t* grow(unsigned alignment, size_t size) argument
696 void decodeFixedLengthData(uint8_t* data, size_t size, unsigned alignment) argument
705 bool alignBufferPosition(unsigned alignment, size_ argument
737 bufferIsLargeEnoughToContain(unsigned alignment, size_t size) const argument
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h774 ptr_align (void const *ptr, size_t alignment) argument
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h56 IOPCIScalar alignment; member in struct:IOPCIRange
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp88 uint64_t alignment() const { return fAlignment; } function in struct:MachOLayoutAbstraction::Segment
H A DObjCModernAbstraction.hpp281 uint32_t alignment; member in class:objc_ivar_t
871 uint32_t alignment = ivar->getAlignment(); local
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmalloc.c874 malloc_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size) { argument
1169 posix_memalign(void **memptr, size_t alignment, size_t size) argument
[all...]

Completed in 521 milliseconds

123