Searched refs:offset (Results 126 - 150 of 3165) sorted by relevance

1234567891011>>

/macosx-10.10.1/shell_cmds-179/apply/
H A Dapply.c65 int ch, debug, i, magic, n, nargs, offset, rval; local
145 offset = snprintf(cmd, cmdsize, EXEC "%s", argv[0]);
146 if ((size_t)offset >= cmdsize)
148 p += offset;
149 cmdsize -= offset;
151 offset = snprintf(p, cmdsize, " %c%d", magic, i);
152 if ((size_t)offset >= cmdsize)
154 p += offset;
155 cmdsize -= offset;
165 offset
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.cpp49 uint32_t DebugLineInterpreter::parseULEB128(const char*& offset) argument
55 byte = read<uint8_t>(offset);
62 int32_t DebugLineInterpreter::parseSLEB128(const char*& offset) argument
68 byte = read<uint8_t>(offset);
145 void DebugLineInterpreter::parseIncludeDirectories(const char*& offset) argument
148 while ((length = strlen(offset))) {
149 m_prologue.includeDirectories.append(offset);
150 offset += length + 1;
154 offset += 1;
157 void DebugLineInterpreter::parseFileEntries(const char*& offset) argument
167 parseFileEntry(const char*& offset, FileEntry& entry) argument
192 interpretOpcode(const char*& offset) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dyaml_private.h177 #define CHECK_AT(string,octet,offset) \
178 ((string).pointer[offset] == (yaml_char_t)(octet))
191 #define IS_ALPHA_AT(string,offset) \
192 (((string).pointer[offset] >= (yaml_char_t) '0' && \
193 (string).pointer[offset] <= (yaml_char_t) '9') || \
194 ((string).pointer[offset] >= (yaml_char_t) 'A' && \
195 (string).pointer[offset] <= (yaml_char_t) 'Z') || \
196 ((string).pointer[offset] >= (yaml_char_t) 'a' && \
197 (string).pointer[offset] <= (yaml_char_t) 'z') || \
198 (string).pointer[offset]
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDateMath.h59 , offset(0)
63 LocalTimeOffset(bool isDST, int offset) argument
65 , offset(offset)
71 return isDST == other.isDST && offset == other.offset;
76 return isDST != other.isDST || offset != other.offset;
80 int offset; member in struct:WTF::LocalTimeOffset
89 WTF_EXPORT_PRIVATE double parseDateFromNullTerminatedCharacters(const char* dateString, bool& haveTZ, int& offset);
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object.defs120 offset : memory_object_offset_t;
138 offset : memory_object_offset_t;
156 offset : memory_object_offset_t;
169 offset : memory_object_offset_t;
184 offset : memory_object_offset_t;
/macosx-10.10.1/ksh-23/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.10.1/hfs-285/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.10.1/ICU-531.30/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.10.1/Libinfo-459/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.10.1/file_cmds-242/dd/
H A Dposition.c77 if (lseek(in.fd, in.offset * in.dbsz, SEEK_CUR) == -1 &&
84 if (in.offset < 0)
85 errx(1, "%s: illegal offset", "iseek/skip");
92 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
142 if (lseek(out.fd, out.offset * out.dbsz, SEEK_CUR) == -1 &&
149 if (out.offset < 0)
150 errx(1, "%s: illegal offset", "oseek/seek");
153 for (cnt = 0; cnt < out.offset; ++cnt) {
160 while (cnt++ < out.offset) {
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/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.10.1/diskdev_cmds-576/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.10.1/rsync-45/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.10.1/ICU-531.30/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/libarchive-30/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.10.1/libdispatch-442.1.4/src/
H A Dtime.c73 uint64_t offset; local
80 offset = (uint64_t)delta;
81 if ((int64_t)(inval -= offset) >= 0) {
86 offset = (uint64_t)-delta;
87 if ((int64_t)(inval += offset) >= -1) {
99 offset = _dispatch_time_nano2mach((uint64_t)delta);
100 if ((int64_t)(inval += offset) <= 0) {
105 offset = _dispatch_time_nano2mach((uint64_t)-delta);
106 if ((int64_t)(inval -= offset) < 1) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPutByIdVariant.h50 static PutByIdVariant replace(Structure* structure, PropertyOffset offset) argument
55 result.m_offset = offset;
61 PassRefPtr<IntendedStructureChain> structureChain, PropertyOffset offset)
68 result.m_offset = offset;
101 PropertyOffset offset() const function in class:JSC::PutByIdVariant
59 transition( Structure* oldStructure, Structure* newStructure, PassRefPtr<IntendedStructureChain> structureChain, PropertyOffset offset) argument
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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 300 milliseconds

1234567891011>>