Searched defs:nextOffset (Results 1 - 10 of 10) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java661 private void markAfterBranchOrigin(int nextOffset) argument
663 instructionMarks[nextOffset] |= AFTER_BRANCH;
666 if (currentSubroutineEnd <= nextOffset)
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph); local
390 if (nextFontData != fontData || nextOffset != offset) {
395 offset = nextOffset;
/external/icu4c/tools/makeconv/
H A Dgencnvex.c821 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
837 nextOffset=(c>>4)&0x3f;
842 min=newBlock-nextOffset; /* minimum block start with overlap */
855 i2=extData->stage1[i1]+nextOffset;
856 nextOffset=c&0xf;
861 min=newBlock-nextOffset; /* minimum block start with overlap */
877 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
896 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
897 for(min=i3-nextOffset;
H A Dgenmbcs.c566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; local
585 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK&~(MBCS_UTF8_STAGE_3_BLOCKS-1);
587 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK;
593 min=newBlock-nextOffset; /* minimum block start with overlap */
614 idx=mbcsData->stage1[idx]+nextOffset;
618 nextOffset=c&MBCS_UTF8_STAGE_3_BLOCK_MASK;
621 nextOffset=c&MBCS_STAGE_3_BLOCK_MASK;
627 min=newBlock-nextOffset; /* minimum block start with overlap */
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
685 uint32_t blockSize, newTop, i, nextOffset, newBloc local
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1006 unsigned nextOffset = char_offset; local
1011 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1012 if((*curr).size() > char_offset && ((*curr).size() <= (nextOffset + 1) || (*curr)[nextOffset] != (*first)[nextOffset])) {
1018 ++nextOffset;
1020 char_offset = nextOffset;
1028 unsigned nextOffset = char_offset; local
1033 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1034 if(length(*curr) > char_offset && (length(*curr) <= (nextOffset
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp334 float nextOffset = stops[firstZeroOrGreaterIndex].offset; local
336 float interStopProportion = -prevOffset / (nextOffset - prevOffset);
/external/icu4c/common/
H A Dnormalizer2impl.cpp309 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; local
311 inBytes+offset, nextOffset-offset, NULL,
317 offset=nextOffset;
1927 int32_t i, offset, nextOffset, size; local
1991 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
1992 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
1993 offset=nextOffset;
1996 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
1997 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
1998 offset=nextOffset;
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp1553 int RenderText::nextOffset(int current) const function in class:WebCore::RenderText
H A DRenderObject.cpp2451 int RenderObject::nextOffset(int current) const function in class:WebCore::RenderObject
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1492 uint64_t nextOffset = FPROffset; local
1499 MachinePointerInfo(SV, nextOffset), MVT::i8,
1501 nextOffset += StackOffset;
1507 MachinePointerInfo(SV, nextOffset),
1509 nextOffset += FrameOffset;
1514 MachinePointerInfo(SV, nextOffset),

Completed in 283 milliseconds