Searched refs:offset (Results 151 - 175 of 3483) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object.defs124 offset : memory_object_offset_t;
142 offset : memory_object_offset_t;
160 offset : memory_object_offset_t;
173 offset : memory_object_offset_t;
188 offset : memory_object_offset_t;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dstore_emem.c79 emem_seek(krb5_storage *sp, off_t offset, int whence) argument
84 if((size_t)offset > s->size)
85 offset = s->size;
86 if(offset < 0)
87 offset = 0;
88 s->ptr = s->base + offset;
89 if((size_t)offset > s->len)
90 s->len = (size_t)offset;
93 sp->seek(sp,s->ptr - s->base + offset, SEEK_SET);
96 sp->seek(sp, s->len + offset, SEEK_SE
106 emem_trunc(krb5_storage *sp, off_t offset) argument
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIDevice.h418 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
420 UInt8 offset, UInt32 data );
421 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
423 UInt8 offset, UInt16 data );
424 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
426 UInt8 offset, UInt8 data );
431 virtual UInt32 configRead32( UInt8 offset );
432 virtual UInt16 configRead16( UInt8 offset );
433 virtual UInt8 configRead8( UInt8 offset );
434 virtual void configWrite32( UInt8 offset, UInt3
471 configWrite32( IOByteCount offset, UInt32 data ) argument
479 configWrite16( IOByteCount offset, UInt16 data ) argument
487 configWrite8( IOByteCount offset, UInt8 data ) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdos.c83 static struct map *getmapping(Dosdisc_t *dp, Sfoff_t offset, register int whence) argument
85 static struct map *getmapping(dp, offset, whence)
87 Sfoff_t offset;
93 if(offset <= dp->begin)
95 dummy.logical = dummy.physical = offset;
104 while((++mp)->logical && (whence==SEEK_CUR?mp->physical:mp->logical) <= offset);
224 * returns the current offset
225 * <offset> must be in the current buffer
226 * if <whence> is SEEK_CUR, physical offset converted to logical offset
230 cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence) argument
276 dos_seek(Sfio_t *iop, Sfoff_t offset, register int whence, Sfdisc_t* disc) argument
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSDevice.c186 OSErr DeviceRead(int device, int drive, void* buffer, SInt64 offset, UInt32 reqBytes, UInt32 *actBytes) argument
194 seek_off = lseek(device, offset, SEEK_SET);
196 plog("# DeviceRead: lseek(%qd) failed with %d\n", offset, errno);
204 plog("CANNOT READ: BLK %ld\n", (long)offset/512);
221 if ( (offset & 0xFFFFFFFF00000000) != 0 )
223 *(SInt64*)&pb.ioWPosOffset = offset;
228 ((IOParam*)&pb)->ioPosOffset = offset;
238 OSErr DeviceWrite(int device, int drive, void* buffer, SInt64 offset, UInt32 reqBytes, UInt32 *actBytes) argument
246 seek_off = lseek(device, offset, SEEK_SET);
248 plog("# DeviceRead: lseek(%qd) failed with %d\n", offset, errn
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DThaiLayoutEngine.cpp59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
65 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
90 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
100 void ThaiLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/, argument
107 if (chars == NULL || offset < 0 || count < 0) {
H A DKhmerLayoutEngine.cpp44 le_int32 KhmerOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
51 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
75 le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
H A DTibetanLayoutEngine.cpp50 le_int32 TibetanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
57 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
81 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dget_myaddress.c86 int offset, x, addrlen, s; local
110 offset = 0;
112 while (offset <= ifc.ifc_len)
114 ifr = (struct ifreq *)(ifc.ifc_buf + offset);
115 offset += IFNAMSIZ;
116 if (ifr->ifr_addr.sa_len > addrlen) offset += ifr->ifr_addr.sa_len;
117 else offset += addrlen;
/macosx-10.9.5/file_cmds-230/dd/
H A Dposition.c76 if (lseek(in.fd, in.offset * in.dbsz, SEEK_CUR) == -1 &&
83 if (in.offset < 0)
84 errx(1, "%s: illegal offset", "iseek/skip");
91 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
141 if (lseek(out.fd, out.offset * out.dbsz, SEEK_CUR) == -1 &&
148 if (out.offset < 0)
149 errx(1, "%s: illegal offset", "oseek/seek");
152 for (cnt = 0; cnt < out.offset; ++cnt) {
159 while (cnt++ < out.offset) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp26 uint32_t offset = Offset; local
28 if (debug_info_data.isValidOffset(offset)) {
29 uint32_t abbrCode = debug_info_data.getULEB128(&offset);
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
107 uint32_t offset = *offset_ptr; local
120 offset += fixed_skip_size;
131 form_size = debug_info_data.getULEB128(&offset);
134 form_size = debug_info_data.getU8(&offset);
137 form_size = debug_info_data.getU16(&offset);
140 form_size = debug_info_data.getU32(&offset);
228 uint32_t offset = *offset_ptr; local
387 uint32_t offset = getOffset(); local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_rw.c32 off_t offset; local
41 * absolute offset and reading a specific database page. All of
44 * We don't want to specify an absolute offset in our caller as we
53 if ((offset = relative) == 0)
54 offset = (off_t)pgno * pgsize;
65 "fileops: read %s: %lu bytes at offset %lu",
66 fhp->name, (u_long)io_len, (u_long)offset);
70 DB_GLOBAL(j_pread)(fhp->fd, buf, io_len, offset) :
71 pread(fhp->fd, buf, io_len, offset);
86 "fileops: write %s: %lu bytes at offset
140 size_t offset; local
229 size_t offset; local
[all...]
H A Dos_flock.c20 __os_fdlock(env, fhp, offset, acquire, nowait)
24 off_t offset;
37 "fileops: flock %s %s offset %lu",
38 fhp->name, acquire ? "acquire": "release", (u_long)offset);
40 fl.l_start = offset;
58 COMPQUIET(offset, 0);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dkpc_common.c81 int r, enabled, offset = 0; local
94 kpc_get_fixed_counters( &buf[offset] );
96 offset += kpc_get_counter_count(KPC_CLASS_FIXED_MASK);
101 r = kpc_get_configurable_counters( &buf[offset] );
103 offset += kpc_get_counter_count(KPC_CLASS_CONFIGURABLE_MASK);
108 return offset;
115 int enabled, count, offset = 0; local
128 memcpy( &buf[offset], &FIXED_SHADOW(0), count*sizeof(uint64_t) );
130 offset += count;
137 memcpy( &buf[offset],
285 uint32_t i, count, offset = 0; local
314 uint32_t count, offset = 0; local
341 uint32_t count, offset = 0; local
[all...]
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Dcmd.c71 Xerase(cmd, disk, mbr, tt, offset)
76 int offset;
84 Xreinit(cmd, disk, mbr, tt, offset)
89 int offset;
93 MBR_parse(disk, offset, 0, mbr);
99 printf("Offset: %d\t", offset);
107 Xauto(cmd, disk, mbr, tt, offset)
112 int offset;
129 Xdisk(cmd, disk, mbr, tt, offset)
134 int offset;
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dmatch.c86 OFF_T offset, int32 i)
88 int32 n = offset - last_match; /* max value: block_size (int32) */
94 (double)offset, (double)last_match, i,
112 last_match = offset + s->sums[i].len;
114 last_match = offset;
124 OFF_T offset, end, backup; local
150 offset = 0;
164 rprintf(FINFO, "offset=%.0f sum=%04x%04x\n",
165 (double)offset, s2 & 0xFFFF, s1 & 0xFFFF);
181 l = (int32)MIN((OFF_T)s->blength, len-offset);
85 matched(int f, struct sum_struct *s, struct map_struct *buf, OFF_T offset, int32 i) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutf16tst.c151 uint16_t offset=0; local
152 for(offset=0; offset<sizeof(input)/U_SIZEOF_UCHAR; offset++) {
153 if(0<offset && offset<sizeof(input)/U_SIZEOF_UCHAR-1){
154 UTF16_GET_CHAR_UNSAFE(input, offset, c);
156 log_err("ERROR: UTF16_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
159 U16_GET_UNSAFE(input, offset,
221 uint16_t offset=0, setOffset=0; local
565 uint16_t offset=0, setOffset=0; local
673 uint16_t offset; local
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DMINFO.pm15 my ($class, $self, $data, $offset) = @_;
18 ($self->{"rmailbx"}, $offset) = Net::DNS::Packet::dn_expand($data, $offset);
19 ($self->{"emailbx"}, $offset) = Net::DNS::Packet::dn_expand($data, $offset);
47 my ($self, $packet, $offset) = @_;
51 $rdata .= $packet->dn_comp($self->{"rmailbx"}, $offset);
54 $offset + length $rdata);
62 my ($self, $packet, $offset) = @_;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARM.cpp78 if (address.offset >= 0 && address.offset + 0x2 <= 0xff) {
80 m_assembler.halfDtrUp(ARMAssembler::LoadUint16, dest, ARMRegisters::S0, ARMAssembler::getOp2Half(address.offset));
81 m_assembler.halfDtrUp(ARMAssembler::LoadUint16, ARMRegisters::S0, ARMRegisters::S0, ARMAssembler::getOp2Half(address.offset + 0x2));
82 } else if (address.offset < 0 && address.offset >= -0xff) {
84 m_assembler.halfDtrDown(ARMAssembler::LoadUint16, dest, ARMRegisters::S0, ARMAssembler::getOp2Half(-address.offset));
85 m_assembler.halfDtrDown(ARMAssembler::LoadUint16, ARMRegisters::S0, ARMRegisters::S0, ARMAssembler::getOp2Half(-address.offset - 0x2));
87 m_assembler.moveImm(address.offset, ARMRegisters::S0);
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DDbIndex.cpp33 // Perform a less-than comparison between two keys. An offset of
150 uint32 offset = (4 + numAttributes) * AtomSize; local
151 uint32 numRecords = indexSection.at(offset);
152 offset += AtomSize;
154 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
156 offset += numRecords * AtomSize;
158 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
392 uint32 offset = mIndexDataSize; local
398 DbIndexKey key(mIndexData, Range(offset, mIndexDataSize - offset), *thi
422 uint32 offset = mIndexDataSize; local
439 writeIndex(WriteSection &ws, uint32 offset) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DDbIndex.cpp33 // Perform a less-than comparison between two keys. An offset of
150 uint32 offset = (4 + numAttributes) * AtomSize; local
151 uint32 numRecords = indexSection.at(offset);
152 offset += AtomSize;
154 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
156 offset += numRecords * AtomSize;
158 reinterpret_cast<const Atom *>(indexSection.range(Range(offset, numRecords * AtomSize))));
392 uint32 offset = mIndexDataSize; local
398 DbIndexKey key(mIndexData, Range(offset, mIndexDataSize - offset), *thi
422 uint32 offset = mIndexDataSize; local
439 writeIndex(WriteSection &ws, uint32 offset) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_raw.c42 int64_t offset; /* Current position in the file. */ member in struct:raw_info
121 const void **buff, size_t *size, off_t *offset)
136 *offset = info->offset;
137 info->offset += *size;
143 *offset = info->offset;
148 *offset = info->offset;
120 archive_read_format_raw_read_data(struct archive_read *a, const void **buff, size_t *size, off_t *offset) argument
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtime.c71 uint64_t offset; local
78 offset = (uint64_t)delta;
79 if ((int64_t)(inval -= offset) >= 0) {
84 offset = (uint64_t)-delta;
85 if ((int64_t)(inval += offset) >= -1) {
97 offset = _dispatch_time_nano2mach((uint64_t)delta);
98 if ((int64_t)(inval += offset) <= 0) {
103 offset = _dispatch_time_nano2mach((uint64_t)-delta);
104 if ((int64_t)(inval -= offset) < 1) {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcdbuilder.cpp66 size_t pagesize, size_t offset, size_t length)
71 mExecOffset = offset;
75 void CodeDirectory::Builder::reopen(string path, size_t offset, size_t length) argument
80 mExecOffset = offset;
113 // field is not used, we leave out the team ID offset
141 size_t offset = fixedSize(version); local
143 offset += mScatterSize; // scatter vector
144 offset += mIdentifier.size() + 1; // size of identifier (with null byte)
146 offset += mTeamID.size() + 1; // size of teamID (with null byte)
147 offset
65 executable(string path, size_t pagesize, size_t offset, size_t length) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcdbuilder.cpp66 size_t pagesize, size_t offset, size_t length)
71 mExecOffset = offset;
75 void CodeDirectory::Builder::reopen(string path, size_t offset, size_t length) argument
80 mExecOffset = offset;
113 // field is not used, we leave out the team ID offset
141 size_t offset = fixedSize(version); local
143 offset += mScatterSize; // scatter vector
144 offset += mIdentifier.size() + 1; // size of identifier (with null byte)
146 offset += mTeamID.size() + 1; // size of teamID (with null byte)
147 offset
65 executable(string path, size_t pagesize, size_t offset, size_t length) argument
[all...]

Completed in 349 milliseconds

1234567891011>>