Home
last modified time | relevance | path

Searched refs:params (Results 1626 - 1650 of 3097) sorted by relevance

1...<<61626364656667686970>>...124

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_tuple_params.py122 params = find_params(args)
123 to_index = map_to_index(params)
124 tup_name = self.new_name(tuple_name(params))
/third_party/openssl/crypto/pkcs12/
H A Dp12_key.c87 OSSL_PARAM params[6], *p = params; in PKCS12_key_gen_uni_ex() local
121 if (EVP_KDF_derive(ctx, out, (size_t)n, params)) { in PKCS12_key_gen_uni_ex()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp86 std::ostream &operator<<(std::ostream &os, const GLMark2TestParams &params) in operator <<() argument
88 os << static_cast<const PlatformParameters &>(params) << "_" << params.info.name; in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DProgramNULL.cpp125 void ProgramNULL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv()
130 void ProgramNULL::getUniformiv(const gl::Context *context, GLint location, GLint *params) const in getUniformiv()
135 void ProgramNULL::getUniformuiv(const gl::Context *context, GLint location, GLuint *params) const in getUniformuiv()
H A DProgramNULL.h86 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
87 void getUniformiv(const gl::Context *context, GLint location, GLint *params) const override;
88 void getUniformuiv(const gl::Context *context, GLint location, GLuint *params) const override;
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_local.h16 # include <openssl/params.h>
229 int ossl_drbg_get_ctx_params(PROV_DRBG *drbg, OSSL_PARAM params[]);
230 int ossl_drbg_set_ctx_params(PROV_DRBG *drbg, const OSSL_PARAM params[]);
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dringbuffer.h57 const BrotliEncoderParams* params, RingBuffer* rb) { in RingBufferSetup()
58 int window_bits = ComputeRbBits(params); in RingBufferSetup()
59 int tail_bits = params->lgblock; in RingBufferSetup()
56 RingBufferSetup( const BrotliEncoderParams* params, RingBuffer* rb) RingBufferSetup() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp128 map<string, string> params; in makeSwitchCase() local
129 params["CONDITION"] = type == SWITCHTYPE_STATIC ? "2" : in makeSwitchCase()
133 op << tcu::StringTemplate(switchBody.str()).specialize(params).c_str(); in makeSwitchCase()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h141 typedef void (GL_APIENTRYP PFNGLGETPOINTERVKHRPROC) (GLenum pname, void **params);
153 GL_APICALL void GL_APIENTRY glGetPointervKHR (GLenum pname, void **params);
188 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
189 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
190 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params);
194 GL_APICALL void GL_APIENTRY glGetnUniformfvKHR (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
195 GL_APICALL void GL_APIENTRY glGetnUniformivKHR (GLuint program, GLint location, GLsizei bufSize, GLint *params);
196 GL_APICALL void GL_APIENTRY glGetnUniformuivKHR (GLuint program, GLint location, GLsizei bufSize, GLuint *params);
444 typedef void (GL_APIENTRYP PFNGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void **params);
448 GL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, void **params);
[all...]
/third_party/openssl/test/
H A Devp_extra_test.c26 #include <openssl/params.h>
554 int type; /* 0 for private, 1 for public, 2 for params */
571 0, 0, 1 /* Since there are no "params" in an RSA key this passes */, 0},
694 static EVP_PKEY *make_key_fromdata(char *keytype, OSSL_PARAM *params) in make_key_fromdata() argument
703 params), 0)) in make_key_fromdata()
751 * params to ensure they are all accepted
757 OSSL_PARAM *params = NULL; in test_EVP_PKEY_ffc_priv_pub() local
782 if (!TEST_ptr(params = OSSL_PARAM_BLD_to_param(bld)) in test_EVP_PKEY_ffc_priv_pub()
783 || !TEST_ptr(just_params = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub()
786 OSSL_PARAM_free(params); in test_EVP_PKEY_ffc_priv_pub()
894 OSSL_PARAM *params = NULL; test_EC_priv_pub() local
1773 ec_export_get_encoding_cb(const OSSL_PARAM params[], void *arg) ec_export_get_encoding_cb() argument
1799 EVP_PKEY *params = NULL, *key = NULL; test_EC_keygen_with_enc() local
2565 const OSSL_PARAM *params; test_EVP_PKEY_CTX_get_set_params() local
2666 OSSL_PARAM *params = NULL; test_DSA_get_set_params() local
2733 OSSL_PARAM *params = NULL; test_RSA_get_set_params() local
2793 OSSL_PARAM params[4]; test_RSA_OAEP_set_get_params() local
2806 OSSL_PARAM params[3]; test_RSA_OAEP_set_get_params() local
3098 OSSL_PARAM params[3], *p = params; test_rand_agglomeration() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dserialize.cpp1028 struct gl_program_parameter_list *params) in write_shader_parameters()
1030 blob_write_uint32(metadata, params->NumParameters); in write_shader_parameters()
1033 while (i < params->NumParameters) { in write_shader_parameters()
1034 struct gl_program_parameter *param = &params->Parameters[i]; in write_shader_parameters()
1048 blob_write_bytes(metadata, params->ParameterValues, in write_shader_parameters()
1049 sizeof(gl_constant_value) * params->NumParameterValues); in write_shader_parameters()
1051 blob_write_uint32(metadata, params->StateFlags); in write_shader_parameters()
1052 blob_write_uint32(metadata, params->UniformBytes); in write_shader_parameters()
1053 blob_write_uint32(metadata, params->FirstStateVarIndex); in write_shader_parameters()
1054 blob_write_uint32(metadata, params in write_shader_parameters()
1027 write_shader_parameters(struct blob *metadata, struct gl_program_parameter_list *params) write_shader_parameters() argument
1058 read_shader_parameters(struct blob_reader *metadata, struct gl_program_parameter_list *params) read_shader_parameters() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp98 const GLint *params) in ValidateGetQueryIndexediv()
125 const GLuint *params) in ValidateGetUniformSubroutineuiv()
134 const GLdouble *params) in ValidateGetUniformdv()
360 const GLdouble *params) in ValidateGetVertexAttribLdv()
743 const GLint *params) in ValidateGetActiveAtomicCounterBufferiv()
788 const GLint64 *params) in ValidateGetInternalformati64v()
1332 const GLint64 *params) in ValidateGetNamedBufferParameteri64v()
1341 const GLint *params) in ValidateGetNamedBufferParameteriv()
1350 void *const *params) in ValidateGetNamedBufferPointerv()
1370 const GLint *params) in ValidateGetNamedFramebufferAttachmentParameteriv()
93 ValidateGetQueryIndexediv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, GLenum pname, const GLint *params) ValidateGetQueryIndexediv() argument
121 ValidateGetUniformSubroutineuiv(const Context *context, angle::EntryPoint entryPoint, GLenum shadertype, GLint location, const GLuint *params) ValidateGetUniformSubroutineuiv() argument
130 ValidateGetUniformdv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, UniformLocation location, const GLdouble *params) ValidateGetUniformdv() argument
356 ValidateGetVertexAttribLdv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, const GLdouble *params) ValidateGetVertexAttribLdv() argument
738 ValidateGetActiveAtomicCounterBufferiv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLuint bufferIndex, GLenum pname, const GLint *params) ValidateGetActiveAtomicCounterBufferiv() argument
782 ValidateGetInternalformati64v(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, const GLint64 *params) ValidateGetInternalformati64v() argument
1328 ValidateGetNamedBufferParameteri64v(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum pname, const GLint64 *params) ValidateGetNamedBufferParameteri64v() argument
1337 ValidateGetNamedBufferParameteriv(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum pname, const GLint *params) ValidateGetNamedBufferParameteriv() argument
1346 ValidateGetNamedBufferPointerv(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum pname, void *const *params) ValidateGetNamedBufferPointerv() argument
1365 ValidateGetNamedFramebufferAttachmentParameteriv(const Context *context, angle::EntryPoint entryPoint, FramebufferID framebuffer, GLenum attachment, GLenum pname, const GLint *params) ValidateGetNamedFramebufferAttachmentParameteriv() argument
1384 ValidateGetNamedRenderbufferParameteriv(const Context *context, angle::EntryPoint entryPoint, RenderbufferID renderbuffer, GLenum pname, const GLint *params) ValidateGetNamedRenderbufferParameteriv() argument
1445 ValidateGetTextureLevelParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum pname, const GLfloat *params) ValidateGetTextureLevelParameterfv() argument
1455 ValidateGetTextureLevelParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum pname, const GLint *params) ValidateGetTextureLevelParameteriv() argument
1465 ValidateGetTextureParameterIiv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLint *params) ValidateGetTextureParameterIiv() argument
1474 ValidateGetTextureParameterIuiv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLuint *params) ValidateGetTextureParameterIuiv() argument
1483 ValidateGetTextureParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLfloat *params) ValidateGetTextureParameterfv() argument
1492 ValidateGetTextureParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLint *params) ValidateGetTextureParameteriv() argument
1724 ValidateGetnUniformdv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, UniformLocation location, GLsizei bufSize, const GLdouble *params) ValidateGetnUniformdv() argument
1915 ValidateTextureParameterIiv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLint *params) ValidateTextureParameterIiv() argument
1924 ValidateTextureParameterIuiv(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum pname, const GLuint *params) ValidateTextureParameterIuiv() argument
[all...]
H A DvalidationGL4_autogen.h74 const GLint *params);
89 const GLuint *params);
94 const GLdouble *params);
226 const GLdouble *params);
459 const GLint *params);
490 const GLint64 *params);
830 const GLint64 *params);
835 const GLint *params);
840 void *const *params);
852 const GLint *params);
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp700 printf (" Radial params: %.6lf, %.6lf, %.6lf, %.6lf\n",
706 printf (" Tangential params: %.6lf, %.6lf\n",
943 printf (" Radial params: %.6lf, %.6lf, %.6lf, %.6lf\n",
982 AutoPtr<dng_warp_params> &params);
1004 AutoPtr<dng_warp_params> &params)
1009 , fParams (params.Release ())
1041 // At least one set of params must do something interesting.
1048 // Make sure the warp params are valid for this negative.
1093 // Propagate warp params to other planes.
1507 dng_opcode_WarpRectilinear::dng_opcode_WarpRectilinear (const dng_warp_params_rectilinear &params,
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h656 * - Max Channel Time - driver fills FILS request params IE with
2696 * @params: Key parameters
2717 int (*set_key)(void *priv, struct wpa_driver_set_key_params *params);
2791 * @params: association parameters
2796 struct wpa_driver_associate_params *params);
2801 * @params: PMKSA parameters
2816 int (*add_pmkid)(void *priv, struct wpa_pmkid_params *params);
2821 * @params: PMKSA parameters
2836 int (*remove_pmkid)(void *priv, struct wpa_pmkid_params *params);
3096 * @params
[all...]
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_signverify_sm2_test.cpp257 ret = InitParamSet(&genParamSet, g_genParamsTest[genIndex].params, in HksSm2SignVerifyTestRun()
258 sizeof(g_genParamsTest[genIndex].params) / sizeof(OH_Huks_Param)); in HksSm2SignVerifyTestRun()
271 ret = InitParamSet(&signParamSet, g_signParamsTest[signIndex].params, in HksSm2SignVerifyTestRun()
272 sizeof(g_signParamsTest[signIndex].params) / sizeof(OH_Huks_Param)); in HksSm2SignVerifyTestRun()
286 ret = InitParamSet(&verifyParamSet, g_verifyParamsTest[verifyIndex].params, in HksSm2SignVerifyTestRun()
287 sizeof(g_verifyParamsTest[verifyIndex].params) / sizeof(OH_Huks_Param)); in HksSm2SignVerifyTestRun()
/third_party/backends/backend/
H A Dgt68xx_low.h382 GT68xx_Scan_Parameters * params);
385 GT68xx_AFE_Parameters * params);
388 GT68xx_Exposure_Parameters * params);
1008 * @param params Returned structure with hardware-dependent scanning
1023 GT68xx_Scan_Parameters * params);
1028 * @param params AFE parameters.
1035 gt68xx_device_set_afe (GT68xx_Device * dev, GT68xx_AFE_Parameters * params);
1039 GT68xx_Exposure_Parameters * params);
/third_party/libuv/src/unix/
H A Dthread.c124 uv_thread_options_t params; in uv_thread_create() local
125 params.flags = UV_THREAD_NO_FLAGS; in uv_thread_create()
126 return uv_thread_create_ex(tid, &params, entry, arg); in uv_thread_create()
130 const uv_thread_options_t* params, in uv_thread_create_ex()
147 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
129 uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, void (*entry)(void *arg), void *arg) uv_thread_create_ex() argument
/third_party/node/src/crypto/
H A Dcrypto_keys.h298 AdditionalParams params; in New() local
299 if (KeyExportTraits::AdditionalConfig(args, 3, &params).IsNothing()) { in New()
312 std::move(params)); in New()
331 AdditionalParams&& params) in KeyExportJob()
337 std::move(params)), in KeyExportJob()
348 *CryptoJob<KeyExportTraits>::params(),
325 KeyExportJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, std::shared_ptr<KeyObjectData> key, WebCryptoKeyFormat format, AdditionalParams&& params) KeyExportJob() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c144 ice->draw.params.firstvertex != firstvertex || in iris_update_draw_parameters()
145 ice->draw.params.baseinstance != info->start_instance) { in iris_update_draw_parameters()
148 ice->draw.params.firstvertex = firstvertex; in iris_update_draw_parameters()
149 ice->draw.params.baseinstance = info->start_instance; in iris_update_draw_parameters()
153 sizeof(ice->draw.params), 4, &ice->draw.params, in iris_update_draw_parameters()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c224 ice->draw.params.firstvertex != firstvertex || in crocus_update_draw_parameters()
225 ice->draw.params.baseinstance != info->start_instance) { in crocus_update_draw_parameters()
228 ice->draw.params.firstvertex = firstvertex; in crocus_update_draw_parameters()
229 ice->draw.params.baseinstance = info->start_instance; in crocus_update_draw_parameters()
233 sizeof(ice->draw.params), 4, &ice->draw.params, in crocus_update_draw_parameters()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c107 nop_glGetNamedBufferParameterivEXT(GLuint buffer, GLenum pname, GLint *params) in nop_glGetNamedBufferParameterivEXT() argument
198 nop_glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat *params) in nop_glMultiTexEnvfvEXT() argument
210 nop_glMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params) in nop_glMultiTexGenfvEXT() argument
234 nop_glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) in nop_glNamedProgramLocalParameter4fvEXT() argument
240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) in nop_glNamedProgramLocalParameters4fvEXT() argument
336 nop_glTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat *params) in nop_glTextureParameterfvEXT() argument
/third_party/node/deps/openssl/openssl/providers/
H A Ddefltprov.c16 #include <openssl/params.h>
55 static int deflt_get_params(void *provctx, OSSL_PARAM params[]) in deflt_get_params() argument
59 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in deflt_get_params()
62 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in deflt_get_params()
65 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in deflt_get_params()
68 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in deflt_get_params()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dsiv128.c15 #include <openssl/params.h>
170 OSSL_PARAM params[3]; in ossl_siv128_init() local
188 params[0] = OSSL_PARAM_construct_utf8_string(OSSL_MAC_PARAM_CIPHER, in ossl_siv128_init()
190 params[1] = OSSL_PARAM_construct_octet_string(OSSL_MAC_PARAM_KEY, in ossl_siv128_init()
192 params[2] = OSSL_PARAM_construct_end(); in ossl_siv128_init()
198 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()
/third_party/node/deps/uv/src/unix/
H A Dthread.c231 uv_thread_options_t params; in uv_thread_create() local
232 params.flags = UV_THREAD_NO_FLAGS; in uv_thread_create()
233 return uv_thread_create_ex(tid, &params, entry, arg); in uv_thread_create()
237 const uv_thread_options_t* params, in uv_thread_create_ex()
254 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
236 uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, void (*entry)(void *arg), void *arg) uv_thread_create_ex() argument

Completed in 42 milliseconds

1...<<61626364656667686970>>...124