Searched defs:alignment (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODArena.h58 size_t roundUp(size_t size, size_t alignment) argument
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgUtil.c36 TkAlignImageData( XImage *image, int alignment, int bitOrder) argument
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dcpack.c42 cpack_next_boundary(u_int8_t *buf, u_int8_t *p, size_t alignment) argument
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmemutils.h104 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
108 increment(void *p, ptrdiff_t offset, size_t alignment) argument
111 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
114 increment(void *p, ptrdiff_t offset, size_t alignment) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmemutils.h104 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
108 increment(void *p, ptrdiff_t offset, size_t alignment) argument
111 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
114 increment(void *p, ptrdiff_t offset, size_t alignment) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpatialNavigation.h131 RectsAlignment alignment; member in struct:WebCore::FocusCandidate
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentEncoder.cpp84 static inline size_t roundUpToAlignment(size_t value, unsigned alignment) argument
89 uint8_t* ArgumentEncoder::grow(unsigned alignment, size_t size) argument
117 void ArgumentEncoder::encodeFixedLengthData(const uint8_t* data, size_t size, unsigned alignment) argument
H A DArgumentDecoder.cpp60 static inline uint8_t* roundUpToAlignment(uint8_t* ptr, unsigned alignment) argument
87 bool ArgumentDecoder::alignBufferPosition(unsigned alignment, size_t size) argument
100 bool ArgumentDecoder::bufferIsLargeEnoughToContain(unsigned alignment, size_t size) const argument
105 decodeFixedLengthData(uint8_t* data, size_t size, unsigned alignment) argument
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dhtml-table.h35 char alignment; member in struct:tab_position
66 char alignment; member in struct:cols
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioArray.h64 const size_t alignment = 32; local
66 const size_t alignment = 16; local
146 static T* alignedAddress(T* address, intptr_t alignment) argument
/macosx-10.9.5/cctools-845/as/
H A Dobstack.c55 _obstack_begin( struct obstack *h, int size, int alignment, void *(*chunkfun)(size_t n), void (*freefun)() ) argument
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIRange.cpp45 IOPCIScalar IOPCIScalarAlign(IOPCIScalar num, IOPCIScalar alignment) argument
50 IOPCIScalar IOPCIScalarTrunc(IOPCIScalar num, IOPCIScalar alignment) argument
74 IOPCIRangeInit(IOPCIRange * range, uint32_t type, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment) argument
91 IOPCIRangeInitAlloc(IOPCIRange * range, uint32_t type, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment) argument
99 IOPCIRangeListAddRange(IOPCIRange ** rangeList, uint32_t type, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment) argument
165 IOPCIRangeListCollapse(IOPCIRange * headRange, IOPCIScalar alignment) argument
178 IOPCIRangeCollapse(IOPCIRange * headRange, IOPCIScalar alignment) argument
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcirange.cpp20 IOPCIScalar alignment; member in struct:IOPCIRange
29 IOPCIScalar align(IOPCIScalar num, IOPCIScalar alignment) argument
58 pciRangeListAddRange(IOPCIRange ** rangeList, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DObjcRuntimeExtras.h136 NSUInteger size, alignment; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBufferWithConstantPool.h135 bool isAligned(int alignment) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/include/
H A Dffi.h146 unsigned short alignment; member in struct:_ffi_type
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dobstack.c142 _obstack_begin(struct obstack *h, int size, int alignment, POINTER (*chunkfun) (long), void (*freefun) (void *)) argument
186 _obstack_begin_1(struct obstack *h, int size, int alignment, POINTER (*chunkfun) (POINTER, long), void (*freefun) (POINTER, POINTER), POINTER arg) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexsni.c632 /* Compute maximum of all requirements for alignment of section. */ local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dobstack.c144 _obstack_begin(struct obstack *h, int size, int alignment, void *(*chunkfun) (long), void (*freefun) (void *)) argument
191 _obstack_begin_1(struct obstack *h, int size, int alignment, void *(*chunkfun) (void *, long), void (*freefun) (void *, void *), void *arg) argument
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dbox.h91 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enum
/macosx-10.9.5/libffi-18.1/include/
H A Dffi.h150 unsigned short alignment; member in struct:_ffi_type
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dstrings.c404 xmlChar *str, *padding, *alignment, *ret; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DEndian.h25 enum alignment {unaligned, aligned}; enum in namespace:llvm::support
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h142 unsigned short alignment; member in struct:_ffi_type
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h142 unsigned short alignment; member in struct:_ffi_type

Completed in 200 milliseconds

123