/external/deqp/framework/delibs/decpp/ |
D | dePoolArray.hpp | 145 …PoolArrayConstIterator<T, Alignment>& operator+= (deIntptr offs) { this->m_ndx += offs; return *th… in operator +=() 146 …PoolArrayConstIterator<T, Alignment>& operator-= (deIntptr offs) { this->m_ndx -= offs; return *th… in operator -=() 181 PoolArrayIterator<T, Alignment>& operator+= (deIntptr offs) { this->m_ndx += offs; return *this; } in operator +=() 182 PoolArrayIterator<T, Alignment>& operator-= (deIntptr offs) { this->m_ndx -= offs; return *this; } in operator -=() 447 …tIterator<T, Alignment> operator+ (const PoolArrayConstIterator<T, Alignment>& iter, deIntptr offs) in operator +() 453 inline PoolArrayConstIterator<T, Alignment> operator+ (deUintptr offs, const PoolArrayConstIterator… in operator +() 459 …tIterator<T, Alignment> operator- (const PoolArrayConstIterator<T, Alignment>& iter, deIntptr offs) in operator -() 494 …lArrayIterator<T, Alignment> operator+ (const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) in operator +() 500 inline PoolArrayIterator<T, Alignment> operator+ (deUintptr offs, const PoolArrayIterator<T, Alignm… in operator +() 506 …lArrayIterator<T, Alignment> operator- (const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) in operator -()
|
/external/lzma/Asm/x86/ |
D | AesOpt.asm | 75 CBC_DEC_UPDATE macro reg, offs 170 XOR_UPD_1 macro reg, offs 174 XOR_UPD_2 macro reg, offs
|
/external/vboot_reference/firmware/2lib/ |
D | 2nvstorage.c | 73 #define GETBIT(offs, mask) (p[offs] & mask ? 1 : 0) argument 164 #define SETBIT(offs, mask) \ argument
|
D | 2common.c | 36 uintptr_t offs = p & (align - 1); in vb2_align() local
|
/external/vboot_reference/host/arch/x86_64/lib/ |
D | crossystem_arch.c | 123 static int VbCmosRead(unsigned offs, size_t size, void *ptr) { in VbCmosRead() 147 static int VbCmosWrite(unsigned offs, size_t size, const void *ptr) { in VbCmosWrite() 172 unsigned offs, blksz; in VbReadNvStorage() local 190 unsigned offs, blksz; in VbWriteNvStorage() local
|
/external/vboot_reference/host/arch/x86/lib/ |
D | crossystem_arch.c | 123 static int VbCmosRead(unsigned offs, size_t size, void *ptr) { in VbCmosRead() 147 static int VbCmosWrite(unsigned offs, size_t size, const void *ptr) { in VbCmosWrite() 172 unsigned offs, blksz; in VbReadNvStorage() local 190 unsigned offs, blksz; in VbWriteNvStorage() local
|
/external/svox/pico/lib/ |
D | picokfst.c | 148 picoos_int32 offs; in kfstInitialize() local 276 picoos_int32 offs; in picokfst_kfstStartPairSearch() local 367 picoos_int32 offs; in picokfst_kfstStartInEpsTransSearch() local
|
/external/clang/include/clang/Edit/ |
D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
|
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 320 SourceLocation Loc, FileOffset offs, in adjustRemoval() 365 StringRef text, FileOffset offs, unsigned len, in applyRewrite() 406 FileOffset offs = I->first; in applyRewrites() local
|
D | Commit.cpp | 220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert() 245 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | fifo.h | 134 static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) in av_fifo_peek2()
|
/external/iw/ |
D | wowlan.c | 112 char *len, *offs, *start; in wowlan_parse_tcp_file() local 134 char *len, *offs, *toks; in wowlan_parse_tcp_file() local
|
/external/zlib/src/contrib/infback9/ |
D | inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/external/opencv3/3rdparty/zlib/ |
D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/external/zlib/src/ |
D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/external/pdfium/third_party/zlib_v128/ |
D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/external/libopus/celt/ |
D | entcode.h | 71 opus_uint32 offs; member
|
/external/lzma/C/ |
D | Ppmd7.h | 78 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument 79 #define Ppmd7_GetContext(p, offs) ((CPpmd7_Context *)Ppmd7_GetPtr((p), (offs))) argument
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 1105 const GLint offs[4] = in ScreenUpdateProcess() local 1245 const GLint offs[4] = in ParentWindowResized() local 1371 const GLint offs[4] = in CreateMixingContext() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 141 int32_t *offs; in testConvertFromUnicode() local 304 int32_t *offs; in testConvertToUnicode() local
|
D | ncnvtst.c | 1018 int32_t *offs=0; in convertFromU() local 1108 int32_t *offs=0; in convertToU() local 1206 int32_t *offs; in testConvertFromU() local 1380 int32_t *offs; in testConvertToU() local
|
/external/v8/src/ |
D | utils.h | 179 intptr_t offs = OffsetFrom(addr + offset); variable
|
D | disassembler.cc | 44 int offs = static_cast<int>(pc - code_->instruction_start()); in NameOfAddress() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pm4.c | 111 unsigned offs = state->last_pm4 + 1; in si_pm4_sh_data_end() local
|
/external/vboot_reference/firmware/lib/ |
D | vboot_common.c | 503 uint64_t offs = header->data_used; in VbSharedDataReserve() local
|