Searched refs:offset (Results 426 - 450 of 3483) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.mm68 - (void)setStart:(WKDOMNode *)node offset:(int)offset
72 _impl->setStart(WebKit::toWebCoreNode(node), offset, ec);
75 - (void)setEnd:(WKDOMNode *)node offset:(int)offset
79 _impl->setEnd(WebKit::toWebCoreNode(node), offset, ec);
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Ddeclare.c169 int offset, aflags; local
175 offset = assignment (name, 0);
178 if (offset) /* declare [-afFirx] name=value */
180 name[offset] = '\0';
181 value = name + offset + 1;
182 if (name[offset - 1] == '+')
185 name[offset - 1] = '\0';
247 if (offset) /* declare -f [-rix] foo=bar */
323 if ((readonly_p (var) || noassign_p (var)) && offset)
332 if ((making_array_special || (flags_on & att_array) || array_p (var)) && offset)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbacktrace_test.c41 unsigned long offset; local
55 result = isc_backtrace_getsymbol(tracebuf[i], &fname, &offset);
71 &offset);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dassertions.c124 unsigned long offset; local
128 &offset);
131 tracebuf[i], fname, offset);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-am33lin.c44 int offset; local
60 offset = 72;
68 note->descpos + offset);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dfsrw.d80 self->offset = this->filep->f_offset;
94 (int)arg2, self->offset / 1024, self->vpath);
101 (int)arg2, self->offset / 1024, self->vpath);
108 self->offset = 0;
123 /* fetch the real offset (file_t is unaware of this) */
136 this->offset = self->read_ahead ? self->ra_offset : args[2]->fi_offset;
140 this->offset / 1024, args[2]->fi_pathname);
/macosx-10.9.5/dtrace-118.1/DTTk/FS/
H A Dfsrw.d80 self->offset = this->filep->f_offset;
94 (int)arg2, self->offset / 1024, self->vpath);
101 (int)arg2, self->offset / 1024, self->vpath);
108 self->offset = 0;
123 /* fetch the real offset (file_t is unaware of this) */
136 this->offset = self->read_ahead ? self->ra_offset : args[2]->fi_offset;
140 this->offset / 1024, args[2]->fi_pathname);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dhead.c92 if (opt_info.offset && argv[opt_info.index][opt_info.offset] == 'c')
95 opt_info.offset++;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineRelocation.h30 /// 1. An offset in the machine code buffer, the location to modify.
50 /// Offset - This is the offset from the start of the code buffer of the
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType, argument
88 Result.Offset = offset;
101 static MachineRelocation getIndirectSymbol(uintptr_t offset, argument
108 Result.Offset = offset;
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType, argument
125 Result.Offset = offset;
139 static MachineRelocation getExtSym(uintptr_t offset, unsigned RelocationType, argument
145 Result.Offset = offset;
159 getConstPool(uintptr_t offset,unsigned RelocationType, unsigned CPI, intptr_t cst = 0, bool letTargetResolve = false) argument
178 getJumpTable(uintptr_t offset,unsigned RelocationType, unsigned JTI, intptr_t cst = 0, bool letTargetResolve = false) argument
[all...]
/macosx-10.9.5/ntp-88/scripts/stats/
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
4 r <- lsfit(etf$sec, etf$offset)
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/macosx-10.9.5/pdisk-9/
H A Ddeblock_media.c77 long read_deblock_media(MEDIA m, long long offset, unsigned long count, void *address);
78 long write_deblock_media(MEDIA m, long long offset, unsigned long count, void *address);
163 read_deblock_media(MEDIA m, long long offset, unsigned long count, void *address) argument
182 } else if (offset < 0 || offset % a->m.grain != 0) {
183 /* can't handle offset */
185 rtn_value = read_media(a->next_media, offset, count, address);
189 cur_offset = offset;
230 write_deblock_media(MEDIA m, long long offset, unsigned long count, void *address) argument
249 } else if (offset <
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Drcpt_buf.c16 /* long offset; /* REC_TYPE_RCPT byte */
85 rcpt->offset = 0;
99 rcpt->offset = 0;
131 ATTR_TYPE_LONG, MAIL_ATTR_OFFSET, &rcpt->offset,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py59 offset = notification.object().offset()
60 self.tlayerView.setShadowOffset_(offset)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py59 offset = notification.object().offset()
60 self.tlayerView.setShadowOffset_(offset)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.h34 static toff_t seek(thandle_t fd, toff_t offset, int origin);
49 bool seekInt(thandle_t fd, unsigned int offset, int origin);
66 * c-basic-offset: 8
/macosx-10.9.5/text_cmds-87/unvis/
H A Dunvis.c96 int offset = 0, c, ret; local
101 offset++;
111 warnx("%s: offset: %d: can't decode", filename, offset);
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_form.c148 offset within the local CU thru the pointer.
150 DW_FORM_ref_addr is a global-offset into the debug_info section.
155 DWARF2 as address-size but which was always an offset
156 so should have always been offset size (wording
165 Dwarf_Unsigned offset; local
189 offset = *(Dwarf_Small *) attr->ar_debug_info_ptr;
193 READ_UNALIGNED(dbg, offset, Dwarf_Unsigned,
198 READ_UNALIGNED(dbg, offset, Dwarf_Unsigned,
203 READ_UNALIGNED(dbg, offset, Dwarf_Unsigned,
208 offset
244 Dwarf_Unsigned offset; local
649 Dwarf_Unsigned offset; local
[all...]
H A Ddwarf_die_deliv.c49 if a CU that includes the given offset has been read
62 _dwarf_find_CU_Context(Dwarf_Debug dbg, Dwarf_Off offset) argument
66 if (offset >= dbg->de_info_last_offset)
71 dbg->de_cu_context->cc_next->cc_debug_info_offset == offset) {
77 dbg->de_cu_context->cc_debug_info_offset <= offset) {
82 if (offset >= cu_context->cc_debug_info_offset &&
83 offset < cu_context->cc_debug_info_offset +
95 if (offset >= cu_context->cc_debug_info_offset &&
96 offset < cu_context->cc_debug_info_offset +
113 _dwarf_find_offdie_CU_Context(Dwarf_Debug dbg, Dwarf_Off offset) argument
146 _dwarf_make_CU_Context(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Error * error) argument
377 Dwarf_Unsigned offset; local
704 dwarf_offdie(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Die * new_die, Dwarf_Error * error) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbtree_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
46 (u_long)argp->llsn.file, (u_long)argp->llsn.offset);
49 (u_long)argp->rlsn.file, (u_long)argp->rlsn.offset);
53 (u_long)argp->nlsn.file, (u_long)argp->nlsn.offset);
92 (u_long)lsnp->file, (u_long)lsnp->offset,
96 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
114 (u_long)argp->rootlsn.file, (u_long)argp->rootlsn.offset);
143 (u_long)lsnp->file, (u_long)lsnp->offset,
147 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duresdata.c42 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
55 /* empty resources, returned when the resource offset is 0 */
184 pResData->localKeyLimit=0x10000; /* greater than any 16-bit key string offset */
304 uint32_t offset=RES_GET_OFFSET(res); local
308 p=(const UChar *)(pResData->p16BitUnits+offset);
322 } else if(res==offset) /* RES_GET_TYPE(res)==URES_STRING */ {
339 uint32_t offset=RES_GET_OFFSET(res); local
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
358 uint32_t offset local
378 uint32_t offset=RES_GET_OFFSET(res); local
395 uint32_t offset=RES_GET_OFFSET(res); local
420 uint32_t offset=RES_GET_OFFSET(table); local
468 uint32_t offset=RES_GET_OFFSET(table); local
525 uint32_t offset=RES_GET_OFFSET(array); local
702 int32_t offset, count; local
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIDevice.cpp534 UInt8 offset )
536 return (parent->configRead32(_space, offset));
540 UInt8 offset, UInt32 data )
542 parent->configWrite32( _space, offset, data );
546 UInt8 offset )
548 return (parent->configRead16(_space, offset));
552 UInt8 offset, UInt16 data )
554 parent->configWrite16( _space, offset, data );
558 UInt8 offset )
560 return (parent->configRead8(_space, offset));
539 configWrite32( IOPCIAddressSpace _space, UInt8 offset, UInt32 data ) argument
551 configWrite16( IOPCIAddressSpace _space, UInt8 offset, UInt16 data ) argument
563 configWrite8( IOPCIAddressSpace _space, UInt8 offset, UInt8 data ) argument
592 configWrite32( UInt8 offset, UInt32 data ) argument
604 configWrite16( UInt8 offset, UInt16 data ) argument
616 configWrite8( UInt8 offset, UInt8 data ) argument
634 extendedConfigWrite32( IOByteCount offset, UInt32 data ) argument
650 extendedConfigWrite16( IOByteCount offset, UInt16 data ) argument
666 extendedConfigWrite8( IOByteCount offset, UInt8 data ) argument
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Dlzmaxar.c105 size_t outlen, offset = 0; local
149 LZMA_CONTEXT(context)->lzma.next_out = ((unsigned char *)out) + offset;
150 LZMA_CONTEXT(context)->lzma.avail_out = outlen - offset;
161 offset += outlen - offset - LZMA_CONTEXT(context)->lzma.avail_out;
162 if( (r == LZMA_STREAM_END) && (offset == 0) )
168 *inlen = offset;
215 size_t outlen, offset = 0; local
300 LZMA_CONTEXT(context)->lzma.next_out = ((unsigned char *)out) + offset;
301 LZMA_CONTEXT(context)->lzma.avail_out = outlen - offset;
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h205 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
215 UInt32 offset,
221 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
259 @param offset A byte offset into the memory descriptor's memory.
264 IOByteCount offset, IOByteCount length );
271 @discussion This method returns the physical address of the byte at the given offset into the memory, and optionally the length of the physically contiguous segment from that offset.
272 @param offset A byte offset int
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_autop.c39 (u_long)lsnp->file, (u_long)lsnp->offset,
43 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
85 (u_long)lsnp->file, (u_long)lsnp->offset,
89 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
132 (u_long)lsnp->file, (u_long)lsnp->offset,
136 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
138 (u_long)argp->ckp_lsn.file, (u_long)argp->ckp_lsn.offset);
140 (u_long)argp->last_ckp.file, (u_long)argp->last_ckp.offset);
180 (u_long)lsnp->file, (u_long)lsnp->offset,
184 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DAFSDB.pm17 my ($class, $self, $data, $offset) = @_;
20 my ($subtype) = unpack("\@$offset n", $$data);
21 $offset += Net::DNS::INT16SZ();
22 my($hostname) = Net::DNS::Packet::dn_expand($data, $offset);
51 my ($self, $packet, $offset) = @_;
57 $offset + length $rdata);

Completed in 393 milliseconds

<<11121314151617181920>>