Home
last modified time | relevance | path

Searched full:param (Results 8376 - 8400 of 20846) sorted by relevance

1...<<331332333334335336337338339340>>...834

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
H A D3-1.c33 struct sched_param param; in main() local
54 param.sched_priority = priority + PRIORITY_OFFSET; in main()
55 rc = pthread_attr_setschedparam(&attr, &param); in main()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-json.h26 * \param the context in which to parse and create the value.
27 * \param json_string The string to parse.
37 * \param json_object The JSON-serializable object to stringify.
H A Dv8-wasm-trap-handler-posix.h22 * \param sig_code The signal code, e.g. SIGSEGV.
23 * \param info A pointer to the siginfo_t struct provided to the signal handler.
24 * \param context A pointer to a ucontext_t struct provided to the signal
/third_party/node/deps/v8/include/
H A Dv8-wasm-trap-handler-posix.h22 * \param sig_code The signal code, e.g. SIGSEGV.
23 * \param info A pointer to the siginfo_t struct provided to the signal handler.
24 * \param context A pointer to a ucontext_t struct provided to the signal
H A Dv8-json.h26 * \param the context in which to parse and create the value.
27 * \param json_string The string to parse.
37 * \param json_object The JSON-serializable object to stringify.
/third_party/node/deps/v8/src/extensions/
H A Dcputracemark-extension.cc31 uint32_t param = in Mark() local
39 : "a"(0x4711 | (param << 16)) in Mark()
44 : "a"(0x4711 | (param << 16)) in Mark()
/third_party/musl/include/sys/
H A Dtgkill.h24 * @param tgid the group ID of the calling process.
25 * @param tid the thread ID of the calling process.
26 * @param sig the actual signal.
/third_party/skia/src/gpu/
H A DGrFinishCallbacks.h30 * @param doDelete delete the contained fence object.
37 * @param finishedProc The function to call when GPU work is complete.
38 * @param finishedContext The context object to pass back to the callback.
/third_party/skia/src/core/
H A DSkPixmapPriv.h28 * @param dst SkPixmap to write the final image, after
30 * @param origin SkEncodedOrigin to apply to the raw pixels.
31 * @param decode Function for decoding into a pixmap without
H A DSkMatrixImageFilter.h26 * @param transform The matrix to apply when drawing the src bitmap
27 * @param sampling What sampling technique to apply when scaling.
28 * @param input The input image filter. If nullptr, the src bitmap
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DGlyphMetrics.java31 * @param data
41 * @param data the data for the subtable being built
50 * @param data the data for the subtable being built
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
H A Dpartial-write-preserve.frag83 vec4 param = a;
84 partial_inout(param);
85 a = param;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
H A Dpartial-write-preserve.frag55 float4 param = a;
56 partial_inout(param);
57 a = param;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
H A Dcomplex-type-alias.comp58 Foo0 param;
59 Zero(param);
60 data.a.a = param;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dremtrans.h54 * @param text the buffer holding transliterated and
56 * @param offset the start and limit of the text, the position
58 * @param incremental if true, assume more text may be coming after
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java26 * @param source underlying source
27 * @param bufferSize intermediate buffer size
28 * @param customDictionary initial LZ77 dictionary
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbreak_statement.h27 /// @param pid the identifier of the program that owns this node
28 /// @param src the source of this node
36 /// @param ctx the clone context
H A Dcontinue_statement.h27 /// @param pid the identifier of the program that owns this node
28 /// @param src the source of this node
36 /// @param ctx the clone context
H A Ddiscard_statement.h27 /// @param pid the identifier of the program that owns this node
28 /// @param src the source of this node
36 /// @param ctx the clone context
H A Dfallthrough_statement.h27 /// @param pid the identifier of the program that owns this node
28 /// @param src the source of this node
36 /// @param ctx the clone context
H A Dinvariant_decoration.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
39 /// @param ctx the clone context
H A Dnode.h48 /// @param pid the identifier of the program that owns this node
49 /// @param src the input source for the node
60 /// @param node a pointer to an AST node
H A Dphony_expression.h28 /// @param pid the identifier of the program that owns this node
29 /// @param src the source of this node
37 /// @param ctx the clone context
H A Dstruct_block_decoration.h31 /// @param pid the identifier of the program that owns this node
32 /// @param src the source of this node
41 /// @param ctx the clone context
H A Dtype.h38 /// @param symbols the program's symbol table
45 /// @param pid the identifier of the program that owns this node
46 /// @param src the source of this node

Completed in 24 milliseconds

1...<<331332333334335336337338339340>>...834