/third_party/flatbuffers/go/ |
D | table.go | 23 func (t *Table) Indirect(off UOffsetT) UOffsetT { 24 return off + GetUOffsetT(t.Bytes[off:]) 28 func (t *Table) String(off UOffsetT) string { 29 b := t.ByteVector(off) 34 func (t *Table) ByteVector(off UOffsetT) []byte { 35 off += GetUOffsetT(t.Bytes[off:]) 36 start := off + UOffsetT(SizeUOffsetT) 37 length := GetUOffsetT(t.Bytes[off:]) 43 func (t *Table) VectorLen(off UOffsetT) int { 44 off += t.Pos [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | header.js | 16 constructor (data, off, ex, gex) { argument 39 this.decode(data, off || 0, ex, gex) 44 decode (buf, off, ex, gex) { argument 45 if (!off) 46 off = 0 48 if (!buf || !(buf.length >= off + 512)) 51 this.path = decString(buf, off, 100) 52 this.mode = decNumber(buf, off + 100, 8) 53 this.uid = decNumber(buf, off + 108, 8) 54 this.gid = decNumber(buf, off + 116, 8) [all …]
|
/third_party/flatbuffers/lua/flatbuffers/ |
D | view.lua | 13 local function enforceOffset(off) 14 if off < 0 or off > 42949672951 then 19 local function unPackUoffset(bytes, off) 20 return string_unpack("<I4", bytes.str, off + 1) 23 local function unPackVoffset(bytes, off) 24 return string_unpack("<I2", bytes.str, off + 1) 53 function mt:Indirect(off) 54 enforceOffset(off) 55 return off + unPackUoffset(self.bytes, off) 58 function mt:String(off) [all …]
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | TestTable.cs | 33 var off = t.__offset(slot); in GetSlot() 35 if (off == 0) in GetSlot() 39 return t.bb.GetSbyte(t.bb_pos + off) != 0; in GetSlot() 44 var off = t.__offset(slot); in GetSlot() 46 if (off == 0) in GetSlot() 50 return t.bb.GetSbyte(t.bb_pos + off); in GetSlot() 55 var off = t.__offset(slot); in GetSlot() 57 if (off == 0) in GetSlot() 61 return t.bb.Get(t.bb_pos + off); in GetSlot() 66 var off = t.__offset(slot); in GetSlot() [all …]
|
/third_party/flatbuffers/python/flatbuffers/ |
D | table.py | 43 def Indirect(self, off): argument 45 N.enforce_number(off, N.UOffsetTFlags) 46 return off + encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off) 48 def String(self, off): argument 50 N.enforce_number(off, N.UOffsetTFlags) 51 off += encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off) 52 start = off + N.UOffsetTFlags.bytewidth 53 length = encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off) 56 def VectorLen(self, off): argument 59 N.enforce_number(off, N.UOffsetTFlags) [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-input-linein.conf | 80 switch = off 81 volume = off 84 switch = off 85 volume = off 88 switch = off 89 volume = off 92 switch = off 93 volume = off 96 switch = off 97 volume = off [all …]
|
D | analog-output-headphones.conf | 75 switch = off 76 volume = off 79 switch = off 80 volume = off 122 switch = off 123 volume = off 126 switch = off 127 volume = off 135 switch = off 136 volume = off [all …]
|
D | analog-output-headphones-2.conf | 47 switch = off 48 volume = off 69 switch = off 70 volume = off 80 switch = off 81 volume = off 84 switch = off 85 volume = off 93 switch = off 94 volume = off [all …]
|
D | analog-input-internal-mic.conf | 62 [Option Internal Mic Boost:off] 63 name = input-boost-off 75 [Option Int Mic Boost:off] 76 name = input-boost-off 115 switch = off 116 volume = off 119 switch = off 120 volume = off 123 switch = off 124 volume = off [all …]
|
D | analog-input-video.conf | 30 switch = off 31 volume = off 34 switch = off 35 volume = off 38 switch = off 39 volume = off 42 switch = off 43 volume = off 53 switch = off 54 volume = off [all …]
|
D | analog-input-aux.conf | 31 switch = off 32 volume = off 35 switch = off 36 volume = off 39 switch = off 40 volume = off 50 switch = off 51 volume = off 54 switch = off 55 volume = off [all …]
|
D | analog-input-fm.conf | 31 switch = off 32 volume = off 35 switch = off 36 volume = off 39 switch = off 40 volume = off 43 switch = off 44 volume = off 47 switch = off 48 volume = off [all …]
|
D | analog-input-mic-line.conf | 31 switch = off 32 volume = off 35 switch = off 36 volume = off 39 switch = off 40 volume = off 43 switch = off 44 volume = off 47 switch = off 48 volume = off [all …]
|
D | analog-input-tvtuner.conf | 31 switch = off 32 volume = off 35 switch = off 36 volume = off 39 switch = off 40 volume = off 43 switch = off 44 volume = off 47 switch = off 48 volume = off [all …]
|
D | analog-input-dock-mic.conf | 48 [Option Dock Mic Boost:off] 49 name = input-boost-off 73 switch = off 74 volume = off 77 switch = off 78 volume = off 81 switch = off 82 volume = off 85 switch = off 86 volume = off [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp.asm | 149 %assign %%off 0 ; offset in source buffer 155 movu xmm %+ %%xmm_idx, [srcq+%%off] 158 movu mm %+ %%mmx_idx, [srcq+%%off] 161 %assign %%off %%off+mmsize 165 %if (%2-%%off) >= 8 166 %if %2 > 16 && (%2-%%off) > 8 169 %assign %%off %2 171 movq mm %+ %%mmx_idx, [srcq+%%off] 173 %assign %%off %%off+8 175 %endif ; (%2-%%off) >= 8 [all …]
|
/third_party/boost/boost/iostreams/detail/ |
D | restrict_impl.hpp | 79 restricted_indirect_device( param_type dev, stream_offset off, 83 std::streampos seek(stream_offset off, BOOST_IOS::seekdir way); 108 restricted_direct_device( const Device& dev, stream_offset off, 138 restricted_filter( const Filter& flt, stream_offset off, 176 std::streampos seek(Device& dev, stream_offset off, BOOST_IOS::seekdir way) in seek() argument 180 next = beg_ + off; in seek() 182 next = pos_ + off; in seek() 184 next = end_ + off; in seek() 187 pos_ = this->component().seek(dev, off, BOOST_IOS::end); in seek() 240 restriction(param_type t, stream_offset off, stream_offset len = -1) in restriction() [all …]
|
/third_party/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 51 static void update_packet_field(size_t *off, void *buf, size_t buf_len) in update_packet_field() argument 53 memcpy(packet + *off, buf, buf_len); in update_packet_field() 54 *off += buf_len; in update_packet_field() 62 size_t off; in setup_client() local 75 off = ip6_hdr_len; in setup_client() 82 update_packet_field(&off, &src_port, 2); in setup_client() 83 update_packet_field(&off, &dst_port, 2); in setup_client() 84 update_packet_field(&off, &vtag, 4); in setup_client() 85 update_packet_field(&off, &checksum, 4); in setup_client() 86 cmn_hdr_off = off; in setup_client() [all …]
|
/third_party/openssl/crypto/ec/ |
D | eck_prn.c | 18 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp() argument 28 ret = ECPKParameters_print(b, x, off); in ECPKParameters_print_fp() 33 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp() argument 43 ret = EC_KEY_print(b, x, off); in EC_KEY_print_fp() 65 size_t len, int off); 67 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) in ECPKParameters_print() argument 97 if (!BIO_indent(bp, off, 128)) in ECPKParameters_print() 109 if (!BIO_indent(bp, off, 128)) in ECPKParameters_print() 155 if (!BIO_indent(bp, off, 128)) in ECPKParameters_print() 169 if (!BIO_indent(bp, off, 128)) in ECPKParameters_print() [all …]
|
/third_party/iowow/src/fs/ |
D | iwexfile.c | 57 off_t off; /**< Offset to a memory mapped region */ member 127 if (s->off >= impl->fsize) { in _exfile_initmmap_slot_lw() 130 nlen = MIN(s->maxlen, impl->fsize - s->off); in _exfile_initmmap_slot_lw() 157 s->mmap = mmap(s->mmap, s->len, prot, flags, impl->fh, s->off); // -V774 in _exfile_initmmap_slot_lw() 275 static iwrc _exfile_write(struct IWFS_EXT *f, off_t off, const void *buf, size_t siz, size_t *sp) { in _exfile_write() argument 278 off_t end = off + siz; in _exfile_write() 282 if (off < 0 || end < 0) { in _exfile_write() 285 if (impl->maxoff && off + siz > impl->maxoff) { in _exfile_write() 302 if (!s->len || wp + off <= s->off) { in _exfile_write() 305 if (s->off > off) { in _exfile_write() [all …]
|
/third_party/libffi/include/ |
D | ffi_cfi.h | 14 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off argument 16 # define cfi_def_cfa_offset(off) .cfi_def_cfa_offset off argument 17 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument 18 # define cfi_offset(reg, off) .cfi_offset reg, off argument 19 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 36 # define cfi_def_cfa(reg, off) argument 38 # define cfi_def_cfa_offset(off) argument 39 # define cfi_adjust_cfa_offset(off) argument 40 # define cfi_offset(reg, off) argument 41 # define cfi_rel_offset(reg, off) argument
|
/third_party/typescript/tests/baselines/reference/ |
D | assignmentCompatability_checking-apply-member-off-of-function-interface.symbols | 1 === tests/cases/compiler/assignmentCompatability_checking-apply-member-off-of-function-interface.ts… 5 >Applicable : Symbol(Applicable, Decl(assignmentCompatability_checking-apply-member-off-of-function… 8 >apply : Symbol(Applicable.apply, Decl(assignmentCompatability_checking-apply-member-off-of-functio… 9 >blah : Symbol(blah, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.t… 13 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, … 14 >Applicable : Symbol(Applicable, Decl(assignmentCompatability_checking-apply-member-off-of-function… 18 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, … 21 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, … 24 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, … 27 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, … [all …]
|
D | assignmentCompatability_checking-call-member-off-of-function-interface.symbols | 1 === tests/cases/compiler/assignmentCompatability_checking-call-member-off-of-function-interface.ts … 5 >Callable : Symbol(Callable, Decl(assignmentCompatability_checking-call-member-off-of-function-inte… 8 >call : Symbol(Callable.call, Decl(assignmentCompatability_checking-call-member-off-of-function-int… 9 >blah : Symbol(blah, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts… 13 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3… 14 >Callable : Symbol(Callable, Decl(assignmentCompatability_checking-call-member-off-of-function-inte… 18 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3… 21 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3… 24 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3… 27 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3… [all …]
|
/third_party/boost/boost/iostreams/ |
D | seek.hpp | 43 seek( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek() argument 47 return seek_device_impl<T>::seek(detail::unwrap(t), off, way, which); in seek() 52 seek( T& t, Device& dev, stream_offset off, BOOST_IOS::seekdir way, in seek() argument 56 return seek_filter_impl<T>::seek(detail::unwrap(t), dev, off, way, which); in seek() 80 static std::streampos seek( T& t, stream_offset off, in seek() 85 ( off < integer_traits<std::streamoff>::const_min || in seek() 86 off > integer_traits<std::streamoff>::const_max ) ) in seek() 88 return t.rdbuf()->pubseekpos(offset_to_position(off)); in seek() 90 return t.rdbuf()->pubseekoff(off, way, which); in seek() 107 static std::streampos seek( T& t, stream_offset off, in seek() [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/samples/ |
D | VIA 8237--C-Media Electronics CMI9761A+ | 6 Front Left: Playback 0 [0%] [-46.50dB] [off] 7 Front Right: Playback 0 [0%] [-46.50dB] [off] 13 Front Left: Playback 31 [100%] [-48.00dB] [off] 14 Front Right: Playback 31 [100%] [-48.00dB] [off] 19 Front Left: Playback [off] 20 Front Right: Playback [off] 29 Mono: Playback 31 [100%] [0.00dB] [off] 34 Mono: Playback 0 [0%] [-46.50dB] [off] 41 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off] 42 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off] [all …]
|