Home
last modified time | relevance | path

Searched refs:param (Results 1351 - 1375 of 2010) sorted by relevance

1...<<51525354555657585960>>...81

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork04.c102 #include <sys/param.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
H A D2-1.c21 #include <sys/param.h>
/third_party/mesa3d/src/util/
H A Du_process.c105 # include <sys/param.h>
/third_party/pulseaudio/src/tests/
H A Donce-test.c27 #include <sys/param.h>
/third_party/pulseaudio/src/pulse/
H A Dsample.h26 #include <sys/param.h>
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dconstants_test.cpp17 #include <gtest/gtest-param-test.h>
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h216 TParameter param; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconstants_test.cpp17 #include <gtest/gtest-param-test.h>
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Ddecode.h148 * @param state decoder instance
149 * @param param parameter to set
150 * @param value new parameter value
155 BrotliDecoderState* state, BrotliDecoderParameter param, uint32_t value);
169 * @param alloc_func custom memory allocation function
170 * @param free_func custom memory free function
171 * @param opaque custom memory manager handle
181 * @param state decoder instance to be cleaned up and deallocated
191 * @param encoded_siz
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_bbox.c7 /* SunOS 4.1.* does not define CLOCKS_PER_SEC, so include <sys/param.h> */
10 #include <sys/param.h>
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c75 static BOOL CALLBACK _cpu_check_features_forwarder(PINIT_ONCE once, PVOID param, PVOID* context) in _cpu_check_features_forwarder() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base.h96 void param(OutIterator) const {} in param() function
/third_party/rust/crates/rustix/src/backend/libc/
H A Dmod.rs73 feature = "param",
78 pub(crate) mod param;
/third_party/rust/crates/rustix/src/
H A Druntime.rs139 backend::param::auxv::exe_phdrs() in exe_phdrs()
/third_party/spirv-tools/test/opt/
H A Dconstants_test.cpp17 #include <gtest/gtest-param-test.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h103 int eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param,
/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.cpp82 switch (valueStr.param) in operator <<()
/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c121 double param[2]; // sws params member
544 av_opt_set_int(s, "param0", scale->param[0], 0); in config_props()
545 av_opt_set_int(s, "param1", scale->param[1], 0); in config_props()
972 { "param0", "Scaler param 0", OFFSET(param[0]), AV_OPT_TYPE_DOUBLE, { .dbl = SWS_PARAM_DEFAULT }, INT_MIN, INT_MAX, FLAGS },
973 { "param1", "Scaler param 1", OFFSET(param[1]), AV_OPT_TYPE_DOUBLE, { .dbl = SWS_PARAM_DEFAULT }, INT_MIN, INT_MAX, FLAGS },
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramBinaryTest.cpp1337 EGLWindow *createAndInitEGLWindow(angle::PlatformParameters &param) in createAndInitEGLWindow() argument
1339 EGLWindow *eglWindow = EGLWindow::New(param.majorVersion, param.minorVersion); in createAndInitEGLWindow()
1341 bool result = eglWindow->initializeGL(mOSWindow, mEntryPointsLib.get(), param.driver, in createAndInitEGLWindow()
1342 param.eglParameters, configParams); in createAndInitEGLWindow()
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c5234 void cil_destroy_param(struct cil_param *param) in cil_destroy_param() argument
5236 if (param == NULL) { in cil_destroy_param()
5240 free(param); in cil_destroy_param()
5281 struct cil_param *param = NULL; in cil_gen_macro() local
5294 cil_param_init(&param); in cil_gen_macro()
5297 param->flavor = CIL_TYPE; in cil_gen_macro()
5299 param->flavor = CIL_ROLE; in cil_gen_macro()
5301 param->flavor = CIL_USER; in cil_gen_macro()
5303 param->flavor = CIL_SENS; in cil_gen_macro()
5305 param in cil_gen_macro()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp366 TIntermTyped *param,
1831 NodeData &param = mNodeData[mNodeData.size() - parameterCount + paramIndex]; in loadAllParams() local
1835 &param, node->getChildNode(paramIndex)->getAsTyped()->getType(), &paramTypeId); in loadAllParams()
2048 NodeData &param = mNodeData[mNodeData.size() - parameterCount + paramIndex]; in createFunctionCall() local
2055 paramValue = accessChainLoad(&param, argType, nullptr); in createFunctionCall()
2060 paramValue = accessChainCollapse(&param); in createFunctionCall()
2062 else if (IsAccessChainUnindexedLValue(param) && paramQualifier == EvqParamOut && in createFunctionCall()
2063 param.accessChain.storageClass == spv::StorageClassFunction) in createFunctionCall()
2072 paramValue = param.baseId; in createFunctionCall()
2083 mBuilder.getDecorations(argType), nullptr, "param"); in createFunctionCall()
2116 NodeData &param = mNodeData[mNodeData.size() - parameterCount + paramIndex]; createFunctionCall() local
3213 NodeData &param = mNodeData[mNodeData.size() - parameterCount + paramIndex]; createAtomicBuiltIn() local
4739 storeBuiltInStructOutputInParamHelper(NodeData *data, TIntermTyped *param, spirv::IdRef structValue, uint32_t fieldIndex) storeBuiltInStructOutputInParamHelper() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2450 void Context::texParameterf(TextureType target, GLenum pname, GLfloat param) in texParameterf() argument
2453 SetTexParameterf(this, texture, pname, param); in texParameterf()
2470 void Context::texParameteri(TextureType target, GLenum pname, GLint param) in texParameteri() argument
2473 SetTexParameteri(this, texture, pname, param); in texParameteri()
3041 void Context::samplerParameteri(SamplerID sampler, GLenum pname, GLint param) in samplerParameteri() argument
3045 SetSamplerParameteri(this, samplerObject, pname, param); in samplerParameteri()
3048 void Context::samplerParameteriv(SamplerID sampler, GLenum pname, const GLint *param) in samplerParameteriv() argument
3052 SetSamplerParameteriv(this, samplerObject, pname, param); in samplerParameteriv()
3055 void Context::samplerParameterIiv(SamplerID sampler, GLenum pname, const GLint *param) in samplerParameterIiv() argument
3059 SetSamplerParameterIiv(this, samplerObject, pname, param); in samplerParameterIiv()
3062 samplerParameterIuiv(SamplerID sampler, GLenum pname, const GLuint *param) samplerParameterIuiv() argument
3069 samplerParameterivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLint *param) samplerParameterivRobust() argument
3077 samplerParameterIivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLint *param) samplerParameterIivRobust() argument
3085 samplerParameterIuivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLuint *param) samplerParameterIuivRobust() argument
3093 samplerParameterf(SamplerID sampler, GLenum pname, GLfloat param) samplerParameterf() argument
3100 samplerParameterfv(SamplerID sampler, GLenum pname, const GLfloat *param) samplerParameterfv() argument
3107 samplerParameterfvRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLfloat *param) samplerParameterfvRobust() argument
5586 pixelStorei(GLenum pname, GLint param) pixelStorei() argument
6339 framebufferParameteri(GLenum target, GLenum pname, GLint param) framebufferParameteri() argument
[all...]
H A DvalidationES31.cpp1105 GLint param) in ValidateFramebufferParameteri()
1124 if (param < 0 || param > maxWidth) in ValidateFramebufferParameteri()
1134 if (param < 0 || param > maxHeight) in ValidateFramebufferParameteri()
1144 if (param < 0 || param > maxSamples) in ValidateFramebufferParameteri()
1165 if (param < 0 || param > maxLayers) in ValidateFramebufferParameteri()
1101 ValidateFramebufferParameteri(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, GLint param) ValidateFramebufferParameteri() argument
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc475 const NameAndTypeExpression& param) { in AddParameter()
476 if (!IsLowerCamelCase(param.name->value)) { in AddParameter()
477 NamingConventionError("Parameter", param.name, "lowerCamelCase"); in AddParameter()
479 parameter_list->names.push_back(param.name); in AddParameter()
480 parameter_list->types.push_back(param.type); in AddParameter()
512 for (NameAndTypeExpression& param : explicit_params) { in MakeParameterList()
513 AddParameter(&result, param); in MakeParameterList()
799 if (a.param.has_value()) { in AnnotationSet()
810 if (!map_.insert({a.name->value, {*a.param, a.name->pos}}).second) { in AnnotationSet()
474 AddParameter(ParameterList* parameter_list, const NameAndTypeExpression& param) AddParameter() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c287 enum pipe_compute_cap param, void *ret) in zink_get_compute_param()
296 switch (param) { in zink_get_compute_param()
342 unreachable("unknown compute param"); in zink_get_compute_param()
364 zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param) in zink_get_param() argument
368 switch (param) { in zink_get_param()
812 return u_pipe_screen_get_param_defaults(pscreen, param); in zink_get_param()
817 zink_get_paramf(struct pipe_screen *pscreen, enum pipe_capf param) in zink_get_paramf() argument
821 switch (param) { in zink_get_paramf()
879 enum pipe_shader_cap param) in zink_get_shader_param()
883 switch (param) { in zink_get_shader_param()
286 zink_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, enum pipe_compute_cap param, void *ret) zink_get_compute_param() argument
877 zink_get_shader_param(struct pipe_screen *pscreen, enum pipe_shader_type shader, enum pipe_shader_cap param) zink_get_shader_param() argument
[all...]

Completed in 43 milliseconds

1...<<51525354555657585960>>...81