Home
last modified time | relevance | path

Searched full:off (Results 1 – 25 of 8105) sorted by relevance

12345678910>>...325

/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt15 option(NEON "Neon acceleration" OFF)
16 option(NEONEXPERIMENTAL "Neon experimental acceleration" OFF)
17 option(HELIUMEXPERIMENTAL "Helium experimental acceleration" OFF)
19 option(ROUNDING "Rounding" OFF)
20 option(MATRIXCHECK "Matrix Checks" OFF)
21 option(HELIUM "Helium acceleration (MVEF and MVEI supported)" OFF)
22 option(MVEF "MVEF intrinsics supported" OFF)
23 option(MVEI "MVEI intrinsics supported" OFF)
24 option(MVEFLOAT16 "Float16 MVE intrinsics supported" OFF)
25 option(DISABLEFLOAT16 "Disable building float16 kernels" OFF)
[all …]
/third_party/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:])
42 // "off" in this object.
43 func (t *Table) VectorLen(off UOffsetT) int {
[all …]
/third_party/libwebsockets/contrib/abi/
Dlibwebsockets.json13 "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 …]
/third_party/flatbuffers/lua/flatbuffers/
Dview.lua13 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/mindspore/cmake/external_libs/
Dopencv.cmake55 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DWITH_PROTOBUF=OFF -DWITH_WEBP=OFF -DWITH_IPP=OFF
56 -DWITH_ADE=OFF
61 -DBUILD_TESTS=OFF
62 -DBUILD_PERF_TESTS=OFF
63 -DBUILD_opencv_apps=OFF
65 -DBUILD_opencv_python3=OFF
66 -DBUILD_opencv_videoio=OFF
67 -DWITH_FFMPEG=OFF
69 -DBUILD_TIFF=OFF
70 -DWITH_JASPER=OFF
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dheader.js16 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/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
58 at "off" in this object."""
[all …]
/third_party/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 …]
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input-linein.conf80 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 …]
Danalog-output-headphones.conf75 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 …]
Danalog-input-internal-mic.conf62 [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 …]
Danalog-output-headphones-2.conf47 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 …]
Danalog-input-mic.conf.common24 switch = off
25 volume = off
28 switch = off
29 volume = off
32 switch = off
33 volume = off
36 switch = off
37 volume = off
40 switch = off
41 volume = off
[all …]
/third_party/curl/
Dappveyor.yml32 OPENSSL: OFF
34 ENABLE_UNICODE: OFF
35 HTTP_ONLY: OFF
36 TESTING: OFF
46 SCHANNEL: OFF
47 ENABLE_UNICODE: OFF
48 HTTP_ONLY: OFF
49 TESTING: OFF
58 OPENSSL: OFF
60 ENABLE_UNICODE: OFF
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/samples/
DVIA 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 …]
DEnsoniq AudioPCI--Cirrus Logic CS4297A rev 312 Mono: Playback 0 [0%] [-46.50dB] [off]
18 Front Left: Playback 0 [0%] [-46.50dB] [off]
19 Front Right: Playback 0 [0%] [-46.50dB] [off]
35 Mono: Playback [off]
49 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [on]
50 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [on]
57 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
58 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
66 Front Left: Capture [off]
67 Front Right: Capture [off]
[all …]
DVIA 8237--Analog Devices AD188812 Mono: Playback 0 [0%] [-46.50dB] [off]
18 Front Left: Playback 0 [0%] [-46.50dB] [off]
19 Front Right: Playback 0 [0%] [-46.50dB] [off]
23 Mono: Playback [off]
36 Front Left: Playback 0 [0%] [-46.50dB] [off]
37 Front Right: Playback 0 [0%] [-46.50dB] [off]
46 Mono: Playback 31 [100%] [0.00dB] [off]
51 Mono: Playback 0 [0%] [-46.50dB] [off]
58 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
59 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
[all …]
DATI IXP--Realtek ALC655 rev 012 Mono: Playback 0 [0%] [-46.50dB] [off]
25 Front Left: Playback 0 [0%] [-46.50dB] [off]
26 Front Right: Playback 0 [0%] [-46.50dB] [off]
35 Mono: Playback 0 [0%] [-46.50dB] [off]
40 Mono: Playback 0 [0%] [-46.50dB] [off]
47 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
48 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
55 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
56 Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
63 Mono: Playback 0 [0%] [-34.50dB] [off]
[all …]
/third_party/mindspore/cmake/
Doptions.cmake1 option(ENABLE_D "Enable d" OFF)
2 option(ENABLE_GPU "Enable gpu" OFF)
3 option(ENABLE_CPU "Enable cpu" OFF)
4 option(ENABLE_GE "Enable graph engine as backend to execute" OFF)
5 option(ENABLE_MINDDATA "Enable minddata compile" OFF)
6 option(ENABLE_TRAIN "Enable ge train, default off(only infer)" OFF)
7 option(ENABLE_TESTCASES "Run testcases switch, default off" OFF)
8 option(ENABLE_CPP_ST "Run cpp st testcases switch, default off" OFF)
9 option(DEBUG_MODE "Debug mode, default off" OFF)
11 option(ENABLE_LOAD_ANF_IR "Enable load ANF-IR as input of 'infer' stage of pipeline" OFF)
[all …]
/third_party/mindspore/scripts/build/
Ddefault_options.sh25 export DEBUG_MODE="off"
27 export ENABLE_SECURITY="off"
28 export ENABLE_COVERAGE="off"
29 export RUN_TESTCASES="off"
30 export RUN_CPP_ST_TESTS="off"
33 export ENABLE_ASAN="off"
34 export ENABLE_PROFILE="off"
35 export INC_BUILD="off"
36 export ENABLE_TIMELINE="off"
41 export ENABLE_MPI="off"
[all …]
Dusage.sh22 …echo "bash build.sh [-d] [-r] [-v] [-c on|off] [-t ut|st] [-g on|off] [-h] [-b ge] [-m infer|train…
23 echo " [-a on|off] [-p on|off] [-i] [-R] [-D on|off] [-j[n]] [-e gpu|ascend|cpu] \\"
24 …echo " [-P on|off] [-z [on|off]] [-M on|off] [-V 10.1|11.1|310|910] [-I arm64|arm32|x…
25 echo " [-B on|off] [-E] [-l on|off] [-n full|lite|off] [-H on|off] \\"
26 echo " [-A on|off] [-S on|off] [-k on|off] [-W sse|neon|avx|avx512|off] \\"
27 echo " [-L Tensor-RT path] [-y on|off] \\"
33 echo " -c Enable code coverage, default off"
34 echo " -t Run testcases, default off"
40 echo " -a Enable ASAN, default off"
41 echo " -p Enable pipeline profile, print to stdout, default off"
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp.asm149 %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/cJSON/
Dappveyor.yml4 # ENABLE_SANITIZERS - off by default
8 # ENABLE_CJSON_UTILS - off by default
10 # ENABLE_VALGRIND - off by default
11 # ENABLE_FUZZING - off by default
17 ENABLE_CJSON_TEST: OFF
21 BUILD_SHARED_LIBS: OFF
22 ENABLE_CJSON_TEST: OFF
27 ENABLE_CJSON_TEST: OFF
31 BUILD_SHARED_LIBS: OFF
32 ENABLE_CJSON_TEST: OFF
[all …]
/third_party/boost/libs/parameter/test/
DJamfile.v214 <warnings>off
21 [ run maybe.cpp : : : : : <preserve-target-tests>off ]
22 [ run singular.cpp : : : : : <preserve-target-tests>off ]
23 [ run tutorial.cpp : : : : : <preserve-target-tests>off ]
31 <preserve-target-tests>off
41 <preserve-target-tests>off
50 <preserve-target-tests>off
60 <preserve-target-tests>off
70 <preserve-target-tests>off
79 <preserve-target-tests>off
[all …]
/third_party/typescript/tests/baselines/reference/
DassignmentCompatability_checking-apply-member-off-of-function-interface.symbols1 === 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 …]

12345678910>>...325