Home
last modified time | relevance | path

Searched refs:user (Results 851 - 875 of 1400) sorted by relevance

1...<<31323334353637383940>>...56

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp298 Instruction *user() const { return User; } in user() function in __anon24983::Spill
330 dbgs() << " user: "; in dump()
331 E.user()->dump(); in dump()
731 if (auto *PN = dyn_cast<PHINode>(E.user())) { in insertSpills()
740 E.user()->replaceUsesOfWith(CurrentValue, CurrentReload); in insertSpills()
978 if (auto *PN = dyn_cast<PHINode>(E.user())) { in rewriteMaterializableInstructions()
988 E.user()->replaceUsesOfWith(CurrentDef, CurrentMaterialization); in rewriteMaterializableInstructions()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_aka.c520 while (sm->user && i < EAP_MAX_METHODS && in eap_aka_build_challenge()
521 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_aka_build_challenge()
522 sm->user->methods[i].method != EAP_TYPE_NONE)) { in eap_aka_build_challenge()
523 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) { in eap_aka_build_challenge()
524 if (sm->user->methods[i].method == in eap_aka_build_challenge()
527 if (sm->user->methods[i].method == in eap_aka_build_challenge()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c60 WPA_TRACE_REF(user);
71 WPA_TRACE_REF(user);
149 wpa_trace_add_ref(&table->table[i], user, in eloop_trace_sock_add_ref()
163 wpa_trace_remove_ref(&table->table[i], user, in eloop_trace_sock_remove_ref()
879 wpa_trace_add_ref(timeout, user, user_data); in eloop_register_timeout()
912 wpa_trace_remove_ref(timeout, user, timeout->user_data); in eloop_remove_timeout()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_aka.c520 while (sm->user && i < EAP_MAX_METHODS && in eap_aka_build_challenge()
521 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_aka_build_challenge()
522 sm->user->methods[i].method != EAP_TYPE_NONE)) { in eap_aka_build_challenge()
523 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) { in eap_aka_build_challenge()
524 if (sm->user->methods[i].method == in eap_aka_build_challenge()
527 if (sm->user->methods[i].method == in eap_aka_build_challenge()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c60 WPA_TRACE_REF(user);
71 WPA_TRACE_REF(user);
150 wpa_trace_add_ref(&table->table[i], user, in eloop_trace_sock_add_ref()
165 wpa_trace_remove_ref(&table->table[i], user, in eloop_trace_sock_remove_ref()
878 wpa_trace_add_ref(timeout, user, user_data); in eloop_register_timeout()
922 wpa_trace_remove_ref(timeout, user, timeout->user_data); in eloop_remove_timeout()
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c274 fprintf(out, "%s:", DATUM(context->user)->fqn); in cil_context_to_policy()
1585 struct cil_user *user; in cil_users_to_policy() local
1591 user = i1->data; in cil_users_to_policy()
1593 fprintf(out, "user %s",user->datum.fqn); in cil_users_to_policy()
1596 if (ebitmap_get_bit(user->roles, role->value)) { in cil_users_to_policy()
1619 if (mls == CIL_TRUE && user->dftlevel != NULL) { in cil_users_to_policy()
1621 cil_level_to_policy(out, user->dftlevel); in cil_users_to_policy()
1624 if (mls == CIL_TRUE && user->range != NULL) { in cil_users_to_policy()
1626 cil_levelrange_to_policy(out, user in cil_users_to_policy()
[all...]
/third_party/selinux/libsepol/src/
H A Dexpand.c415 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object()
627 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local
631 if (!user->bounds) in user_bounds_copy_callback()
637 bounds_val = state->usermap[user->bounds - 1]; in user_bounds_copy_callback()
995 user_datum_t *user; in user_copy_callback() local
1001 user = (user_datum_t *) datum; in user_copy_callback()
1010 INFO(state->handle, "copying user %s", id); in user_copy_callback()
1024 state->usermap[user->s.value - 1] = new_user->s.value; in user_copy_callback()
1044 if (mls_semantic_range_expand(&user->range, in user_copy_callback()
1049 if (mls_semantic_level_expand(&user in user_copy_callback()
[all...]
H A Dlink.c83 "common", "class", "role", "type/attribute", "user",
216 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object()
538 user_datum_t *user, *base_user, *new_user = NULL; in user_copy_callback() local
541 user = (user_datum_t *) datum; in user_copy_callback()
546 INFO(state->handle, "copying user %s", id); in user_copy_callback()
589 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value; in user_copy_callback()
824 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local
828 if (!user->bounds) in user_bounds_copy_callback()
831 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1]; in user_bounds_copy_callback()
1182 user_datum_t *user, *new_use in user_fix_callback() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h176 // stbi_failure_reason() can be queried for an extremely brief, end-user
179 // more user-friendly ones.
411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read
412 void (*skip) (void *user,int n); // skip the next 'n' bytes, or 'unget' the last -n bytes if negative
413 int (*eof) (void *user); // returns nonzero if we are at end of file/data
422 STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk , void *user, int *x, int *y, int *channels_in_file, int desired_channels);
444 STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels);
457 STBIDEF float *stbi_loadf_from_callbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels);
476 STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user);
493 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *clbk, void *user, in
834 stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user) stbi__start_callbacks() argument
848 stbi__stdio_read(void *user, char *data, int size) stbi__stdio_read() argument
853 stbi__stdio_skip(void *user, int n) stbi__stdio_skip() argument
863 stbi__stdio_eof(void *user) stbi__stdio_eof() argument
1420 stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels) stbi_load_16_from_callbacks() argument
1434 stbi_load_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_load_from_callbacks() argument
1483 stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_loadf_from_callbacks() argument
1557 stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user) stbi_is_hdr_from_callbacks() argument
[all...]
/third_party/backends/frontend/
H A Dsaned.c267 /* The default-user name. This is not used to imply any rights. All
268 it does is save a remote user some work by reducing the amount of
270 static const char *default_username = "saned-user";
3082 runas_user (char *user) argument
3092 pwent = getpwnam(user);
3096 DBG (DBG_ERR, "FATAL ERROR: user %s not found on system\n", user);
3127 if (strcmp(grp->gr_mem[i], user) == 0)
3190 run_standalone (char *user) argument
3251 if (user)
3452 char *user = NULL; global() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_event.cpp27 prepareTraceId_(syncParam.prepareTraceId), user_(syncParam.user) in EventInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h69 Delegate(GeneralStore *delegate, const Watchers &watchers, int32_t user, const StoreMetaData &meta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h27 // UID -> uid, deviceAccountId -> userId, userId -> user
59 std::string user = ""; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_db_config.cpp37 meta.user = std::to_string(userId); in QueryMetaData()
70 ZLOGE("DB not exist,bundleName:%{public}s,storeName:%{public}s,user:%{public}d,err:%{public}d,uri:%{public}s", in GetDbConfig()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_data_info_strategy.cpp38 meta.user = std::to_string(userId); in QueryMetaData()
/third_party/curl/lib/
H A Dhttp_digest.c109 userp = data->state.aptr.user; in Curl_output_digest()
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c29 #include <sys/user.h>
/third_party/libunwind/libunwind/tests/
H A Dcrasher.c12 #include <sys/user.h>
/third_party/libwebsockets/lib/misc/
H A Dfsmount.c41 rm_rf_cb(const char *dirpath, void *user, struct lws_dir_entry *lde) in rm_rf_cb() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-callbacks.h30 * user code. For one of a list of a few dozen reasons the callback gets
131 * including OpenSSL support, this callback allows your user code
134 * can use to confirm the remote server identity. user is the
139 * including OpenSSL support, this callback allows your user code
141 * verify the validity of certificates returned by clients. user
155 * arguments passed. In this callback, user is the x509_ctx,
185 * arguments passed. In this callback, user is the x509_ctx,
190 * X509_STORE_CTX_set_error((X509_STORE_CTX*)user, X509_V_OK); must be
252 * user is a pointer to the connection user spac
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c134 t2_config_dump(struct lws_dll2 *d, void *user) in t2_config_dump() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
H A Dminimal-raw-adopt-udp.c42 void *user, void *in, size_t len) in callback_raw_test()
186 "user")) { in main()
41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/
H A Dmain.c42 void *user, void *in, size_t len) in callback_raw_test()
41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/ltp/testcases/kernel/mem/mem/
H A Dmem02.c49 #include <sys/user.h>
/third_party/ltp/testcases/kernel/security/dirtypipe/
H A Ddirtypipe.c43 #include <sys/user.h>

Completed in 30 milliseconds

1...<<31323334353637383940>>...56