Home
last modified time | relevance | path

Searched refs:user (Results 651 - 675 of 2689) sorted by relevance

1...<<21222324252627282930>>...108

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp277 [&users_to_update, &dom_tree, &inst, inst_bb, this](Instruction* user) { in CreatePhiNodesForInst()
279 if (user->opcode() != SpvOpPhi) { in CreatePhiNodesForInst()
280 user_bb = context()->get_instr_block(user); in CreatePhiNodesForInst()
283 for (uint32_t i = 0; i < user->NumInOperands(); i += 2) { in CreatePhiNodesForInst()
284 if (user->GetSingleWordInOperand(i) == inst.result_id()) { in CreatePhiNodesForInst()
285 uint32_t user_bb_id = user->GetSingleWordInOperand(i + 1); in CreatePhiNodesForInst()
292 // If |user_bb| is nullptr, then |user| is not in the function. It is in CreatePhiNodesForInst()
296 users_to_update.push_back(user); in CreatePhiNodesForInst()
369 for (Instruction* user : users_to_update) { in CreatePhiNodesForInst()
370 user in CreatePhiNodesForInst()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.cpp277 [&users_to_update, &dom_tree, &inst, inst_bb, this](Instruction* user) { in CreatePhiNodesForInst()
279 if (user->opcode() != SpvOpPhi) { in CreatePhiNodesForInst()
280 user_bb = context()->get_instr_block(user); in CreatePhiNodesForInst()
283 for (uint32_t i = 0; i < user->NumInOperands(); i += 2) { in CreatePhiNodesForInst()
284 if (user->GetSingleWordInOperand(i) == inst.result_id()) { in CreatePhiNodesForInst()
285 uint32_t user_bb_id = user->GetSingleWordInOperand(i + 1); in CreatePhiNodesForInst()
292 // If |user_bb| is nullptr, then |user| is not in the function. It is in CreatePhiNodesForInst()
296 users_to_update.push_back(user); in CreatePhiNodesForInst()
369 for (Instruction* user : users_to_update) { in CreatePhiNodesForInst()
370 user in CreatePhiNodesForInst()
[all...]
/third_party/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp281 [&users_to_update, &dom_tree, &inst, inst_bb, this](Instruction* user) { in CreatePhiNodesForInst()
283 if (user->opcode() != spv::Op::OpPhi) { in CreatePhiNodesForInst()
284 user_bb = context()->get_instr_block(user); in CreatePhiNodesForInst()
287 for (uint32_t i = 0; i < user->NumInOperands(); i += 2) { in CreatePhiNodesForInst()
288 if (user->GetSingleWordInOperand(i) == inst.result_id()) { in CreatePhiNodesForInst()
289 uint32_t user_bb_id = user->GetSingleWordInOperand(i + 1); in CreatePhiNodesForInst()
296 // If |user_bb| is nullptr, then |user| is not in the function. It is in CreatePhiNodesForInst()
300 users_to_update.push_back(user); in CreatePhiNodesForInst()
374 for (Instruction* user : users_to_update) { in CreatePhiNodesForInst()
375 user in CreatePhiNodesForInst()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pwd.c89 if (sm->user == NULL || sm->user->password == NULL || in eap_pwd_init()
90 sm->user->password_len == 0) { in eap_pwd_init()
109 data->password = os_malloc(sm->user->password_len); in eap_pwd_init()
117 data->password_len = sm->user->password_len; in eap_pwd_init()
118 os_memcpy(data->password, sm->user->password, data->password_len); in eap_pwd_init()
119 data->password_hash = sm->user->password_hash; in eap_pwd_init()
121 data->salt_len = sm->user->salt_len; in eap_pwd_init()
123 data->salt = os_memdup(sm->user->salt, sm->user in eap_pwd_init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pwd.c89 if (sm->user == NULL || sm->user->password == NULL || in eap_pwd_init()
90 sm->user->password_len == 0) { in eap_pwd_init()
109 data->password = os_malloc(sm->user->password_len); in eap_pwd_init()
117 data->password_len = sm->user->password_len; in eap_pwd_init()
118 os_memcpy(data->password, sm->user->password, data->password_len); in eap_pwd_init()
119 data->password_hash = sm->user->password_hash; in eap_pwd_init()
121 data->salt_len = sm->user->salt_len; in eap_pwd_init()
123 data->salt = os_memdup(sm->user->salt, sm->user in eap_pwd_init()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dunaligned-emul.h764 #define LoadHWUE(addr, value, res) _LoadHWU(addr, value, res, user)
766 #define LoadWUE(addr, value, res) _LoadWU(addr, value, res, user)
768 #define LoadHWE(addr, value, res) _LoadHW(addr, value, res, user)
770 #define LoadWE(addr, value, res) _LoadW(addr, value, res, user)
774 #define StoreHWE(addr, value, res) _StoreHW(addr, value, res, user)
776 #define StoreWE(addr, value, res) _StoreW(addr, value, res, user)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dunaligned-emul.h764 #define LoadHWUE(addr, value, res) _LoadHWU(addr, value, res, user)
766 #define LoadWUE(addr, value, res) _LoadWU(addr, value, res, user)
768 #define LoadHWE(addr, value, res) _LoadHW(addr, value, res, user)
770 #define LoadWE(addr, value, res) _LoadW(addr, value, res, user)
774 #define StoreHWE(addr, value, res) _StoreHW(addr, value, res, user)
776 #define StoreWE(addr, value, res) _StoreW(addr, value, res, user)
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c73 } user[0]; member
115 * In the worst case, we could be kicking off a user-access immediately in davinci_mdio_init_clk()
176 /* wait until hardware is ready for another user access */
184 reg = readl(&regs->user[0].access); in wait_for_user_access()
204 reg = readl(&regs->user[0].access); in wait_for_user_access()
208 dev_err(data->dev, "timed out waiting for user access\n"); in wait_for_user_access()
251 writel(reg, &data->regs->user[0].access); in davinci_mdio_read()
259 reg = readl(&data->regs->user[0].access); in davinci_mdio_read()
295 writel(reg, &data->regs->user[0].access); in davinci_mdio_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Drootnv50.c281 const struct nv50_disp_user *user = oclass->priv; in nv50_disp_root_child_new_() local
282 return user->ctor(oclass, argv, argc, disp, pobject); in nv50_disp_root_child_new_()
291 if (root->func->user[index].ctor) { in nv50_disp_root_child_get_()
292 sclass->base = root->func->user[index].base; in nv50_disp_root_child_get_()
293 sclass->priv = root->func->user + index; in nv50_disp_root_child_get_()
336 .user = {
/third_party/ffmpeg/libavformat/
H A Dlibssh.c72 static av_cold int libssh_authentication(LIBSSHContext *libssh, const char *user, const char *password) in libssh_authentication() argument
77 if (user) in libssh_authentication()
78 ssh_options_set(libssh->session, SSH_OPTIONS_USER, user); in libssh_authentication()
197 const char *user = NULL, *pass = NULL; in libssh_connect() local
217 user = av_strtok(credencials, ":", &end); in libssh_connect()
220 if ((ret = libssh_authentication(libssh, user, pass)) < 0) in libssh_connect()
/third_party/glfw/src/
H A Dinit.c73 static void* defaultAllocate(size_t size, void* user) in defaultAllocate() argument
80 static void defaultDeallocate(void* block, void* user) in defaultDeallocate() argument
87 static void* defaultReallocate(void* block, size_t size, void* user) in defaultReallocate() argument
261 block = _glfw.allocator.allocate(count * size, _glfw.allocator.user); in _glfw_calloc()
278 void* resized = _glfw.allocator.reallocate(block, size, _glfw.allocator.user); in _glfw_realloc()
299 _glfw.allocator.deallocate(block, _glfw.allocator.user); in _glfw_free()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c453 const void *user; in lws_cache_heap_invalidate() local
456 if (lws_cache_heap_get(_c, specific_key, &user, &size)) in lws_cache_heap_invalidate()
462 item = (lws_cache_ttl_item_heap_t *)(((uint8_t *)user) - sizeof(*item)); in lws_cache_heap_invalidate()
519 destroy_dll(struct lws_dll2 *d, void *user) in destroy_dll() argument
521 lws_cache_ttl_lru_t *_c = (struct lws_cache_ttl_lru *)user; in destroy_dll()
559 dump_dll(struct lws_dll2 *d, void *user) in dump_dll() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h388 * lws_wsi_user() - get the user data associated with the connection
406 * lws_set_wsi_user() - set the user data associated with the client connection
408 * \param user: user data
416 lws_set_wsi_user(struct lws *wsi, void *user);
661 * When the user server code realizes it can accept more input, it can
674 * \param wsi: Websocket instance (available from user callback)
712 lws_dir_callback_function(const char *dirpath, void *user,
719 * \param user: pointer to give to callback
722 * Calls \p cb (with \p user) fo
756 void *user; global() member
[all...]
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c182 struct lws_jwk_parse_state *jps = (struct lws_jwk_parse_state *)ctx->user; in cb_jwk()
205 if (jps->per_key_cb(jps->jwk, jps->user)) { in cb_jwk()
207 lwsl_notice("%s: user cb halts import\n", in cb_jwk()
419 lws_jwk_import(struct lws_jwk *jwk, lws_jwk_key_import_callback cb, void *user, in lws_jwk_import() argument
426 lws_jwk_init_jps(&jps, jwk, cb, user); in lws_jwk_import()
600 lws_jwk_key_import_callback cb, void *user) in lws_jwk_load()
613 n = lws_jwk_import(jwk, cb, user, buf, (unsigned int)n); in lws_jwk_load()
599 lws_jwk_load(struct lws_jwk *jwk, const char *filename, lws_jwk_key_import_callback cb, void *user) lws_jwk_load() argument
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dsrp.h132 /* to simulate a user */
190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt,
194 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass,
257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
274 /* This method ignores the configured seed and fails for an unknown user. */

Completed in 20 milliseconds

1...<<21222324252627282930>>...108