Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 79) sorted by relevance

1234

/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp145 …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/
DAesOpt.asm75 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/
D2nvstorage.c73 #define GETBIT(offs, mask) (p[offs] & mask ? 1 : 0) argument
164 #define SETBIT(offs, mask) \ argument
D2common.c36 uintptr_t offs = p & (align - 1); in vb2_align() local
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c123 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/
Dcrossystem_arch.c123 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/
Dpicokfst.c148 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/
DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
/external/clang/lib/Edit/
DEditedSource.cpp320 SourceLocation Loc, FileOffset offs, in adjustRemoval()
365 StringRef text, FileOffset offs, unsigned len, in applyRewrite()
406 FileOffset offs = I->first; in applyRewrites() local
DCommit.cpp220 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/
Dfifo.h134 static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) in av_fifo_peek2()
/external/iw/
Dwowlan.c112 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/
Dinftree9.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/external/opencv3/3rdparty/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/external/zlib/src/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/external/pdfium/third_party/zlib_v128/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/external/libopus/celt/
Dentcode.h71 opus_uint32 offs; member
/external/lzma/C/
DPpmd7.h78 #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/
Dvideo_render_agl.cc1105 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/
Dncnvfbts.c141 int32_t *offs; in testConvertFromUnicode() local
304 int32_t *offs; in testConvertToUnicode() local
Dncnvtst.c1018 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/
Dutils.h179 intptr_t offs = OffsetFrom(addr + offset); variable
Ddisassembler.cc44 int offs = static_cast<int>(pc - code_->instruction_start()); in NameOfAddress() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c111 unsigned offs = state->last_pm4 + 1; in si_pm4_sh_data_end() local
/external/vboot_reference/firmware/lib/
Dvboot_common.c503 uint64_t offs = header->data_used; in VbSharedDataReserve() local

1234