Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/python/cpython2/Modules/
Dsunaudiodev.c346 #define OFF(x) offsetof(audio_info_t,x) macro
348 { "i_sample_rate", T_UINT, OFF(record.sample_rate) },
349 { "i_channels", T_UINT, OFF(record.channels) },
350 { "i_precision", T_UINT, OFF(record.precision) },
351 { "i_encoding", T_UINT, OFF(record.encoding) },
352 { "i_gain", T_UINT, OFF(record.gain) },
353 { "i_port", T_UINT, OFF(record.port) },
354 { "i_samples", T_UINT, OFF(record.samples) },
355 { "i_eof", T_UINT, OFF(record.eof) },
356 { "i_pause", T_UBYTE, OFF(record.pause) },
[all …]
Dflmodule.c272 #define OFF(x) offsetof(FL_OBJECT, x) macro
275 {"objclass", T_INT, OFF(objclass), RO},
276 {"type", T_INT, OFF(type), RO},
277 {"boxtype", T_INT, OFF(boxtype)},
278 {"x", T_FLOAT, OFF(x)},
279 {"y", T_FLOAT, OFF(y)},
280 {"w", T_FLOAT, OFF(w)},
281 {"h", T_FLOAT, OFF(h)},
282 {"col1", T_INT, OFF(col1)},
283 {"col2", T_INT, OFF(col2)},
[all …]
/external/libyuv/files/unit_test/
Dconvert_test.cc34 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \ argument
38 align_buffer_page_end(src_y, kWidth* kHeight + OFF); \
41 OFF); \
44 OFF); \
57 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
60 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
62 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
78 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
79 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), dst_y_c, kWidth, \
85 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
[all …]
/external/clang/cmake/caches/
DApple-stage1.cmake12 set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "")
13 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
14 set(LLVM_INCLUDE_UTILS OFF CACHE BOOL "")
15 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
16 set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "")
17 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")
18 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
20 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
21 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
22 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
[all …]
DApple-stage2.cmake6 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
7 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
8 set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "")
9 set(CLANG_TOOL_SCAN_BUILD_BUILD OFF CACHE BOOL "")
10 set(CLANG_TOOL_SCAN_VIEW_BUILD OFF CACHE BOOL "")
14 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
16 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
32 set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
34 set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
/external/eigen/bench/btl/libs/eigen3/
DCMakeLists.txt24 option(BTL_BENCH_NOGCCVEC "also bench Eigen explicit vec without GCC's auto vec" OFF)
39 btl_add_bench(btl_eigen3_novec_linear main_linear.cpp OFF)
40 btl_add_bench(btl_eigen3_novec_vecmat main_vecmat.cpp OFF)
41 btl_add_bench(btl_eigen3_novec_matmat main_matmat.cpp OFF)
42 btl_add_bench(btl_eigen3_novec_adv main_adv.cpp OFF)
54 btl_add_bench(btl_tiny_eigen3 btl_tiny_eigen3.cpp OFF)
57 btl_add_bench(btl_tiny_eigen3_novec btl_tiny_eigen3.cpp OFF)
/external/llvm/test/CodeGen/PowerPC/
Dpr26180.ll10 ; CHECK: stfd 1, [[OFF:.*]](1)
11 ; CHECK: lwz {{[0-9]*}}, [[OFF]](1)
13 ; GENERIC: stfd 1, [[OFF:.*]](1)
14 ; GENERIC: lwz {{[0-9]*}}, [[OFF]](1)
Dppc64le-aggregates.ll187 ; CHECK: stw 10, [[OFF:.*]](1)
188 ; CHECK: lfs 1, [[OFF]](1)
203 ; CHECK-DAG: stfs 7, [[OFF:[0-9]+]](1)
204 ; CHECK-DAG: lwz 10, [[OFF]](1)
216 ; CHECK: stw [[REG]], [[OFF:.*]](1)
217 ; CHECK: lfs 1, [[OFF]](1)
254 ; CHECK: stw [[REG]], [[OFF:.*]](1)
255 ; CHECK: lfs 1, [[OFF]](1)
296 ; CHECK: std 10, [[OFF:.*]](1)
297 ; CHECK: lfd 1, [[OFF]](1)
[all …]
/external/libcxx/
DCMakeLists.txt39 set(LLVM_INCLUDE_TESTS OFF)
53 set(LIBCXX_TARGETING_MSVC OFF)
63 option(LIBCXX_ENABLE_ASSERTIONS "Enable assertions independent of build mode." OFF)
95 "LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY;LIBCXX_INSTALL_LIBRARY" OFF)
97 option(LIBCXX_ABI_UNSTABLE "Unstable ABI of libc++." OFF)
98 option(LIBCXX_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF)
141 option(LIBCXX_ENABLE_STATIC_ABI_LIBRARY "Statically link the ABI library" OFF)
148 set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE OFF)
167 # back to OFF.
178 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
[all …]
/external/eigen/
DCMakeLists.txt100 option(EIGEN_BUILD_BTL "Build benchmark suite" OFF)
111 option(EIGEN_DEFAULT_TO_ROW_MAJOR "Use row-major as default matrix storage order" OFF)
191 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF)
197 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF)
203 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF)
209 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF)
215 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF)
221 option(EIGEN_TEST_AVX "Enable/Disable AVX in tests/examples" OFF)
227 option(EIGEN_TEST_FMA "Enable/Disable FMA in tests/examples" OFF)
233 option(EIGEN_TEST_AVX512 "Enable/Disable AVX512 in tests/examples" OFF)
[all …]
/external/pdfium/third_party/zlib_v128/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF; in inflate_fast()
101 out = strm->next_out - OFF; in inflate_fast()
216 from = window - OFF; in inflate_fast()
235 from = window - OFF; in inflate_fast()
316 strm->next_in = in + OFF; in inflate_fast()
317 strm->next_out = out + OFF; in inflate_fast()
/external/syslinux/com32/lib/zlib/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/python/cpython2/Modules/zlib/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/zlib/src/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/llvm/
DCMakeLists.txt80 set(LLVM_BUILD_GLOBAL_ISEL OFF CACHE BOOL "Experimental: Build GlobalISel")
107 option(LLVM_INSTALL_UTILS "Include utility binaries in the 'install' target." OFF)
109 option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
119 "Append the version control system revision id to LLVM version" OFF)
247 "Build all libraries as shared libraries instead of static" OFF)
259 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
285 option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
288 …on(LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY "Compile with -fmodules-local-submodule-visibility." OFF)
290 option(LLVM_ENABLE_MODULE_DEBUGGING "Compile with -gmodules." OFF)
293 option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
[all …]
/external/clang/test/Preprocessor/
Dpragma_unknown.c10 #pragma STDC FP_CONTRACT OFF
15 #pragma STDC FENV_ACCESS OFF
20 #pragma STDC CX_LIMITED_RANGE OFF
/external/e2fsprogs/tests/u_mke2fs_opt_offset/
Dscript10 OFF=$1
13 echo "testing e2undo and mke2fs with the -E offset=$OFF option" >> "$OUT"
15 yes a | dd of="$TMPFILE" bs="$OFF" count=1 iflag=fullblock \
21 $MKE2FS -F -z "$TDB_FILE" -b 1024 -E offset="$OFF" "$TMPFILE" 1024 \
25 supplement_test_$OFF
42 offset_exp=$OFF
53 echo "mke2fs called with offset: $OFF" >> "$test_name.failed"
/external/curl/
DCMakeLists.txt76 option(CURL_STATICLIB "Set to ON to build libcurl with static linking." OFF)
77 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
82 OFF)
84 option(ENABLE_THREADED_RESOLVER "Set to ON to enable POSIX threaded DNS lookup" OFF)
86 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
87 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
118 option(BUILD_RELEASE_DEBUG_DIRS "Set OFF to build each configuration to a separate directory" OFF)
124 …ion(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
126 option(CURL_DISABLE_FTP "disables FTP" OFF)
128 option(CURL_DISABLE_LDAP "disables LDAP" OFF)
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreturns_twice_no_coalesce.ll31 ; CHECK: mov DWORD PTR [esp+[[OFF:.*]]],[[REG1]]
34 ; CHECK-NOT: mov DWORD PTR [esp + [[OFF]]], [[REG2]]
53 ; CHECK: mov DWORD PTR [esp+[[OFF:.*]]],[[REG1]]
55 ; Now there should be sharing of the stack slot (OFF is the same).
59 ; xCHECK: mov DWORD PTR [esp + [[OFF]]], [[REG2]]
/external/eigen/bench/btl/libs/tensors/
DCMakeLists.txt22 option(BTL_BENCH_NOGCCVEC "also bench Eigen explicit vec without GCC's auto vec" OFF)
35 btl_add_bench(btl_tensor_novec_linear main_linear.cpp OFF)
36 btl_add_bench(btl_tensor_novec_vecmat main_vecmat.cpp OFF)
37 btl_add_bench(btl_tensor_novec_matmat main_matmat.cpp OFF)
/external/python/cpython2/Objects/
Dcodeobject.c198 #define OFF(x) offsetof(PyCodeObject, x) macro
201 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
202 {"co_nlocals", T_INT, OFF(co_nlocals), READONLY},
203 {"co_stacksize",T_INT, OFF(co_stacksize), READONLY},
204 {"co_flags", T_INT, OFF(co_flags), READONLY},
205 {"co_code", T_OBJECT, OFF(co_code), READONLY},
206 {"co_consts", T_OBJECT, OFF(co_consts), READONLY},
207 {"co_names", T_OBJECT, OFF(co_names), READONLY},
208 {"co_varnames", T_OBJECT, OFF(co_varnames), READONLY},
209 {"co_freevars", T_OBJECT, OFF(co_freevars), READONLY},
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dspeculative-execution-divergent-target.ll10 ; RUN: FileCheck --check-prefix=OFF %s
16 ; OFF: br i1 true
17 ; OFF: %x = add i32 2, 3
/external/guice/core/src/com/google/inject/internal/
DInternalFlags.java45 OFF, enumConstant
57 OFF, enumConstant
90 CustomClassLoadingOption.BRIDGE, CustomClassLoadingOption.OFF); in parseCustomClassLoadingOption()
/external/python/cpython2/Python/
Dtraceback.c12 #define OFF(x) offsetof(PyTracebackObject, x) macro
15 {"tb_next", T_OBJECT, OFF(tb_next), READONLY},
16 {"tb_frame", T_OBJECT, OFF(tb_frame), READONLY},
17 {"tb_lasti", T_INT, OFF(tb_lasti), READONLY},
18 {"tb_lineno", T_INT, OFF(tb_lineno), READONLY},
/external/clang/test/Parser/
Dpragma-optimize-diagnostics.cpp17 #define OFF off macro
19 #pragma clang optimize OFF

12345678910