Home
last modified time | relevance | path

Searched defs:mode (Results 2826 - 2850 of 4448) sorted by relevance

1...<<111112113114115116117118119120>>...178

/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp457 int mode = F_OK | R_OK | W_OK | X_OK; in Bm_function_Faccessat_Normal() local
468 int mode = F_OK | R_OK | W_OK | X_OK; in Bm_function_Faccessat_Nofollow() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c109 svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode) in svga_hwtnl_set_fillmode() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c126 nop_glMatrixLoadfEXT(GLenum mode, const GLfloat *m) in nop_glMatrixLoadfEXT() argument
132 nop_glMatrixLoadIdentityEXT(GLenum mode) in nop_glMatrixLoadIdentityEXT() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c177 uint32_t mode; in nvc0_set_constant_vertex_attrib() local
570 nvc0_draw_arrays(struct nvc0_context *nvc0, unsigned mode, unsigned start, unsigned count, unsigned instance_count) nvc0_draw_arrays() argument
700 nvc0_draw_elements(struct nvc0_context *nvc0, bool shorten, const struct pipe_draw_info *info, unsigned mode, unsigned start, unsigned count, unsigned instance_count, int32_t index_bias, unsigned index_size) nvc0_draw_elements() argument
776 unsigned mode = nvc0_prim_gl(info->mode); nvc0_draw_stream_output() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c409 int mode, ret = 0; in opt_cipher() local
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c105 passwd_modes mode = passwd_unset; in passwd_main() local
777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) do_passwd() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h52 unsigned int mode; member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c830 int mode = EVP_CIPHER_CTX_get_mode(s->enc_write_ctx); in do_ssl3_write() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vpm.c36 static int int_x509_param_set_hosts(X509_VERIFY_PARAM *vpm, int mode, in int_x509_param_set_hosts() argument
/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c622 unsigned long mode = EVP_CIPHER_CTX_get_mode(ctx); in padlock_aes_init_key() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode() argument
565 int mode; in ossl_ec_key_otherparams_fromdata() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c43 int mode = EVP_PKEY_HKDEF_MODE_EXPAND_ONLY; in tls13_hkdf_expand() local
171 int mode = EVP_PKEY_HKDEF_MODE_EXTRACT_ONLY; in tls13_generate_secret() local
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs1195 pub fn mode(&self) -> QrSegmentMode { mode() functions
[all...]
/third_party/qrcodegen/rust/src/
H A Dlib.rs1090 pub fn mode(&self) -> QrSegmentMode { mode() functions
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c106 int mode; member
269 static int auto_format(int fd, int mode, pa_sample_spec *ss) { in auto_format() argument
[all...]
/third_party/python/Lib/
H A Dtempfile.py782 def mode(self): global() member in SpooledTemporaryFile
[all...]
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c122 int mode; member
1187 int mode, caps; in pa__init() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c49 uint8_t mode; member
373 static uint8_t default_bitpool(uint8_t freq, uint8_t mode) { in default_bitpool() argument
[all...]
/third_party/openssl/crypto/ec/
H A Dec_backend.c359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode() argument
565 int mode; in ossl_ec_key_otherparams_fromdata() local
[all...]
/third_party/openssl/apps/lib/
H A Dopt.c409 int mode, ret = 0; in opt_cipher() local
/third_party/openssl/apps/
H A Dpasswd.c105 passwd_modes mode = passwd_unset; in passwd_main() local
777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) do_passwd() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp672 VaryingOutputCountCase::VaryingOutputCountCase (TestContext& testCtx, const char* name, const VaryingSource test, const ShaderInstancingMode mode) in VaryingOutputCountCase() argument
229 VaryingOutputCountTestInstance(Context& context, const char* name, const VkPrimitiveTopology primitiveType, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountTestInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp371 float getClampedTessLevel (const SpacingMode mode, const float tessLevel) in getClampedTessLevel() argument
384 int getRoundedTessLevel (const SpacingMode mode, const float clampedTessLevel) in getRoundedTessLevel() argument
404 int getClampedRoundedTessLevel (const SpacingMode mode, const float tessLevel) in getClampedRoundedTessLevel() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp674 VaryingOutputCountCase::VaryingOutputCountCase (TestContext& testCtx, const char* name, const char* description, const VaryingSource test, const ShaderInstancingMode mode) in VaryingOutputCountCase() argument
229 VaryingOutputCountTestInstance(Context& context, const char* name, const VkPrimitiveTopology primitiveType, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountTestInstance() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp55 drmModeModeInfoPtr mode = nullptr; in ChooseMode() local

Completed in 35 milliseconds

1...<<111112113114115116117118119120>>...178