Searched refs:__offset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/FreeBSD/
H A Dnl_types.h81 int32_t __offset; member in struct:_nls_msg_hdr
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dutext.h768 { int64_t __offset = (ix) - (ut)->chunkNativeStart; \
769 if (__offset>=0 && __offset<=(int64_t)(ut)->nativeIndexingLimit) { \
770 (ut)->chunkOffset=(int32_t)__offset; \
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrie.h185 int32_t __offset; \
189 __offset=(trie)->getFoldingOffset(result); \
192 if(__offset>0) { \
193 (result)=_UTRIE_GET_RAW((trie), data, __offset, (c2)&0x3ff); \
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_deque.h185 const difference_type __offset = __n + (_M_cur - _M_first); local
186 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
191 __offset > 0 ? __offset / difference_type(_S_buffer_size())
192 : -difference_type((-__offset - 1)
195 _M_cur = _M_first + (__offset - __node_offset
/macosx-10.10.1/pdisk-9/
H A Dfile_media.c62 extern __loff_t llseek __P ((int __fd, __loff_t __offset, int __whence));
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3299 IOByteCount __offset,
3310 mach_vm_size_t offset = mapping->fOffset + __offset;
3528 IOByteCount __offset,
4173 IOByteCount __offset,
4185 mach_vm_size_t offset = mapping->fOffset + __offset;
3295 doMap( vm_map_t __addressMap, IOVirtualAddress * __address, IOOptionBits options, IOByteCount __offset, IOByteCount __length ) argument
3524 doMap( vm_map_t __addressMap, IOVirtualAddress * __address, IOOptionBits options, IOByteCount __offset, IOByteCount __length ) argument
4168 makeMapping( IOMemoryDescriptor * owner, task_t __intoTask, IOVirtualAddress __address, IOOptionBits options, IOByteCount __offset, IOByteCount __length ) argument

Completed in 109 milliseconds