Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 3917) sorted by relevance

12345678910>>...157

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DNumberOutput.java56 public static int outputInt(int v, char[] b, int off) in outputInt() argument
62 return _outputSmallestI(b, off); in outputInt()
64 b[off++] = '-'; in outputInt()
71 b[off] = (char) ('0' + v); in outputInt()
72 return off+1; in outputInt()
74 return _leading3(v, b, off); in outputInt()
78 off = _leading3(thousands, b, off); in outputInt()
79 off = _full3(v, b, off); in outputInt()
80 return off; in outputInt()
92 b[off++] = '2'; in outputInt()
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Dflat-scratch-st-mode.s6 scratch_load_ubyte v1, off, off
11 scratch_load_sbyte v1, off, off
16 scratch_load_ushort v1, off, off
21 scratch_load_sshort v1, off, off
26 scratch_load_dword v1, off, off
31 scratch_load_dwordx2 v[1:2], off, off
36 scratch_load_dwordx3 v[1:3], off, off
41 scratch_load_dwordx4 v[1:4], off, off
46 scratch_load_dword v1, off, off offset:2047
51 scratch_store_byte off, v2, off
[all …]
Dflat-global.s8 global_load_ubyte v1, v[3:4], off
13 global_load_ubyte v1, v[3:4], off dlc
18 global_load_sbyte v1, v[3:4], off
23 global_load_sbyte v1, v[3:4], off dlc
28 global_load_ushort v1, v[3:4], off
33 global_load_ushort v1, v[3:4], off dlc
38 global_load_sshort v1, v[3:4], off
43 global_load_sshort v1, v[3:4], off dlc
48 global_load_dword v1, v[3:4], off
53 global_load_dword v1, v[3:4], off dlc
[all …]
Dflat-scratch-instructions.s8 scratch_load_ubyte v1, v2, off
13 scratch_load_ubyte v1, v2, off dlc
18 scratch_load_sbyte v1, v2, off
23 scratch_load_sbyte v1, v2, off dlc
28 scratch_load_ushort v1, v2, off
33 scratch_load_ushort v1, v2, off dlc
38 scratch_load_sshort v1, v2, off
43 scratch_load_sshort v1, v2, off dlc
48 scratch_load_dword v1, v2, off
53 scratch_load_dword v1, v2, off dlc
[all …]
Dmtbuf.s13 tbuffer_load_format_x v1, off, s[4:7], dfmt:15, nfmt:2, s1
17 tbuffer_load_format_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1
21 tbuffer_load_format_xyz v[1:3], off, s[4:7], dfmt:15, nfmt:2, s1
25 tbuffer_load_format_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1
29 tbuffer_store_format_x v1, off, s[4:7], dfmt:15, nfmt:2, s1
33 tbuffer_store_format_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1
37 tbuffer_store_format_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1
41 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], dfmt:15, nfmt:2, ttmp1
46 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], dfmt:15, ttmp1
51 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], nfmt:2, ttmp1
[all …]
Dexp.s6 exp mrt0 off, off, off, off
11 exp mrt0 off, off, off, off done
16 exp mrt0 v4, off, off, off done
21 exp mrt0 off, v3, off, off done
26 exp mrt0 off, off, v2, off done
31 exp mrt0 off, off, off, v1 done
36 exp mrt0 v4, v3, off, off done
41 exp mrt0 v4, off, v2, off done
46 exp mrt0 v4, off, off, v1
51 exp mrt0 v4, off, off, v1 done
[all …]
Datomic-fadd-insts.s4 buffer_atomic_add_f32 v5, off, s[8:11], s3 offset:4095
7 buffer_atomic_add_f32 v255, off, s[8:11], s3 offset:4095
10 buffer_atomic_add_f32 v5, off, s[12:15], s3 offset:4095
13 buffer_atomic_add_f32 v5, off, s[96:99], s3 offset:4095
16 buffer_atomic_add_f32 v5, off, s[8:11], s101 offset:4095
19 buffer_atomic_add_f32 v5, off, s[8:11], m0 offset:4095
22 buffer_atomic_add_f32 v5, off, s[8:11], 0 offset:4095
25 buffer_atomic_add_f32 v5, off, s[8:11], -1 offset:4095
34 buffer_atomic_add_f32 v5, off, s[8:11], s3
37 buffer_atomic_add_f32 v5, off, s[8:11], s3
[all …]
/external/flatbuffers/go/
Dtable.go23 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 …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td27 def regPlusImm : PatFrag<(ops node:$addr, node:$off),
28 (add node:$addr, node:$off),
45 def regPlusGA : PatFrag<(ops node:$addr, node:$off),
46 (add node:$addr, node:$off),
61 def LOAD_I32 : I<(outs I32:$dst), (ins i32imm:$off, I32:$addr,
63 "i32.load\t$dst, ${off}(${addr})${p2align}">;
64 def LOAD_I64 : I<(outs I64:$dst), (ins i32imm:$off, I32:$addr,
66 "i64.load\t$dst, ${off}(${addr})${p2align}">;
67 def LOAD_F32 : I<(outs F32:$dst), (ins i32imm:$off, I32:$addr,
69 "f32.load\t$dst, ${off}(${addr})${p2align}">;
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DPack.java10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() argument
12 int n = (bs[off] & 0xff) << 8; in bigEndianToShort()
13 n |= (bs[++off] & 0xff); in bigEndianToShort()
17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
19 int n = bs[off] << 24; in bigEndianToInt()
20 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
21 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
22 n |= (bs[++off] & 0xff); in bigEndianToInt()
26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
30 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DPack.java10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() argument
12 int n = (bs[off] & 0xff) << 8; in bigEndianToShort()
13 n |= (bs[++off] & 0xff); in bigEndianToShort()
17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
19 int n = bs[off] << 24; in bigEndianToInt()
20 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
21 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
22 n |= (bs[++off] & 0xff); in bigEndianToInt()
26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
30 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DPack.java8 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() argument
10 int n = (bs[off] & 0xff) << 8; in bigEndianToShort()
11 n |= (bs[++off] & 0xff); in bigEndianToShort()
15 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
17 int n = bs[off] << 24; in bigEndianToInt()
18 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
19 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
20 n |= (bs[++off] & 0xff); in bigEndianToInt()
24 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
28 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/
DPack.java10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
12 int n = bs[ off] << 24; in bigEndianToInt()
13 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
14 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
15 n |= (bs[++off] & 0xff); in bigEndianToInt()
19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
23 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
24 off += 4; in bigEndianToInt()
35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() argument
37 bs[ off] = (byte)(n >>> 24); in intToBigEndian()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/util/
DPack.java10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
12 int n = bs[ off] << 24; in bigEndianToInt()
13 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
14 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
15 n |= (bs[++off] & 0xff); in bigEndianToInt()
19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
23 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
24 off += 4; in bigEndianToInt()
35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() argument
37 bs[ off] = (byte)(n >>> 24); in intToBigEndian()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPack.java8 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() argument
10 int n = bs[ off] << 24; in bigEndianToInt()
11 n |= (bs[++off] & 0xff) << 16; in bigEndianToInt()
12 n |= (bs[++off] & 0xff) << 8; in bigEndianToInt()
13 n |= (bs[++off] & 0xff); in bigEndianToInt()
17 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() argument
21 ns[i] = bigEndianToInt(bs, off); in bigEndianToInt()
22 off += 4; in bigEndianToInt()
33 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() argument
35 bs[ off] = (byte)(n >>> 24); in intToBigEndian()
[all …]
/external/flatbuffers/lua/flatbuffers/
Dview.lua9 local function enforceOffset(off)
10 if off < 0 or off > 42949672951 then
16 local function unPackUoffset(bytes, off)
17 return unpack("<I4", bytes.str, off + 1)
20 local function unPackVoffset(bytes, off)
21 return unpack("<I2", bytes.str, off + 1)
50 function mt:Indirect(off)
51 enforceOffset(off)
52 return off + unPackUoffset(self.bytes, off)
55 function mt:String(off)
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs33 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 …]
/external/flatbuffers/python/flatbuffers/
Dtable.py43 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 …]
/external/pffft/
Dbench_mixers.c121 for (int off = 0; off + B <= N; off += B) in save() local
123 fwrite(d+off, sizeof(complexf), B, f); in save()
131 int iter, off; in bench_shift_math_cc() local
142 off = 0; in bench_shift_math_cc()
147 phase = shift_math_cc(input+off, output+off, B, -0.0009F, phase); in bench_shift_math_cc()
148 off += B; in bench_shift_math_cc()
151 } while ( t1 < tstop && off + B < N ); in bench_shift_math_cc()
153 save(output, B, off, BENCH_FILE_SHIFT_MATH_CC); in bench_shift_math_cc()
158 printf("processed %f Msamples in %f ms\n", off * 1E-6, T*1E3); in bench_shift_math_cc()
166 int iter, off; in bench_shift_table_cc() local
[all …]
/external/oss-fuzz/projects/arrow/
Dbuild.sh34 -DARROW_EXTRA_ERROR_CONTEXT=off \
35 -DARROW_JEMALLOC=off \
36 -DARROW_MIMALLOC=off \
37 -DARROW_FILESYSTEM=off \
39 -DARROW_BUILD_SHARED=off \
41 -DARROW_BUILD_TESTS=off \
42 -DARROW_BUILD_INTEGRATION=off \
43 -DARROW_BUILD_BENCHMARKS=off \
44 -DARROW_BUILD_EXAMPLES=off \
45 -DARROW_BUILD_UTILITIES=off \
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfunction-args.ll7 ; GCN: buffer_store_byte v0, off
17 ; GCN: buffer_store_dword v0, off
29 ; GCN: buffer_store_dword v0, off
55 ; GCN: buffer_store_byte v0, off
82 ; GCN: buffer_store_short v0, off
110 ; GCN: buffer_store_dword v0, off
120 ; GCN: buffer_store_dwordx2 v[0:1], off
129 ; GCN: buffer_store_short v0, off
137 ; GCN: buffer_store_dword v0, off
147 ; GCN: buffer_store_dwordx2 v[0:1], off
[all …]
/external/llvm-project/lld/COFF/
DChunks.cpp78 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel() argument
87 add32(off, secRel); in applySecRel()
90 static void applySecIdx(uint8_t *off, OutputSection *os) { in applySecIdx() argument
95 add16(off, os->sectionIndex); in applySecIdx()
97 add16(off, DefinedAbsolute::numOutputSections + 1); in applySecIdx()
100 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64() argument
103 case IMAGE_REL_AMD64_ADDR32: add32(off, s + config->imageBase); break; in applyRelX64()
104 case IMAGE_REL_AMD64_ADDR64: add64(off, s + config->imageBase); break; in applyRelX64()
105 case IMAGE_REL_AMD64_ADDR32NB: add32(off, s); break; in applyRelX64()
106 case IMAGE_REL_AMD64_REL32: add32(off, s - p - 4); break; in applyRelX64()
[all …]
/external/rust/crates/quiche/src/
Doctets.rs60 let src = &$b.buf[$b.off..];
69 let off = (mem::size_of::<$ty>() - len) as isize; localVariable
71 ptr::copy_nonoverlapping(src.as_ptr(), dst.offset(off), len);
82 $b.off += $len;
92 if $b.buf.len() < $b.off + len {
99 let dst = &mut $b.buf[$b.off..($b.off + len)];
103 let off = (mem::size_of::<$ty>() - len) as isize; localVariable
105 ptr::copy_nonoverlapping(src.offset(off), dst.as_mut_ptr(), len);
108 $b.off += $len;
127 off: usize, field
[all …]
/external/llvm-project/compiler-rt/test/tsan/
Dunaligned_race.cpp39 template<int off, int off2>
41 p += off; in access3()
55 template<int off>
59 access3<off, 0>(main, sz1, rw, obj); in access2()
61 access3<off, 1>(main, sz1, rw, obj); in access2()
63 access3<off, 2>(main, sz1, rw, obj); in access2()
65 access3<off, 3>(main, sz1, rw, obj); in access2()
67 access3<off, 4>(main, sz1, rw, obj); in access2()
69 access3<off, 5>(main, sz1, rw, obj); in access2()
71 access3<off, 6>(main, sz1, rw, obj); in access2()
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dextractelement-stack-lower.ll27 ; GCN-NEXT: buffer_store_dword v40, off, s[0:3], s33 offset:56 ; 4-byte Folded Spill
28 ; GCN-NEXT: buffer_store_dword v41, off, s[0:3], s33 offset:52 ; 4-byte Folded Spill
29 ; GCN-NEXT: buffer_store_dword v42, off, s[0:3], s33 offset:48 ; 4-byte Folded Spill
30 ; GCN-NEXT: buffer_store_dword v43, off, s[0:3], s33 offset:44 ; 4-byte Folded Spill
31 ; GCN-NEXT: buffer_store_dword v44, off, s[0:3], s33 offset:40 ; 4-byte Folded Spill
32 ; GCN-NEXT: buffer_store_dword v45, off, s[0:3], s33 offset:36 ; 4-byte Folded Spill
33 ; GCN-NEXT: buffer_store_dword v46, off, s[0:3], s33 offset:32 ; 4-byte Folded Spill
34 ; GCN-NEXT: buffer_store_dword v47, off, s[0:3], s33 offset:28 ; 4-byte Folded Spill
35 ; GCN-NEXT: buffer_store_dword v56, off, s[0:3], s33 offset:24 ; 4-byte Folded Spill
36 ; GCN-NEXT: buffer_store_dword v57, off, s[0:3], s33 offset:20 ; 4-byte Folded Spill
[all …]

12345678910>>...157