Searched refs:offset (Results 476 - 500 of 3483) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
74 (u_long)lsnp->file, (u_long)lsnp->offset,
78 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
86 (u_long)argp->metalsn.file, (u_long)argp->metalsn.offset);
116 (u_long)lsnp->file, (u_long)lsnp->offset,
120 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
123 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
157 (u_long)lsnp->file, (u_long)lsnp->offset,
161 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dsetenv.c240 int offset; local
243 if ((c = __findenv(name, &offset, *environp))) { /* find if already exists */
251 e = (*environp)[offset];
261 (*environp)[offset] = r;
300 offset = cnt;
307 if (!((*environp)[offset] = /* name + `=' + value */
310 _owned_ptr_add(owned, (*environp)[offset]);
311 for (c = (*environp)[offset]; (*c = *name++) && *c != '='; ++c);
323 (*environp)[offset] = (char *)name;
332 int offset; local
[all...]
/macosx-10.9.5/top-89.1.2/
H A Dgeneric.c140 * The string resulted in an offset less than the requested
141 * offset. We may need to truncate it later.
293 size_t offset; local
322 offset = cells->length;
347 cells->array[offset].length = 0;
351 if(cells->array[offset].string
352 && cells->array[offset].allocated_length >= sample_z_length) {
354 memcpy(cells->array[offset].string, sample, sample_z_length);
355 cells->array[offset].length = sample_length;
358 free(cells->array[offset]
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/fcntlrangecheck_tests_11202484_src/
H A Dfcntlrangecheck_tests_11202484.c32 #define read_lock(fd, offset, whence, len, ret) \
33 do_fcntl_lock(fd, F_SETLK, F_RDLCK, offset, whence, len, ret)
34 #define readw_lock(fd, offset, whence, len, ret) \
35 do_fcntl_lock(fd, F_SETLKW, F_RDLCK, offset, whence, len, ret)
36 #define write_lock(fd, offset, whence, len, ret) \
37 do_fcntl_lock(fd, F_SETLK, F_WRLCK, offset, whence, len, ret)
38 #define writew_lock(fd, offset, whence, len, ret) \
39 do_fcntl_lock(fd, F_SETLKW, F_WRLCK, offset, whence, len, ret)
40 #define un_lock(fd, offset, whence, len, ret) \
41 do_fcntl_lock(fd, F_SETLK, F_UNLCK, offset, whenc
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
85 my ( $stmt, @bind ) = $sql->where( \%where, \@order, $limit, $offset );
101 Sets the default syntax model to use for emulating a C<LIMIT $rows OFFSET $offset>
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
142 Same as C<SQL::Abstract::select>, but accepts additional C<$rows>, C<$offset>
161 my ( $order, $rows, $offset, $syntax ) = $self->_get_args( @_ );
174 $sql = $self->_emulate_limit( $syntax_name, $sql, $order, $rows, $offset );
179 =item where( [ $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] ] )
181 Same as C<SQL::Abstract::where>, but accepts additional C<$rows>, C<$offset>
212 my ( $order, $rows, $offset,
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
85 my ( $stmt, @bind ) = $sql->where( \%where, \@order, $limit, $offset );
101 Sets the default syntax model to use for emulating a C<LIMIT $rows OFFSET $offset>
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
142 Same as C<SQL::Abstract::select>, but accepts additional C<$rows>, C<$offset>
161 my ( $order, $rows, $offset, $syntax ) = $self->_get_args( @_ );
174 $sql = $self->_emulate_limit( $syntax_name, $sql, $order, $rows, $offset );
179 =item where( [ $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] ] )
181 Same as C<SQL::Abstract::where>, but accepts additional C<$rows>, C<$offset>
212 my ( $order, $rows, $offset,
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86Common.h122 m_assembler.addl_im(imm.m_value, address.offset, address.base);
132 m_assembler.addl_mr(src.offset, src.base, dest);
137 m_assembler.addl_rm(src, dest.offset, dest.base);
157 m_assembler.andl_rm(src, dest.offset, dest.base);
162 m_assembler.andl_mr(src.offset, src.base, dest);
167 m_assembler.andl_im(imm.m_value, address.offset, address.base);
232 m_assembler.imull_mr(src.offset, src.base, dest);
247 m_assembler.negl_m(srcDest.offset, srcDest.base);
262 m_assembler.orl_rm(src, dest.offset, dest.base);
267 m_assembler.orl_mr(src.offset, sr
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DRange.cpp147 return m_start.offset();
167 return m_end.offset();
213 void Range::setStart(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) argument
232 Node* childNode = checkNodeWOffset(refNode.get(), offset, ec);
236 m_start.set(refNode, offset, childNode);
242 void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) argument
261 Node* childNode = checkNodeWOffset(refNode.get(), offset, ec);
265 m_end.set(refNode, offset, childNode);
296 bool Range::isPointInRange(Node* refNode, int offset, ExceptionCode& ec) argument
313 checkNodeWOffset(refNode, offset, e
321 comparePoint(Node* refNode, int offset, ExceptionCode& ec) const argument
627 childOfCommonRootBeforeOffset(Node* container, unsigned offset, Node* commonRoot) argument
1132 checkNodeWOffset(Node* n, int offset, ExceptionCode& ec) const argument
1785 boundaryTextInserted(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length) argument
1795 textInserted(Node* text, unsigned offset, unsigned length) argument
1803 boundaryTextRemoved(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length) argument
1816 textRemoved(Node* text, unsigned offset, unsigned length) argument
1824 boundaryTextNodesMerged(RangeBoundaryPoint& boundary, NodeWithIndex& oldNode, unsigned offset) argument
1832 textNodesMerged(NodeWithIndex& oldNode, unsigned offset) argument
[all...]
H A DRange.h58 int startOffset() const { return m_start.offset(); }
60 int endOffset() const { return m_end.offset(); }
70 void setStart(PassRefPtr<Node> container, int offset, ExceptionCode& = ASSERT_NO_EXCEPTION);
71 void setEnd(PassRefPtr<Node> container, int offset, ExceptionCode& = ASSERT_NO_EXCEPTION);
73 bool isPointInRange(Node* refNode, int offset, ExceptionCode&);
74 short comparePoint(Node* refNode, int offset, ExceptionCode&) const;
134 void textInserted(Node*, unsigned offset, unsigned length);
135 void textRemoved(Node*, unsigned offset, unsigned length);
136 void textNodesMerged(NodeWithIndex& oldNode, unsigned offset);
157 Node* checkNodeWOffset(Node*, int offset, ExceptionCod
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl152 set curoffset [readLong $data 4] ; # just called "offset" in the Perl - DNew
163 set offset [readLong $entry 8]
164 set value [readIFDEntry $data $format $components $offset]
193 array set result [exifSubIFD $data $offset]
198 set offset [readLong $data [expr {$curoffset + 12 * $numEntries}]]
199 debug "Offset to next IFD: $offset"
200 array set thumb_result [exifSubIFD $data $offset]
221 debug "EXIF: offset=$curoffset"
231 set offset [readLong $entry 8]
235 set result(ComponentsConfigured) [format 0x%08x $offset]
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtzfmt.cpp99 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
121 // Maximum offset (exclusive) in millisecond supported by offset formats
124 // Maximum values for GMT offset fields
171 // This class represents a localized GMT offset pattern
666 int32_t offset = rawOffset + dstOffset; local
673 formatOffsetLocalizedGMT(offset, name, status);
679 formatOffsetShortLocalizedGMT(offset, name, status);
683 formatOffsetISO8601Basic(offset, TRUE, TRUE, TRUE, name, status);
687 formatOffsetISO8601Basic(offset, FALS
798 int32_t offset; local
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Dppc_reloc.c94 unsigned long offset; local
107 offset = 0;
205 * The r_address field is really an offset into the contents of the
437 * saved) the offset to be added to the symbol's value is
439 * the symbol is in. In here if the offset is not zero then
447 offset = get_byte((char *)(contents + r_address));
450 offset = get_short((short *)(contents + r_address));
453 offset = get_long((long *)(contents + r_address));
460 offset += input_pc;
466 offset
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m68hc11.c398 /* Make a note of the offset within the stubs for this entry. */
438 /* As above, but don't actually build the stub. Just bump offset so
546 unsigned value, unsigned long offset,
551 unsigned long ldx_offset = offset;
559 code = bfd_get_8 (abfd, contents + offset);
563 offset++;
564 code = bfd_get_8 (abfd, contents + offset);
566 ldx_size = offset - ldx_offset + 3;
567 offset += 3;
568 if (code != M6811_OP_LDX_IMMEDIATE || offset >
543 m68hc11_relax_group(bfd *abfd, asection *sec, bfd_byte *contents, unsigned value, unsigned long offset, unsigned long end_group) argument
881 bfd_vma offset; local
931 unsigned short offset; local
1007 bfd_vma offset; local
1132 unsigned char offset; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSString.h45 JSString* jsSingleCharacterSubstring(ExecState*, const String&, unsigned offset);
46 JSString* jsSubstring(VM*, const String&, unsigned offset, unsigned length);
47 JSString* jsSubstring(ExecState*, const String&, unsigned offset, unsigned length);
213 friend JSString* jsSubstring(ExecState*, JSString*, unsigned offset, unsigned length);
359 ALWAYS_INLINE JSString* jsSingleCharacterSubstring(ExecState* exec, const String& s, unsigned offset) argument
362 ASSERT(offset < static_cast<unsigned>(s.length()));
363 UChar c = s.characterAt(offset);
366 return JSString::create(*vm, StringImpl::create(s.impl(), offset, 1));
411 inline JSString* jsSubstring(ExecState* exec, JSString* s, unsigned offset, unsigned length)
413 ASSERT(offset <
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm34 | [+-]\d\d:\d\d # Hour:Minute TZ offset
35 (?::\d\d)? # :Second TZ offset
97 my $offset = $dt->offset();
99 return $base unless defined $offset;
101 return $base . _offset_as_string($offset)
114 my $offset = shift;
116 return undef unless defined $offset;
118 my $sign = $offset < 0 ? '-' : '+';
120 my $hours = $offset / ( 6
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DNSAP.pm15 my ($class, $self, $data, $offset) = @_;
18 my $afi = unpack("\@$offset C", $$data);
20 ++$offset;
23 my @idi = unpack("\@$offset C2", $$data);
24 $offset += 2;
26 my $dfi = unpack("\@$offset C", $$data);
27 $offset += 1;
29 my @aa = unpack("\@$offset C3", $$data);
30 $offset += 3;
32 my @rsvd = unpack("\@$offset C
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertTextCommand.cpp203 const unsigned offset = startPosition.offsetInContainerNode(); local
205 insertTextIntoNode(textNode, offset, m_text);
206 endPosition = Position(textNode, offset + m_text.length());
208 m_markerSupplier->addMarkersToTextNode(textNode.get(), offset, m_text);
241 unsigned int offset = node->isTextNode() ? insertPos.offsetInContainerNode() : 0; local
246 insertTextIntoNode(textNode, offset, "\t");
247 return Position(textNode.release(), offset + 1);
258 if (offset >= textNode->length())
265 if (offset > 0)
266 splitTextNode(textNode, offset);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/upforwd/ans4/
H A Dans.pl188 my ($header, $offset) = Net::DNS::Header->parse(\$data);
190 ($q, $offset) = Net::DNS::Question->parse(\$data, $offset);
193 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
196 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
199 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
201 return $offset;
[all...]
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemVNodeOps.c300 // Add the offset for a CD Track...
447 // Can't read from a negative offset
451 DebugLog ( ( "CDDA_Read: Can't read from a negative offset..." ) );
459 off_t offset = uio_offset ( uio ); local
474 amountToCopy = ( UInt32 ) __u64min ( uio_resid ( uio ), numBytes - offset );
476 error = uiomove ( ( caddr_t ) &cddaNodePtr->u.xmlFile.fileDataPtr[offset],
498 off_t offset = 0; local
502 offset = uio_offset ( uio );
505 if ( offset > cddaNodePtr->u.file.nodeInfoPtr->numBytes )
516 if ( offset < headerSiz
1098 off_t offset = 0; local
[all...]
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h66 * flags, and the byte offset of each of the sections relative to the end of the
87 * Strings are recorded as a string table ID (0 or 1) and a byte offset into the
101 #define CTF_MAX_NAME 0x7fffffff /* max offset into a string table */
103 #define CTF_MAX_INTOFF 0xff /* max offset of intrinsic value in bits */
121 uint_t cth_lbloff; /* offset of label section */
122 uint_t cth_objtoff; /* offset of object section */
123 uint_t cth_funcoff; /* offset of function section */
124 uint_t cth_typeoff; /* offset of type section */
125 uint_t cth_stroff; /* offset of string section */
204 * offset
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dpaxerror.c174 read_error_details (char const *name, off_t offset, size_t size) argument
182 quotearg_colon (name), STRINGIFY_BIGINT (offset, buf),
187 read_warn_details (char const *name, off_t offset, size_t size) argument
195 quotearg_colon (name), STRINGIFY_BIGINT (offset, buf),
206 read_fatal_details (char const *name, off_t offset, size_t size) argument
214 quotearg_colon (name), STRINGIFY_BIGINT (offset, buf),
255 seek_error_details (char const *name, off_t offset) argument
261 STRINGIFY_BIGINT (offset, buf)));
271 seek_warn_details (char const *name, off_t offset) argument
277 STRINGIFY_BIGINT (offset, bu
[all...]
/macosx-10.9.5/ntp-88/scripts/monitoring/
H A Dntp.pl39 ;# n offset
82 local($junksize,$junk,$packet,$offset,$ret);
83 $offset = 0;
98 $offset, $junksize, $junk);
103 $offset += $junksize;
332 local($li_vn_mode,$r_e_m_op,$seq,$status,$associd,$offset,$count,$data);
343 ($li_vn_mode,$r_e_m_op,$seq,$status,$associd,$offset,$count,$data) =
368 if ($offset == 0 && &pkt_M($r_e_m_op) == 0)
399 $FRAGS{$offset} = $data;
407 if (defined($FRAGS{$offset}))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableUtil.c74 TableOptionBdSet(clientData, interp, tkwin, value, widgRec, offset)
80 int offset; /* Offset into item. */
99 TableTag *tagPtr = (TableTag *) (widgRec + offset);
175 TableOptionBdGet(clientData, tkwin, widgRec, offset, freeProcPtr)
179 int offset; /* Offset into item. */
187 return ((TableTag *) (widgRec + offset))->borderStr;
309 Tk_Window unused, CONST84 char *value, char *widgRec, int offset)
317 *((int*)(widgRec+offset)) = mode;
339 char *widgRec, int offset, Tcl_FreeProc **freeProcPtr)
342 int mode = *((int*)(widgRec+offset));
304 Cmd_OptionSet(ClientData clientData, Tcl_Interp *interp, Tk_Window unused, CONST84 char *value, char *widgRec, int offset) argument
333 Cmd_OptionGet(ClientData clientData, Tk_Window unused, char *widgRec, int offset, Tcl_FreeProc **freeProcPtr) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTagSet.c266 #define OBJ_AT(record, offset) (*(Tcl_Obj**)(((char*)record)+offset))
277 int offset = optionSpec->objOffset; local
282 if (OBJ_AT(tag->tagRecord, offset) != 0 && tag->priority < prio) {
283 OBJ_AT(record, offset) = OBJ_AT(tag->tagRecord, offset);
296 int offset = optionSpec->objOffset; local
300 OBJ_AT(record, offset) = val;
301 } else if (OBJ_AT(record, offset) == 0) {
302 OBJ_AT(record, offset)
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Ddata.c58 off_t offset; member in struct:_data_context
70 size_t sizetoread = DATA_CONTEXT(context)->length - DATA_CONTEXT(context)->offset;
81 if((DATA_CONTEXT(context)->offset + sizetoread) > DATA_CONTEXT(context)->length){
83 //sizetoread = (DATA_CONTEXT(context)->offset + sizetoread) - DATA_CONTEXT(context)->length;
86 readbuf += DATA_CONTEXT(context)->offset;
90 DATA_CONTEXT(context)->offset += sizetoread;
114 if((DATA_CONTEXT(context)->offset + len) > DATA_CONTEXT(context)->length){
118 writebuf += DATA_CONTEXT(context)->offset;
121 DATA_CONTEXT(context)->offset += len;
176 context.offset
[all...]

Completed in 482 milliseconds

<<11121314151617181920>>