Searched refs:offset (Results 501 - 525 of 3483) sorted by relevance

<<21222324252627282930>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object_control.defs99 offset : memory_object_offset_t;
114 * The set of pages is defined by a starting offset
115 * ("offset") and size ("size"). Only pages with the
116 * same page alignment as the starting offset are
121 offset : memory_object_offset_t;
150 in offset : memory_object_offset_t;
158 in offset : memory_object_offset_t;
179 in offset : memory_object_offset_t;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A Dmain.c99 ssize_t offset = 0; local
121 while(offset<sizeof(readbuff)) {
122 recv_count = recv(control_sock, readbuff+offset, sizeof(readbuff) - offset, 0);
131 for(i=offset; i<offset+recv_count; i++) {
137 offset += recv_count;
138 if(offset>=2 && readbuff[offset-1] == '\0' && readbuff[offset
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dndrmi.c361 idl_ulong_int offset; local
457 offset = *offset_vec_ptr;
459 IDL_CHECK_RANGE_BYTE( range_bounds, (idl_byte *)struct_addr + offset ); local
460 IDL_MARSH_BYTE( (idl_byte *)struct_addr + offset );
463 offset = *offset_vec_ptr;
465 IDL_CHECK_RANGE_CHAR( range_bounds, (idl_byte *)struct_addr + offset ); local
466 IDL_MARSH_CHAR( (idl_byte *)struct_addr + offset );
469 offset = *offset_vec_ptr;
471 IDL_CHECK_RANGE_BOOLEAN( range_bounds, (idl_byte *)struct_addr + offset ); local
472 IDL_MARSH_BOOLEAN( (idl_byte *)struct_addr + offset );
477 IDL_CHECK_RANGE_DOUBLE( range_bounds, (idl_byte *)struct_addr + offset ); local
488 IDL_CHECK_RANGE_FLOAT( range_bounds, (idl_byte *)struct_addr + offset ); local
494 IDL_CHECK_RANGE_SMALL( range_bounds, (idl_byte *)struct_addr + offset ); local
500 IDL_CHECK_RANGE_SHORT( range_bounds, (idl_byte *)struct_addr + offset ); local
506 IDL_CHECK_RANGE_LONG( range_bounds, (idl_byte *)struct_addr + offset ); local
517 IDL_CHECK_RANGE_USMALL( range_bounds, (idl_byte *)struct_addr + offset ); local
523 IDL_CHECK_RANGE_USHORT( range_bounds, (idl_byte *)struct_addr + offset ); local
529 IDL_CHECK_RANGE_ULONG( range_bounds, (idl_byte *)struct_addr + offset ); local
555 (idl_byte *)struct_addr+offset, 0, IDL_msp); local
699 (idl_byte *)struct_addr+offset, IDL_msp); local
[all...]
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp168 UInt32 offset = (addr.addressLo - kPCRBaseAddress)/4; local
169 UInt32 oldVal = OSSwapBigToHostInt32(fBuf[offset]);
171 fBuf[offset] = newVal;
172 if(fClients[offset].func)
173 (fClients[offset].func)(fClients[offset].refcon, nodeID, (offset-1) & 31, oldVal, OSSwapBigToHostInt32(newVal));
176 if ((fAVCTargetSpace) && (offset > 0) && (offset < 32))
177 fAVCTargetSpace->pcrModified(IOFWAVCPlugIsochOutputType,(offset
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp41 // If the context specifies a file offset, we directly pick that Mach-O binary (only).
49 if (ctx->offset)
50 mExecutable = new Universal(fd(), (size_t)ctx->offset, ctx->size);
175 size_t offset = macho->flip(cs->dataoff); local
177 if ((mSigningData = EmbeddedSignatureBlob::readBlob(macho->fd(), macho->offset() + offset, length))) {
208 info.take(macho->dataAt(macho->flip(sect64->offset), (size_t)macho->flip(sect64->size)));
210 info.take(macho->dataAt(macho->flip(sect->offset), macho->flip(sect->size)));
251 size_t offset = mExecutable->offset(); local
310 size_t offset = macho->flip(ldep->dataoff); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp41 // If the context specifies a file offset, we directly pick that Mach-O binary (only).
49 if (ctx->offset)
50 mExecutable = new Universal(fd(), (size_t)ctx->offset, ctx->size);
175 size_t offset = macho->flip(cs->dataoff); local
177 if ((mSigningData = EmbeddedSignatureBlob::readBlob(macho->fd(), macho->offset() + offset, length))) {
208 info.take(macho->dataAt(macho->flip(sect64->offset), (size_t)macho->flip(sect64->size)));
210 info.take(macho->dataAt(macho->flip(sect->offset), macho->flip(sect->size)));
251 size_t offset = mExecutable->offset(); local
310 size_t offset = macho->flip(ldep->dataoff); local
[all...]
/macosx-10.9.5/pdisk-9/
H A Dfile_media.c129 long read_file_media(MEDIA m, long long offset, unsigned long count, void *address);
130 long write_file_media(MEDIA m, long long offset, unsigned long count, void *address);
254 read_file_media(MEDIA m, long long offset, unsigned long count, void *address) argument
272 } else if (offset < 0 || offset % a->m.grain != 0) {
273 /* can't handle offset */
274 fprintf(stderr,"bad offset\n");
275 } else if (offset + count > a->m.size_in_bytes && a->m.size_in_bytes != (long long) 0) {
276 /* check for offset (and offset
299 write_file_media(MEDIA m, long long offset, unsigned long count, void *address) argument
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dzran.c15 the starting file offset and bit of that block, and the 32K bytes of
16 uncompressed data that precede that block. Also the uncompressed offset of
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
29 the decompression then proceeds until the desired offset in the file is
63 off_t out; /* corresponding offset in uncompressed data */
64 off_t in; /* offset in input file of first full byte */
237 /* Use the index to read len bytes from offset into buf, return bytes read or
244 local int extract(FILE *in, struct access *index, off_t offset, argument
260 while (--ret && here[1].out <= offset)
352 off_t offset; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dstringtriebuilder.cpp178 int32_t offset=write(getElementUnit(start, unitIndex)); local
188 value=offset-jumpTargets[unitNumber];
191 offset=write(getElementUnit(start, unitIndex));
197 offset=write(middleUnits[ltLength]);
199 return offset;
391 if(offset==0) {
392 offset=edgeNumber;
411 offset=builder.writeValueAndFinal(value, TRUE);
440 if(offset==0) {
441 offset
[all...]
H A Ducnv_bld.cpp1352 uint32_t offset, count, staticDataSize; local
1576 offset=count;
1578 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1579 outBytes+offset, pErrorCode);
1582 offset+=count;
1584 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1585 outBytes+offset, pErrorCode);
1588 offset=mbcsHeader.offsetToUCodeUnits;
1589 count=mbcsHeader.offsetFromUTable-offset;
1590 ds->swapArray16(ds, inBytes+offset, (int32_
[all...]
H A Drbbi.cpp523 * @return The offset of the beginning of the text.
538 * @return The text's past-the-end offset.
560 * @return The character offset of the boundary position n boundaries away from
701 * @offset The position from which to begin searching for a break position.
704 int32_t RuleBasedBreakIterator::following(int32_t offset) { argument
705 // if we have cached break positions and offset is in the range
708 // TODO: what if offset is outside range, but break is not?
710 if (offset >= fCachedBreakPositions[0]
711 && offset < fCachedBreakPositions[fNumCachedBreakPositions - 1]) {
714 while (offset >
812 preceding(int32_t offset) argument
922 isBoundary(int32_t offset) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Ddefault_freezer.c57 * tell us the object/offset pair that
63 default_freezer_mapping_create(vm_object_t object, vm_offset_t offset) argument
75 table->offset = offset;
107 memory_object_offset_t offset)
133 entry->offset = offset;
142 memory_object_offset_t offset,
143 memory_object_offset_t *table_offset, /*OUT: contains the offset into the compact object*/
156 compact_offset = table->offset;
103 default_freezer_mapping_store( default_freezer_mapping_table_t table, memory_object_offset_t table_offset, memory_object_t memory_object, memory_object_offset_t offset) argument
139 default_freezer_mapping_update( default_freezer_mapping_table_t table, memory_object_t memory_object, memory_object_offset_t offset, memory_object_offset_t *table_offset, boolean_t remove_entry) argument
510 df_memory_object_data_request( memory_object_t mem_obj, memory_object_offset_t offset, memory_object_cluster_size_t length, vm_prot_t protection_required, memory_object_fault_info_t fault_info) argument
679 df_memory_object_data_return( __unused memory_object_t mem_obj, __unused memory_object_offset_t offset, __unused memory_object_cluster_size_t size, __unused memory_object_offset_t *resid_offset, __unused int *io_error, __unused boolean_t dirty, __unused boolean_t kernel_copy, __unused int upl_flags) argument
695 df_memory_object_data_initialize( __unused memory_object_t mem_obj, __unused memory_object_offset_t offset, __unused memory_object_cluster_size_t size) argument
706 df_memory_object_data_unlock( __unused memory_object_t mem_obj, __unused memory_object_offset_t offset, __unused memory_object_size_t length, __unused vm_prot_t prot) argument
718 df_memory_object_synchronize( __unused memory_object_t mem_obj, __unused memory_object_offset_t offset, __unused memory_object_size_t length, __unused vm_sync_t flags) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DPacket.pm107 my ($header, $offset) = Net::DNS::Header->parse($data);
113 ($qd, $offset) = Net::DNS::Question->parse($data, $offset);
117 # Retain offset for on-demand parse of remaining data
118 $self{offset} = $offset;
229 my $offset = $self->{offset} || return;
230 undef $self->{offset};
234 ($rr, $offset)
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSObject.h498 PropertyOffset offset = structure()->get(vm, propertyName);
499 checkOffset(offset, structure()->inlineCapacity());
500 return offset != invalidOffset ? getDirect(offset) : JSValue();
505 PropertyOffset offset = structure()->get(vm, propertyName);
506 checkOffset(offset, structure()->inlineCapacity());
507 return offset;
536 const WriteBarrierBase<Unknown>* locationForOffset(PropertyOffset offset) const
538 if (isInlineOffset(offset))
539 return &inlineStorage()[offsetInInlineStorage(offset)];
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtztest.cpp88 int32_t offset = 12345; local
90 SimpleTimeZone *zone = new SimpleTimeZone(offset, id);
168 UDate offset = 60*60*1000*1.75; // Pick a weird offset local
169 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone");
173 // calendar with the (above) declared local offset.
308 * Test the offset of the PRT timezone.
699 errln((UnicodeString)"FAIL: ANY_W5 contains a zone whose offset is not -05:00: " + *id1);
844 int32_t offset; member in struct:__anon1391
906 if (!tz || (kReferenceList[i].offset !
1029 formatOffset(int32_t offset, UnicodeString &rv) argument
1074 formatTZID(int32_t offset, UnicodeString &rv) argument
1174 UnicodeString offset, expectedID; local
1565 int32_t offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1, local
1614 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5, local
1772 int32_t offset; // total offset (millis) member in struct:__anon1395
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerMIPS.h153 if (address.offset >= -32768 && address.offset <= 32767
156 lw dataTemp, offset(base)
159 sw dataTemp, offset(base)
161 m_assembler.lw(dataTempRegister, address.base, address.offset);
169 m_assembler.sw(dataTempRegister, address.base, address.offset);
172 lui addrTemp, (offset + 0x8000) >> 16
174 lw dataTemp, (offset & 0xffff)(addrTemp)
177 sw dataTemp, (offset & 0xffff)(addrTemp)
179 m_assembler.lui(addrTempRegister, (address.offset
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssectool.c249 time_units(isc_stdtime_t offset, char *suffix, const char *str) { argument
252 return (offset * (365 * 24 * 3600));
256 return (offset * (30 * 24 * 3600));
258 return (offset * 60);
268 return (offset * (7 * 24 * 3600));
270 return (offset * (24 * 3600));
272 return (offset * 3600);
274 return (offset);
297 isc_int64_t val, offset; local
313 offset
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsCodeEmitter.cpp194 // Base register is encoded in bits 20-16, offset is encoded in bits 15-0.
277 unsigned offset = getMachineOpValue(MI, MI.getOperand(2)); local
278 // swr src, offset(base)
279 // swl src, offset+3(base)
281 (0x2e << 26) | (base << 21) | (src << 16) | (offset & 0xffff));
283 (0x2a << 26) | (base << 21) | (src << 16) | ((offset+3) & 0xffff));
290 unsigned offset = getMachineOpValue(MI, MI.getOperand(2)); local
293 // lwr dst, offset(base)
294 // lwl dst, offset+3(base)
296 (0x26 << 26) | (base << 21) | (dst << 16) | (offset
317 unsigned offset = getMachineOpValue(MI, MI.getOperand(2)); local
334 unsigned offset = getMachineOpValue(MI, MI.getOperand(2)); local
354 unsigned offset = getMachineOpValue(MI, MI.getOperand(2)); local
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.c546 char * offset; local
932 offset = (char *)(entry + 1);
938 entry->archlist = (const char * *)offset;
939 (void)my_CFStringArrayToCStringArray(archlist_prop, offset,
942 offset += archlist_space;
952 entry->sysids = (const char * *)offset;
953 (void)my_CFStringArrayToCStringArray(sysids_prop, offset,
958 offset += sysids_space;
963 entry->enabled_mac_addresses = (const struct ether_addr *)offset;
964 (void)my_CFStringArrayToEtherArray(enabled_mac_prop, offset,
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DIPSECKEY.pm43 my ($class, $self, $data, $offset) = @_;
45 my $offsettoprec = $offset;
46 my $offsettogatetype = $offset+1;
47 my $offsettoalgor = $offset+2;
48 my $offsettogateway = $offset+3;
72 ($self->{"rdlength"}-$offsettopubkey+$offset));
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dsel-lex.l130 n = _hx509_expr_input.length - _hx509_expr_input.offset;
136 memcpy(buf, _hx509_expr_input.buf + _hx509_expr_input.offset, n);
137 _hx509_expr_input.offset += n;
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DContextualGlyphSubstProc2.cpp49 le_uint32 offset = SWAPL(perGlyphTable[markIndex]); local
51 TTGlyphID newGlyph = lookup(offset, mGlyph);
56 le_uint32 offset = SWAPL(perGlyphTable[currIndex]); local
58 TTGlyphID newGlyph = lookup(offset, thisGlyph);
73 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid) argument
75 LookupTable *lookupTable = ((LookupTable *) ((char *)perGlyphTable + offset));
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.cpp474 UInt32 offset; local
497 status = getIndexOffset( index, offset );
502 status = updateROMCache( offset, 1 );
508 len = ((OSSwapBigToHostInt32(data[offset]) & kConfigLeafDirLength) >> kConfigLeafDirLengthPhase);
511 // FWKLOG(( "IOConfigDirectory::getIndexValue(OSData) updateROMCache( %ld, %d )\n", offset, len ));
513 status = updateROMCache( offset + 1, len );
519 value = OSData::withBytes(data+offset+1, len*sizeof(UInt32));
538 UInt32 offset; local
576 status = getIndexOffset(index, offset);
581 status = updateROMCache(offset,
676 UInt32 offset; local
719 UInt32 offset; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/button/
H A Dbutton.edc112 offset: 15 8;
117 offset: -285 -11;
119 offset: -16 -11;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DHitTestLocation.cpp103 HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset, RenderRegion* region) argument
112 move(offset);
143 void HitTestLocation::move(const LayoutSize& offset) argument
145 m_point.move(offset);
146 m_transformedPoint.move(offset);
147 m_transformedRect.move(offset);

Completed in 301 milliseconds

<<21222324252627282930>>