HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 426 - 439 of 439) sorted by null

<<1112131415161718

  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGBuiltin.cpp 622 // The offset in bytes from the first argument to the CFA.
630 int32_t Offset = 0;
634 llvm::ConstantInt::get(Int32Ty, Offset)));
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 995 /** Scale & Bias (index shift, offset) */
1052 GLfloat OffsetFactor; /**< Polygon offset factor, from user */
1053 GLfloat OffsetUnits; /**< Polygon offset units, from user */
1054 GLboolean OffsetPoint; /**< Offset in GL_POINT mode */
1055 GLboolean OffsetLine; /**< Offset in GL_LINE mode */
1056 GLboolean OffsetFill; /**< Offset in GL_FILL mode */
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 580 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);
582 // Now that we know the offset of the token in the spelling, use the
583 // preprocessor to get the offset in the original source.
584 return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features);
    [all...]
  /external/v8/src/
objects.h     [all...]
mark-compact.cc 792 #define SLOT_ADDR(obj, offset) \
793 reinterpret_cast<Object**>((obj)->address() + offset)
1716 int offset = local
1839 int offset = 0; local
2797 int offset = encoding.DecodeOffset(); local
2819 int offset = encoding.DecodeOffset(); local
3059 int offset = heap()->new_space()->ToSpaceOffsetForAddress(old_addr); local
    [all...]
objects-inl.h 73 #define INT_ACCESSORS(holder, name, offset) \
74 int holder::name() { return READ_INT_FIELD(this, offset); } \
75 void holder::set_##name(int value) { WRITE_INT_FIELD(this, offset, value); }
78 #define ACCESSORS(holder, name, type, offset) \
79 type* holder::name() { return type::cast(READ_FIELD(this, offset)); } \
81 WRITE_FIELD(this, offset, value); \
82 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, mode); \
87 #define ACCESSORS_GCSAFE(holder, name, type, offset) \
88 type* holder::name() { return type::cast(READ_FIELD(this, offset)); } \
90 WRITE_FIELD(this, offset, value);
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/sqlite/dist/
sqlite3.c 25202 unsigned long long offset; \/* offset to first byte to lock *\/ member in struct:ByteRangeLockPB2
    [all...]
sqlite3.c.orig     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 274 void memsetb(seg,offset,value,count);
280 memsetb(seg,offset,value,count)
282 Bit16u offset;
300 mov ax, 6[bp] ; offset
416 read_dword(seg, offset)
418 Bit16u offset;
428 mov bx, 6[bp] ; offset
442 write_dword(seg, offset, data)
444 Bit16u offset; local
456 mov bx, 6[bp] ; offset
745 Bit16u offset; member in struct:__anon10309
1297 Bit16u offset; local
1320 Bit16u offset; local
5218 Bit16u segment, offset; local
5628 Bit16u count, segment, offset, i, size; local
6053 Bit16u before, segment, offset; local
6318 Bit16u count, segment, offset; local
8392 Bit16u segment, offset; local
8803 ;; CMOS purpose param table offset local
8949 ;; CMOS purpose param table offset local
    [all...]

Completed in 867 milliseconds

<<1112131415161718