Searched refs:baseIndex (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DMPreFixups.cpp31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) argument
35 if (baseIndex - mpreIndex > 1) {
36 fFixupData[fFixupCount].fBaseIndex = baseIndex;
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; local
54 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) {
55 baseIndex -= 1;
62 if (mpreLimit == baseIndex) {
68 le_int32 moveCount = baseIndex - mpreLimit;
69 le_int32 mpreDest = baseIndex
[all...]
H A DMPreFixups.h30 void add(le_int32 baseIndex, le_int32 mpreIndex);
H A DValueRecords.cpp30 le_int16 baseIndex = getFieldCount(valueFormat) * index; local
32 le_int16 value = values[baseIndex + valueIndex];
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredList.java50 private int baseIndex = 1; field in class:StoredList
151 private StoredList(DataView view, int baseIndex) { argument
154 this.baseIndex = baseIndex;
370 ? (cursor.getCurrentRecordNumber() - baseIndex)
381 return baseIndex;
508 int newBaseIndex = baseIndex + fromIndex;
597 private int baseIndex; field in class:StoredList.IndexKeyBinding
599 private IndexKeyBinding(int baseIndex) { argument
601 this.baseIndex
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/
H A DKeywordLookupGenerator.py153 baseIndex = rootIndex
154 if (baseIndex > 0) and (len(k) == 3):
155 baseIndex = baseIndex - 1
156 k = trie.fullPrefix[baseIndex] + k
159 comparison = "code[%d] == %s" % (baseIndex, test[0])
162 if baseIndex > 0:
163 base = "code + %d" % baseIndex
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.cpp98 LValue Output::baseIndex(LValue base, LValue index, Scale scale, ptrdiff_t offset) function in class:JSC::FTL::Output
H A DFTLAbstractHeap.cpp83 TypedPointer IndexedAbstractHeap::baseIndex(Output& out, LValue base, LValue index, JSValue indexAsConstant, ptrdiff_t offset) function in class:JSC::FTL::IndexedAbstractHeap
H A DFTLAbstractHeap.h154 TypedPointer baseIndex(Output& out, LValue base, LValue index, JSValue indexAsConstant = JSValue(), ptrdiff_t offset = 0);
H A DFTLOutput.h256 LValue baseIndex(LValue base, LValue index, Scale, ptrdiff_t offset = 0);
258 TypedPointer baseIndex(const AbstractHeap& heap, LValue base, LValue index, Scale scale, ptrdiff_t offset = 0) function in class:JSC::FTL::Output
260 return TypedPointer(heap, baseIndex(base, index, scale, offset));
262 TypedPointer baseIndex(IndexedAbstractHeap& heap, LValue base, LValue index, JSValue indexAsConstant = JSValue(), ptrdiff_t offset = 0) function in class:JSC::FTL::Output
264 return heap.baseIndex(*this, base, index, indexAsConstant, offset);
H A DFTLLowerDFGToLLVM.cpp1960 LValue pointer = m_out.baseIndex(
2012 LValue result = m_out.load64(baseIndex(heap, storage, index, m_node->child2()));
2032 m_out.load64(baseIndex(heap, storage, index, m_node->child2())));
2054 baseIndex(heap, storage, index, m_node->child2()));
2079 baseIndex(heap, storage, index, m_node->child2()));
2246 TypedPointer elementPointer = m_out.baseIndex(
2274 TypedPointer elementPointer = m_out.baseIndex(
2491 m_out.baseIndex(heap, storage, m_out.zeroExt(prevLength, m_out.intPtr)),
2545 TypedPointer pointer = m_out.baseIndex(
3066 m_out.load8(m_out.baseIndex(
4181 TypedPointer baseIndex(IndexedAbstractHeap& heap, LValue storage, LValue index, Edge edge) function in class:JSC::FTL::LowerDFGToLLVM
[all...]

Completed in 228 milliseconds