/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrMemory.td | 27 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/oss-fuzz/projects/fluent-bit/ |
D | build.sh | 22 # Commandline arguments to turn off a lot of plugins. 23 …OFF -DFLB_IN_CPU=OFF -DFLB_IN_DISK=OFF -DFLB_IN_DOCKER=OFF -DFLB_IN_EXEC=OFF -DFLB_IN_FORWARD=OFF … 24 …Off -DFLB_LUAJIT=OFF -DFLB_FILTER_GREP=OFF -DFLB_FILTER_REWRITE_TAG=OFF -DFLB_OUT_AZURE=OFF -DFLB_… 25 …OFF -DFLB_FILTER_MODIFY=OFF -DFLB_FILTER_THROTTLE=OFF -DFLB_FILTER_KUBERNETES=OFF -DFLB_FILTER_NES… 27 cmake -DFLB_METRICS=ON -DFLB_DEBUG=On -DMBEDTLS_FATAL_WARNINGS=OFF -DFLB_TESTS_INTERNAL=ON -DFLB_TE…
|
/external/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:]) 42 // "off" in this object. 43 func (t *Table) VectorLen(off UOffsetT) int { [all …]
|
/external/libwebsockets/contrib/abi/ |
D | libwebsockets.json | 13 "PkgDiff": "Off", 14 "ABIView": "Off", 15 "ABIDiff": "Off" 23 "PkgDiff": "Off", 24 "ABIView": "Off", 25 "ABIDiff": "Off" 33 "PkgDiff": "Off", 34 "ABIView": "Off", 35 "ABIDiff": "Off" 43 "PkgDiff": "Off", [all …]
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
D | NumberOutput.java | 56 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/flatbuffers/lua/flatbuffers/ |
D | view.lua | 9 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/llvm-project/llvm/test/MC/AMDGPU/ |
D | exp.s | 6 exp mrt0 off, off, off, off 7 // SI: exp mrt0 off, off, off, off ; encoding: [0x00,0x00,0x00,0xf8,0x00,0x00,0x00,0x00] 8 // GFX89: exp mrt0 off, off, off, off ; encoding: [0x00,0x00,0x00,0xc4,0x00,0x00,0x00,0x00] 9 // GFX10: exp mrt0 off, off, off, off ; encoding: [0x00,0x00,0x00,0xf8,0x00,0x00,0x00,0x00] 11 exp mrt0 off, off, off, off done 12 // SI: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00] 13 // GFX89: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xc4,0x00,0x00,0x00,0x00] 14 // GFX10: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00] 16 exp mrt0 v4, off, off, off done 17 // SI: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00] [all …]
|
D | flat-scratch-st-mode.s | 6 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 47 // GFX1030: scratch_load_dword v1, off, off offset:2047 ; encoding: [0xff,0x47,0x30,0xdc,0x00,0x00,… [all …]
|
D | mtbuf.s | 13 tbuffer_load_format_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 14 // SICI: tbuffer_load_format_x v1, off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NUM_FORM… 15 // VI: tbuffer_load_format_x v1, off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NUM_FORM… 17 tbuffer_load_format_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 18 // SICI: tbuffer_load_format_xy v[1:2], off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NUM… 19 // VI: tbuffer_load_format_xy v[1:2], off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NUM… 21 tbuffer_load_format_xyz v[1:3], off, s[4:7], dfmt:15, nfmt:2, s1 22 // SICI: tbuffer_load_format_xyz v[1:3], off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NU… 23 // VI: tbuffer_load_format_xyz v[1:3], off, s[4:7], s1 format:[BUF_DATA_FORMAT_RESERVED_15,BUF_NU… 25 tbuffer_load_format_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1 [all …]
|
D | flat-scratch-instructions.s | 8 scratch_load_ubyte v1, v2, off 10 // GFX9: scratch_load_ubyte v1, v2, off ; encoding: [0x00,0x40,0x40,0xdc,0x02,0x00,0x7f,0x01] 13 scratch_load_ubyte v1, v2, off dlc 18 scratch_load_sbyte v1, v2, off 20 // GFX9: scratch_load_sbyte v1, v2, off ; encoding: [0x00,0x40,0x44,0xdc,0x02,0x00,0x7f,0x01] 23 scratch_load_sbyte v1, v2, off dlc 28 scratch_load_ushort v1, v2, off 30 // GFX9: scratch_load_ushort v1, v2, off ; encoding: [0x00,0x40,0x48,0xdc,0x02,0x00,0x7f,0x01] 33 scratch_load_ushort v1, v2, off dlc 38 scratch_load_sshort v1, v2, off [all …]
|
D | flat-global.s | 8 global_load_ubyte v1, v[3:4], off 10 // GFX9: global_load_ubyte v1, v[3:4], off ; encoding: [0x00,0x80,0x40,0xdc,0x03,0x00,0x7f,0x01] 13 global_load_ubyte v1, v[3:4], off dlc 18 global_load_sbyte v1, v[3:4], off 20 // GFX9: global_load_sbyte v1, v[3:4], off ; encoding: [0x00,0x80,0x44,0xdc,0x03,0x00,0x7f,0x01] 23 global_load_sbyte v1, v[3:4], off dlc 28 global_load_ushort v1, v[3:4], off 30 // GFX9: global_load_ushort v1, v[3:4], off ; encoding: [0x00,0x80,0x48,0xdc,0x03,0x00,0x7f,0x01] 33 global_load_ushort v1, v[3:4], off dlc 38 global_load_sshort v1, v[3:4], off [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
D | Pack.java | 10 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/ |
D | Pack.java | 10 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/ |
D | Pack.java | 8 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/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | Pack.java | 8 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/ |
D | Pack.java | 10 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/ |
D | Pack.java | 10 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/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 58 at "off" in this object.""" [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | extractelement-stack-lower.ll | 27 ; 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 …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | function-args.ll | 7 ; 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/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 …]
|
/external/pffft/ |
D | bench_mixers.c | 121 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/tensorflow/tensorflow/lite/tools/cmake/modules/ |
D | eigen.cmake | 46 set(\${language_works} OFF PARENT_SCOPE) 64 set(EIGEN_LEAVE_TEST_IN_ALL_TARGET OFF CACHE BOOL 67 set(BUILD_TESTING OFF CACHE BOOL "Disable tests.") 68 set(EIGEN_TEST_CXX11 OFF CACHE BOOL "Disable tests of C++11 features.") 69 set(EIGEN_BUILD_BTL OFF CACHE BOOL "Disable benchmark suite.") 70 set(EIGEN_BUILD_PKGCONFIG OFF CACHE BOOL "Disable pkg-config.") 71 set(EIGEN_SPLIT_LARGE_TESTS OFF CACHE BOOL "Disable test splitting.") 72 set(EIGEN_DEFAULT_TO_ROW_MAJOR OFF CACHE BOOL 76 set(EIGEN_TEST_SSE2 OFF CACHE BOOL "Disable SSE2 test.") 77 set(EIGEN_TEST_SSE3 OFF CACHE BOOL "Disable SSE3 test.") [all …]
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
D | platform_ServoPowerStateController.py | 27 ### Setting `power_state:off` 28 Setting `power_state:off` must turn the DUT "off" unconditionally. The 32 The meaning of "off" does not require any specific component to be 33 actually powered off, provided that the DUT does not respond on the 35 Some examples of "off" that are acceptable: 40 While a DUT is turned off, it is allowed to respond to the power button, 46 After applying `power_state:off` to turn a DUT off, setting 54 If a DUT is not off because of setting `power_state:off`, the response 61 `power_state:off` followed by `power_state:on`. The operation must have 74 * After `power_state:off`, it is allowed to immediately apply either [all …]
|
/external/oss-fuzz/projects/arrow/ |
D | build.sh | 34 -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 …]
|