Home
last modified time | relevance | path

Searched refs:used (Results 1701 - 1725 of 2005) sorted by relevance

1...<<61626364656667686970>>...81

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h803 unsigned int used; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h803 unsigned int used; member
/third_party/curl/projects/
H A Dgenerate.bat403 echo Error: This batch file should only be used from a curl git repository
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h54 /* Define compiler macros for CPU architecture, used in CMSIS 5.
240 #define __USED __attribute__((used))
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc255 if (target_->toolchain()->substitution_bits().used.count(substitution)) { in WriteModuleDepsSubstitution()
543 // The stamp rule for source sets is generally not used, since targets that in WriteSourceSetStamp()
H A Dsetup.cc66 Path to a file containing the text that should be used as the default
70 Path to the build config file. This file will be used to set up the
128 This is used for Clang-based tooling and some editor integration. See
165 By default, GN runs the scripts used in action targets and exec_script
181 This behavior is intended to be used when BUILD.gn files can't be checked
192 This is intended to be used when subprojects declare arguments with
199 This is intended to be used during migrations or other situations where
939 // Also add a build dependency to the scope, which is used by `gn analyze`.
/third_party/alsa-lib/include/
H A Dseq.h474 int snd_seq_set_queue_usage(snd_seq_t *handle, int q, int used);
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h73 unsigned char db3; /* not used, all zeros */
425 unsigned int msbits; /* R: used most significant bits */
492 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */
962 unsigned int queue; /* used queue size */
1101 unsigned int used; /* R: count of element IDs set */ member
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c178 * algorithm being used. in lws_cose_key_checks()
1173 ctx->used = lws_ptr_diff_size_t(ctx->buf, ctx->start); in lws_cose_key_export()
/third_party/libsnd/src/
H A Drf64.c567 ** Ok some liberty is taken here to use the most commonly used channel masks in rf64_write_fmt_chunk()
713 if (psf->wchunks.used > 0) in rf64_write_header()
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h134 * MOCS indexes used for GPU surfaces, defining the cacheability of the
146 * usage of the surface (used for display scanout or not).
162 * of the engine, which may be used when requesting operations to be performed
170 * Render engines support instructions used for 3D, Compute (GPGPU),
543 int used; /* nr bytes in use */ member
703 * registers. This used to be fixed per platform but from CNL onwards, this
944 * and is used to retrieve the fake offset to mmap an object specified by &handle.
977 * be used, depending on the object placement on creation. WB will be used
1104 * the system and are used t
[all...]
/third_party/libdrm/include/drm/
H A Di915_drm.h88 * MOCS indexes used for GPU surfaces, defining the cacheability of the
100 * usage of the surface (used for display scanout or not).
114 * classification of the role of the engine, which may be used when requesting
412 int used; /* nr bytes in use */ member
562 * registers. This used to be fixed per platform but from CNL onwards, this
829 * the system and are used to flush and invalidate as
834 /** Render cache, used by 2D and 3D drawing */
836 /** Sampler cache, used by texture engine */
838 /** Command queue, used to load batch buffers */
840 /** Instruction cache, used b
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h379 /* These cache policy bits match the definitions used by the LLVM intrinsics. */
410 LLVMValueRef lod; // also used by ac_image_get_resinfo
580 assert(arg.used); in ac_get_arg()
/third_party/ltp/
H A Drunltp23 # Description: This script can be used to the tests in the LTP test suite
174 -W ZOOFILE Specify the zoo file used to record current test tags (default PID of this script)
821 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
/third_party/libdrm/
H A Dxf86drm.h235 -- they will be used to support the
262 int used; /**< Amount of buffer in use (for DMA) */ member
/third_party/node/deps/v8/src/objects/
H A Dcontexts.h286 /* All *_FUNCTION_MAP_INDEX definitions used by Context::FunctionMapIndex */ \
379 // The table is a fixed array, its first slot is the current used count and
380 // the subsequent slots 1..used contain ScriptContexts.
387 DECL_RELEASE_ACQUIRE_INT_ACCESSORS(used)
427 // closures. A Context object is used to represent function contexts and
452 // An "extension object" is used to dynamically extend a
737 // initialization. This function should *not* be used from anywhere other
/third_party/mksh/
H A Dcheck.pl60 # used as standard-input for the program;
153 # p tag takes parameters (used with m).
154 # s tag can be used several times.
192 (if no =v is given, the current value is used)
/third_party/musl/
H A Dconfigure28 --build=BUILD build system type; used only to infer cross-compiling
499 # Modern GCC wants to put DWARF tables (used for debugging and
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm278 ;; (*) It should be noted that B6 is used as input to MPY32U in
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.h120 // Struct used for correlating uniforms/elements of uniform arrays to handles
128 // If used is false, it means this location is only used to fill an empty space in an array,
131 bool used() const { return (index != kUnused); } in used() function
152 // Currently used by CHROMIUM_path_rendering
410 // uniforms in GLES3.1+. It is used to pre-set the location of uniforms.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp353 if (location.used() && !location.ignored) in initDefaultUniformLayoutMapping()
824 // current uniform buffer is still the same buffer we last time used and buffer has not been in onProgramBind()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go15 // run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
58 run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js83 /a/lib/lib.d.ts (used version)
H A Dexport.js83 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js91 /a/lib/lib.d.ts (used version)

Completed in 41 milliseconds

1...<<61626364656667686970>>...81