HomeSort by relevance Sort by last modified time
    Searched refs:offset (Results 376 - 400 of 2990) sorted by null

<<11121314151617181920>>

  /external/elfutils/libdw/
dwarf_getarangeinfo.c 34 *offsetp = arange->offset;
dwarf_getmacros.c 26 dwarf_getmacros (die, callback, arg, offset)
30 ptrdiff_t offset;
37 /* Offset into the .debug_macinfo section. */
43 = die->cu->dbg->sectiondata[IDX_debug_macinfo]->d_buf + offset;
106 + offset));
  /external/emma/core/java12/com/vladium/jcd/cls/
InterfaceCollection.java 26 public int get (final int offset)
28 return m_interfaces.get (offset);
89 public int set (final int offset, final int interface_index)
91 return m_interfaces.set (offset, interface_index);
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
DeclaredExceptionTable.java 26 public int get (final int offset)
28 return m_exceptions.get (offset);
87 public int set (final int offset, final int exception_index)
89 return m_exceptions.set (offset, exception_index);
ExceptionHandlerTable.java 27 public Exception_info get (final int offset)
29 return (Exception_info) m_exceptions.get (offset);
93 public Exception_info set (final int offset, final Exception_info exception)
95 return (Exception_info) m_exceptions.set (offset, exception);
  /external/guava/src/com/google/common/collect/
ImmutableSortedAsList.java 31 ImmutableSortedAsList(Object[] array, int offset, int size,
33 super(array, offset, size);
60 offset() + fromIndex, offset() + toIndex).asList();
  /external/icu4c/i18n/
name2uni.h 68 * @param offset the start and limit of the text, the position
73 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
nultrans.h 52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
remtrans.h 54 * @param offset the start and limit of the text, the position
59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
titletrn.h 71 * @param offset the start and limit of the text, the position
76 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.h 67 * @param offset the start and limit of the text, the position
72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
  /external/icu4c/layout/
ArabicLayoutEngine.cpp 66 le_int32 ArabicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
73 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
93 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage);
98 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage);
103 void ArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
110 if (chars == NULL || offset < 0 || count < 0) {
116 OpenTypeLayoutEngine::adjustGlyphPositions(chars, offset, count, reverse, glyphStorage, success);
125 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success)
    [all...]
ArabicLayoutEngine.h 101 * @param offset - the index of the first character to process
116 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
126 * @param offset - the offset of the first character to process
136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
138 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
209 * @param offset - the offset of the first character to be mapped
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
228 * @param offset - the offset of the first character to proces
    [all...]
HanLayoutEngine.cpp 54 le_int32 HanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
61 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
  /external/kernel-headers/original/asm-arm/
scatterlist.h 9 unsigned int offset; /* buffer offset */ member in struct:scatterlist
  /external/kernel-headers/original/asm-x86/
scatterlist_32.h 11 unsigned int offset; member in struct:scatterlist
  /external/opencore/protocols/rtp_payload_parser/include/
bit_util.h 31 static uint32 bitValue(octet* buff, uint32 offset, uint32 len);
  /external/oprofile/libdb/
db_insert.c 59 unsigned long int offset)
70 if (node->value + offset != 0) {
71 node->value += offset;
102 return add_node(data, key, offset);
  /external/proguard/src/proguard/classfile/attribute/preverification/
SameOneFrame.java 67 public void stackItemAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor);
83 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
85 stackMapFrameVisitor.visitSameOneFrame(clazz, method, codeAttribute, offset, this);
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 113 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
117 if (branchTargetFinder.isTarget(offset) ||
118 codeAttributeEditor.isModified(offset))
124 instruction.accept(clazz, method, codeAttribute, offset, instructionSequenceMatcher);
166 offset,
223 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
231 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
240 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
249 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction)
253 instructionSequenceMatcher.matchedBranchOffset(offset, branchInstruction.branchOffset))
    [all...]
  /external/skia/src/svg/
SkSVGStop.cpp 22 SVG_ATTRIBUTE(offset)
  /external/v8/src/mips/
frames-mips.cc 46 const int offset = StandardFrameConstants::kMarkerOffset; local
47 Object* marker = Memory::Object_at(state->fp + offset);
57 const int offset = ExitFrameConstants::kCodeOffset; local
58 Object* code = Memory::Object_at(fp + offset);
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayHelper.h 44 // void set(in sequence<long> array, [Optional] in unsigned long offset);
46 unsigned offset = 0; local
48 offset = args.at(1).toInt32(exec);
50 if (offset + length > webGLArray->length())
57 webGLArray->set(i + offset, v.toNumber(exec));
  /external/webkit/WebCore/html/canvas/
WebGLFloatArray.cpp 51 // Make sure the offset results in valid alignment.
78 PassRefPtr<WebGLArray> WebGLFloatArray::slice(unsigned offset, unsigned length) {
81 unsigned startByte = m_byteOffset + offset * sizeof(float);
89 void WebGLFloatArray::set(WebGLFloatArray* array, unsigned offset, ExceptionCode& ec) {
90 setImpl(array, offset * sizeof(float), ec);
WebGLIntArray.cpp 54 // Make sure the offset results in valid alignment.
82 PassRefPtr<WebGLArray> WebGLIntArray::slice(unsigned offset, unsigned length) {
85 unsigned startByte = m_byteOffset + offset * sizeof(int);
93 void WebGLIntArray::set(WebGLIntArray* array, unsigned offset, ExceptionCode& ec) {
94 setImpl(array, offset * sizeof(int), ec);

Completed in 2431 milliseconds

<<11121314151617181920>>