/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_interfaces.cpp | 57 const auto user = uses[i]; in check_interface_variable() local 58 if (const Function* func = user->function()) { in check_interface_variable() 64 for (auto use : user->uses()) { in check_interface_variable()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 97 if user, pass := gerrit.LoadCredentials(); user != "" { 98 auth = &git_http.BasicAuth{Username: user, Password: pass}
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 124 Instruction* user) const { in CollectRequiredImageAndAccessInsts() 141 required_insts.push_front(user); in CollectRequiredImageAndAccessInsts() 142 user->ForEachInId(decision_to_include_operand); in CollectRequiredImageAndAccessInsts()
|
/kernel/linux/linux-5.10/net/rose/ |
H A D | af_rose.c | 353 * This is called from user mode and the timers. Thus it protects itself 702 ax25_uid_assoc *user; in rose_bind() local 725 user = ax25_findbyuid(current_euid()); in rose_bind() 726 if (user) { in rose_bind() 727 rose->source_call = user->call; in rose_bind() 728 ax25_uid_put(user); in rose_bind() 764 ax25_uid_assoc *user; in rose_connect() local 830 user = ax25_findbyuid(current_euid()); in rose_connect() 831 if (!user) { in rose_connect() 838 rose->source_call = user in rose_connect() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 56 * user space) we could end up sleeping due a copy_to_user(), so 215 /* The user that created the eventpoll descriptor */ 216 struct user_struct *user; member 268 /* Maximum number of epoll watched descriptors, per user */ 808 atomic_long_dec(&ep->user->epoll_watches); in ep_remove() 860 free_uid(ep->user); in ep_free() 1017 struct user_struct *user; in ep_alloc() local 1020 user = get_current_user(); in ep_alloc() 1033 ep->user = user; in ep_alloc() [all...] |
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 41 #include <linux/sched/user.h> 97 * sysret to user space 148 struct user_struct *user; /* user who created, for accounting */ member 325 info->user = NULL; /* set when all is ok */ in mqueue_get_inode() 387 info->user = get_uid(u); in mqueue_get_inode() 514 struct user_struct *user; in mqueue_evict_inode() local 537 user = info->user; in mqueue_evict_inode() 538 if (user) { in mqueue_evict_inode() [all...] |
/kernel/linux/linux-6.6/net/rose/ |
H A D | af_rose.c | 354 * This is called from user mode and the timers. Thus it protects itself 703 ax25_uid_assoc *user; in rose_bind() local 726 user = ax25_findbyuid(current_euid()); in rose_bind() 727 if (user) { in rose_bind() 728 rose->source_call = user->call; in rose_bind() 729 ax25_uid_put(user); in rose_bind() 766 ax25_uid_assoc *user; in rose_connect() local 832 user = ax25_findbyuid(current_euid()); in rose_connect() 833 if (!user) { in rose_connect() 840 rose->source_call = user in rose_connect() [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 1638 * user :: 1650 void* user ) in FT_Outline_Decompose() 1739 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose() 1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 1791 error = func_interface->conic_to( &v_control, &vec, user ); in FT_Outline_Decompose() 1807 error = func_interface->conic_to( &v_control, &v_middle, user ); in FT_Outline_Decompose() 1819 error = func_interface->conic_to( &v_control, &v_start, user ); in FT_Outline_Decompose() 1853 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose() 1864 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose() 1873 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_teap.c | 991 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS && in eap_teap_process_phase2_response() 992 sm->user->methods[sm->user_eap_method_index].method != in eap_teap_process_phase2_response() 994 next_type = sm->user->methods[ in eap_teap_process_phase2_response() 1030 "EAP-TEAP: Phase 2 Identity not found in the user database", in eap_teap_process_phase2_response() 1045 next_type = sm->user->methods[0].method; in eap_teap_process_phase2_response() 1174 "EAP-TEAP: Username not found in the user database"); in eap_teap_process_basic_auth_resp() 1179 if (!sm->user || !sm->user->password || sm->user->password_hash) { in eap_teap_process_basic_auth_resp() 1181 "EAP-TEAP: No plaintext user passwor in eap_teap_process_basic_auth_resp() [all...] |
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | pkcs7_key_type.c | 14 #include <keys/user-type.h> 67 * user defined keys take an arbitrary string as the description and an
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-v7m.S | 53 @ Check for any pending work if returning to user
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | Makefile | 3 ifneq ($(TARGET_BUILD_VARIANT), user)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | page.h | 30 * page-based copying and clearing for user space for the particular 104 #error Unknown user operations model
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | elf.h | 10 #include <asm/user.h> 106 /* This yields a mask that user programs can use to figure out what
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | strncpy_user.S | 27 * Ugly special case have to check: we might get passed a user space 82 __BUILD_STRNCPY_ASM user
|
H A D | strnlen_user.S | 24 * Note: for performance reasons we deliberately accept that a user may 81 __BUILD_STRNLEN_ASM user
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | xstate.h | 9 #include <asm/user.h> 26 /* All currently supported user features */
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_kern.h | 132 char user[]; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | elf.h | 10 #include <asm/user.h> 113 /* This yields a mask that user programs can use to figure out what
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_kern.h | 133 char user[]; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xdp_sock.h | 27 struct user_struct *user; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dma.h | 80 nvif_wr32(&chan->user, chan->user_put, ((val) << 2) + chan->push.addr);\
|
H A D | nv10_fence.c | 55 return NVIF_RD32(&chan->user, NV06E, REFERENCE); in nv10_fence_read()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | wimmgv100.c | 43 .user = gv100_disp_chan_user,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | gp100.c | 81 .user = { { 0, 0, MAXWELL_FAULT_BUFFER_A }, 0 },
|