Searched refs:offset1 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalRingBuffer.cpp93 UInt32 offset0, offset1, nBytes; local
100 offset1 = FrameOffset(startFrame);
101 if (offset0 < offset1)
102 memset(mBuffer + offset0, 0, offset1 - offset0);
106 memset(mBuffer, 0, offset1);
121 offset1 = FrameOffset(endFrame);
122 if (offset0 < offset1)
123 memcpy(mBuffer + offset0, data, offset1 - offset0);
127 memcpy(mBuffer, data + nBytes, offset1);
141 UInt32 offset1 local
160 UInt32 offset1 = FrameOffset(mEndFrame); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.cpp64 le_uint32 offset1 = 0, offset10 = 0; local
72 offset1 = SWAPL(esh->encodingOffset);
86 } else if (offset1 != 0) {
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java214 public static int compareBytes(byte[] data1, int offset1, int size1, argument
219 int b1 = 0xFF & data1[offset1 + i];
238 public static boolean equalBytes(byte[] data1, int offset1, int size1, argument
244 if (data1[i + offset1] != data2[i + offset2]) {
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp40 DbKeyComparator::operator () (uint32 offset1, uint32 offset2) const argument
47 if (offset1 == kUseQueryKeyOffset)
50 rs1 = mKey.mTableSection.subsection(offset1);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp40 DbKeyComparator::operator () (uint32 offset1, uint32 offset2) const argument
47 if (offset1 == kUseQueryKeyOffset)
50 rs1 = mKey.mTableSection.subsection(offset1);
/macosx-10.10/emacs-93/emacs/src/
H A Dtermcap.c638 int offset1 = bp1 - bp, offset2 = tc_search_point - bp;
639 malloc_size = offset1 + buf.size;
641 bp1 = termcap_name + offset1;
635 int offset1 = bp1 - bp, offset2 = tc_search_point - bp; local
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzregts.cpp211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1107 int32_t offset1 = pst->getOffset(1, local
1116 if(offset1 == offset2)
H A Dtzrulets.cpp565 int32_t offset1, dst1; local
570 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
578 if (offset1 != offset2 || dst1 != dst2) {
1626 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1634 if (offset1 != offset2) {
1639 offset1 = otz->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.cpp830 float offset1 = floorToDevicePixel(fabs(adjacentWidth1) * 2 / 3, deviceScaleFactor); local
833 float mitreOffset1 = adjacentWidth1 < 0 ? offset1 : 0;
834 float mitreOffset2 = adjacentWidth1 > 0 ? offset1 : 0;
900 float offset1 = 0; local
906 offset1 = floorToDevicePixel(adjacentWidth1 / 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;
1420 offset1 += dlen;
1431 return (rdata_compare(r1->rdata + offset1, r2->rdata + offset2, length1, length2));
1581 int offset1, offset2; local
1586 offset1 = offset2 = 0;
1610 offset1 += dlen;
1613 res = name_compare(r1->rdata + offset1, r2->rdata + offset2, length1, length2);
1624 offset1 += dlen;
1627 return (rdata_compare(r1->rdata + offset1, r
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c6459 uint32 offset1, offset2, full_bytes; local
6535 offset1 = row_offset + (first_col * bps / 8);
6541 bitset = *(src_buff + offset1) & (((unsigned char)1 << k)) ? 1 : 0;
6553 row, offset1, shift1, offset2, shift2);
6559 _TIFFmemcpy (sect_buff + dst_offset, src_buff + offset1, full_bytes);
6562 TIFFError ("", " Alligned data src offset1: %8d, Dst offset: %8d\n", offset1, dst_offset);
6596 TIFFError ("", " Unalligned data src offset: %8d, Dst offset: %8d\n", offset1 , dst_offset);
6600 bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1);
6601 bytebuff2 = src_buff[offset1
[all...]

Completed in 412 milliseconds