Home
last modified time | relevance | path

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

12345

/third_party/lzma/CPP/7zip/Common/
DRegisterArc.h44 #define REGISTER_ARC_V(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \ argument
47 #define REGISTER_ARC_R(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \ argument
53 #define REGISTER_ARC_I_CLS(cls, n, e, ae, id, sig, offs, flags, isArc) \ argument
57 #define REGISTER_ARC_I_CLS_NO_SIG(cls, n, e, ae, id, offs, flags, isArc) \ argument
61 #define REGISTER_ARC_I(n, e, ae, id, sig, offs, flags, isArc) \ argument
64 #define REGISTER_ARC_I_NO_SIG(n, e, ae, id, offs, flags, isArc) \ argument
68 #define REGISTER_ARC_IO(n, e, ae, id, sig, offs, flags, tf, isArc) \ argument
73 #define REGISTER_ARC_IO_DECREMENT_SIG(n, e, ae, id, sig, offs, flags, tf, isArc) \ argument
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/
Dbacktrace.c49 static int rasprintf(char **buf, size_t *bufsiz, size_t offs, const char *fmt, ...) in rasprintf()
85 static ssize_t format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string()
126 static ssize_t format_address(char **buf, size_t *bufsiz, size_t offs, in format_address()
170 size_t offs = len * sizeof(char *); in backtrace_symbols_fmt() local
/third_party/FreeBSD/contrib/libexecinfo/
Dbacktrace.c49 static int rasprintf(char **buf, size_t *bufsiz, size_t offs, const char *fmt, ...) in rasprintf()
85 static ssize_t format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string()
126 static ssize_t format_address(char **buf, size_t *bufsiz, size_t offs, in format_address()
154 size_t offs = len * sizeof(char *); in backtrace_symbols_fmt() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp154 …PoolArrayConstIterator<T, Alignment>& operator+= (deIntptr offs) { this->m_ndx += offs; return *th… in operator +=()
155 …PoolArrayConstIterator<T, Alignment>& operator-= (deIntptr offs) { this->m_ndx -= offs; return *th… in operator -=()
190 PoolArrayIterator<T, Alignment>& operator+= (deIntptr offs) { this->m_ndx += offs; return *this; } in operator +=()
191 PoolArrayIterator<T, Alignment>& operator-= (deIntptr offs) { this->m_ndx -= offs; return *this; } in operator -=()
456 …tIterator<T, Alignment> operator+ (const PoolArrayConstIterator<T, Alignment>& iter, deIntptr offs) in operator +()
462 inline PoolArrayConstIterator<T, Alignment> operator+ (deUintptr offs, const PoolArrayConstIterator… in operator +()
468 …tIterator<T, Alignment> operator- (const PoolArrayConstIterator<T, Alignment>& iter, deIntptr offs) in operator -()
503 …lArrayIterator<T, Alignment> operator+ (const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) in operator +()
509 inline PoolArrayIterator<T, Alignment> operator+ (deUintptr offs, const PoolArrayIterator<T, Alignm… in operator +()
515 …lArrayIterator<T, Alignment> operator- (const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) in operator -()
/third_party/musl/src/network/
Ddn_comp.c7 static int getoffs(short *offs, const unsigned char *base, const unsigned char *s) in getoffs()
40 short offs[128]; in match() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dpacket.cc41 for (uint32_t offs = 0; offs < len; offs++) { in AddBlock() local
238 for (uint32_t offs = 0; offs < len; offs++) { in GetBlock() local
347 for (size_t offs = 0; offs < size; ++offs) { in GetPacketData() local
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc295 int offs = instr->Offs16Value(); in PrintPCOffs16() local
305 int offs = instr->Offs21Value(); in PrintPCOffs21() local
316 int offs = instr->Offs26Value(); in PrintPCOffs26() local
326 int offs = instr->Offs16Value(); in PrintOffs16() local
332 int offs = instr->Offs21Value(); in PrintOffs21() local
338 int offs = instr->Offs26Value(); in PrintOffs26() local
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c283 int offs; /* offset to best match */ in ntfs_compress_block() local
982 s64 offs, u32 to_read, char *inbuf) in read_clusters()
1024 s64 offs, s32 to_write, const char *outbuf) in write_clusters()
1069 s64 offs, u32 insz, const char *inbuf) in ntfs_comp_set()
1583 s64 offs, u32 compsz, s32 pos, BOOL appending, in ntfs_read_append()
1626 static s32 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs, in ntfs_flush()
1671 s64 offs, s64 to_write, s64 rounded, in ntfs_compressed_pwrite()
1873 int ntfs_compressed_close(ntfs_attr *na, runlist_element *wrl, s64 offs, in ntfs_compressed_close()
Dxattrs.c239 static int basicread(void *fileid, char *buf, size_t size, off_t offs __attribute__((unused))) in basicread()
249 static int localread(void *fileid, char *buf, size_t size, off_t offs) in localread()
363 off_t offs; in ntfs_read_xattr_mapping() local
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c74 #define MLPMUL(label, offset, offs, offc) \ argument
99 #define MLPMUL(label, offset, offs, offc) \ argument
/third_party/ffmpeg/libavutil/
Dfifo.h169 static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) in av_fifo_peek2()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.c136 pan_lookup_pushed_ubo(struct panfrost_ubo_push *push, unsigned ubo, unsigned offs) in pan_lookup_pushed_ubo()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c477 unsigned offs = 24 + ((2 - i) * 2); in va_pack_alu() local
484 unsigned offs = (i == 1) ? 26 : 36; in va_pack_alu() local
487 unsigned offs = (I->op == BI_OPCODE_MKVEC_V2I8) ? in va_pack_alu() local
/third_party/ffmpeg/libavcodec/
Dmjpegbdec.c35 uint32_t offs= get_bits_long(gb, 32); in read_offs() local
Ddca_exss.c324 int offs = asset->asset_offset; in set_exss_offsets() local
/third_party/node/deps/v8/third_party/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/third_party/zlib/
Dinftrees.c55 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/third_party/zlib/contrib/infback9/
Dinftree9.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/third_party/skia/third_party/externals/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/third_party/node/deps/zlib/
Dinftrees.c54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp352 auto offs = offsets(); in Load() local
426 auto offs = offsets(); in Store() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.h256 #define MPEGTS_BIT_SET(field, offs) ((field)[(offs) >> 3] |= (1 << ((offs) & 0x7))) argument
257 #define MPEGTS_BIT_UNSET(field, offs) ((field)[(offs) >> 3] &= ~(1 << ((offs) & 0x7))) argument
258 #define MPEGTS_BIT_IS_SET(field, offs) ((field)[(offs) >> 3] & (1 << ((offs) & 0x7))) argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce_40_2_2.c51 uint32_t offs = enc->cs.current.cdw - enc->task_info_idx + 3; in task_info() local
/third_party/elfutils/tests/
Delfcopy.c187 GElf_Off *offs = NULL; in copy_elf() local

12345