Searched refs:offset2 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dbfdwin.c145 file_ptr file_offset, offset2; local
164 offset2 = offset % pagesize;
165 if (offset2 < 0)
167 file_offset = offset - offset2;
197 (long) real_size, i->data, (long) offset2);
199 windowp->data = (bfd_byte *) i->data + offset2;
H A Delfxx-mips.c2247 bfd_vma offset, offset2;
2286 offset2 = offset + MIPS_ELF_GOT_SIZE (abfd);
2299 sgot->output_offset + sgot->output_section->vma + offset2);
2302 sgot->contents + offset2);
2309 sgot->contents + offset2);
2234 bfd_vma offset, offset2; local
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java215 byte[] data2, int offset2, int size2) {
220 int b2 = 0xFF & data2[offset2 + i];
239 byte[] data2, int offset2, int size2) {
244 if (data1[i + offset1] != data2[i + offset2]) {
214 compareBytes(byte[] data1, int offset1, int size1, byte[] data2, int offset2, int size2) argument
238 equalBytes(byte[] data1, int offset1, int size1, byte[] data2, int offset2, int size2) argument
/macosx-10.10/rsync-45/rsync/
H A Dreceiver.c145 OFF_T offset2; local
212 offset2 = i * (OFF_T)sum.blength;
222 i, (long)len, (double)offset2, (double)offset);
226 map = map_ptr(mapbuf,offset2,len);
233 if (offset == offset2 && fd != -1) {
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp40 DbKeyComparator::operator () (uint32 offset1, uint32 offset2) const
54 if (offset2 == kUseQueryKeyOffset)
57 rs2 = mKey.mTableSection.subsection(offset2);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp40 DbKeyComparator::operator () (uint32 offset1, uint32 offset2) const
54 if (offset2 == kUseQueryKeyOffset)
57 rs2 = mKey.mTableSection.subsection(offset2);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c362 int offset2; local
383 offset2 = stktell(stkp);
387 if(c=stktell(stkp)-offset2)
388 sfwrite(outfile,(char*)stkptr(stkp,offset2),c);
/macosx-10.10/emacs-93/emacs/src/
H A Dtermcap.c638 int offset1 = bp1 - bp, offset2 = tc_search_point - bp;
642 tc_search_point = termcap_name + offset2;
635 int offset1 = bp1 - bp, offset2 = tc_search_point - bp; local
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1112 int32_t offset2 = cst->getOffset(1, local
1116 if(offset1 == offset2)
H A Dtzrulets.cpp566 int32_t offset2, dst2; local
574 ny->getOffset(times[i], FALSE, offset2, dst2, status);
578 if (offset1 != offset2 || dst1 != dst2) {
1630 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1634 if (offset1 != offset2) {
1643 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1647 if (offset1 != offset2) {
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DAbstractMacroAssembler.h810 void checkRegisterAllocationAgainstBranchRange(unsigned offset1, unsigned offset2) argument
812 if (offset1 > offset2)
813 std::swap(offset1, offset2);
817 m_registerAllocationForOffsets[i].checkOffsets(offset1, offset2);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.cpp831 float offset2 = floorToDevicePixel(fabs(adjacentWidth2) * 2 / 3, deviceScaleFactor); local
835 float mitreOffset3 = adjacentWidth2 < 0 ? offset2 : 0;
836 float mitreOffset4 = adjacentWidth2 > 0 ? offset2 : 0;
901 float offset2 = 0; local
909 offset2 = ceilToDevicePixel(adjacentWidth2 / 2, deviceScaleFactor);
927 drawLineForBoxSide(graphicsContext, x1 + offset1, y1, x2 - offset2, adjustedY, side, color, s1, adjacent1BigHalf, adjacent2BigHalf, antialias);
931 drawLineForBoxSide(graphicsContext, x1, y1 + offset1, adjustedX, y2 - offset2, side, color, s1, adjacent1BigHalf, adjacent2BigHalf, antialias);
935 drawLineForBoxSide(graphicsContext, x1 + offset1, y1, x2 - offset2, adjustedY, side, color, s2, adjacent1BigHalf, adjacent2BigHalf, antialias);
939 drawLineForBoxSide(graphicsContext, x1, y1 + offset1, adjustedX, y2 - offset2, side, color, s2, adjacent1BigHalf, adjacent2BigHalf, antialias);
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A Ddnssec.c1401 int offset1, offset2; local
1405 offset1 = offset2 = 0;
1421 offset2 += dlen;
1431 return (rdata_compare(r1->rdata + offset1, r2->rdata + offset2, length1, length2));
1581 int offset1, offset2; local
1586 offset1 = offset2 = 0;
1611 offset2 += dlen;
1613 res = name_compare(r1->rdata + offset1, r2->rdata + offset2, length1, length2);
1625 offset2 += dlen;
1627 return (rdata_compare(r1->rdata + offset1, r2->rdata + offset2, length
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c6459 uint32 offset1, offset2, full_bytes; local
6536 offset2 = row_offset + (last_col * bps / 8);
6548 bitset = *(src_buff + offset2) & (((unsigned char)1 << k)) ? 1 : 0;
6553 row, offset1, shift1, offset2, shift2);
6577 bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2));
6581 offset2, dst_offset);

Completed in 336 milliseconds