Searched refs:entryOffset (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DCursiveAttachmentSubtables.cpp29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor); local
32 if (entryOffset != 0) {
33 const AnchorTable *entryAnchorTable = (const AnchorTable *) ((char *) this + entryOffset);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DGetSymbolFromPEF.h111 int32_t entryOffset; // entry point descr. ldr section offset member in struct:LoaderHeader
/macosx-10.10/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c457 off_t entryOffset = v->fatEntryOffset(cluster); local
458 off_t blockOffset = entryOffset & ~FAT_BLOCK_MASK; // round down to start of block
474 entry = (uint8_t *)buffer_bytes(buffer) + (entryOffset - blockOffset);
542 off_t entryOffset; // Offset in bytes from start of FAT to cluster's entry local
557 entryOffset = volume->fatEntryOffset(cluster);
562 if (buffer == NULL || entryOffset < blockOffset || entryOffset >= blockOffset + blockSize)
576 blockOffset = entryOffset & ~FAT_BLOCK_MASK; // round down to start of block
588 assert(entryOffset >= blockOffset);
589 assert(entryOffset < blockOffse
1747 off_t entryOffset = v->fatEntryOffset(1); local
2013 off_t entryOffset; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_genc.c767 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; local
992 entryOffset=1;
1013 * overwritten if entryOffset==0 depending on the target platform
1028 entryOffset=1;
1039 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);
1045 uprv_strcpy(entry+entryOffset, optEntryPoint);
1046 uprv_strcat(entry+entryOffset, "_dat");
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp722 vm_map_offset_t pageOffset, entryOffset, remain, chunk; local
892 entryOffset = offset - entry->offset;
893 if ((page_mask & entryOffset) != pageOffset)
907 entryOffset -= pageOffset;
908 if (entryOffset >= entry->size) panic("entryOffset");
909 chunk = entry->size - entryOffset;
924 entryOffset,
942 entryOffset,
2880 memory_object_offset_t entryOffset; local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c13974 uint32_t entryOffset; local
13999 (SInt32 *)&entryOffset)) {
14005 fileEntry = (mkext2_file_entry *)(mkext + entryOffset);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2586 uint32_t entryOffset = offsetNum->unsigned32BitValue(); local
2594 entryRef.fileinfo = mkextBuffer + entryOffset;

Completed in 226 milliseconds