/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_unroller.cpp | 495 Instruction* user, in PartiallyUnrollResidualFactor() 497 if (!loop->IsInsideLoop(user)) { in PartiallyUnrollResidualFactor() 498 user->SetOperand(operand_index, {second_loop_induction}); in PartiallyUnrollResidualFactor()
|
/third_party/toybox/generated/ |
H A D | globals.h | 666 char *user; member 1031 char *user; member 1087 char *user; member
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_unroller.cpp | 494 Instruction* user, in PartiallyUnrollResidualFactor() 496 if (!loop->IsInsideLoop(user)) { in PartiallyUnrollResidualFactor() 497 user->SetOperand(operand_index, {second_loop_induction}); in PartiallyUnrollResidualFactor()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 430 // Update the user information in actionPerformed() 432 String user = JOptionPane.showInputDialog(this, in actionPerformed() 435 if (user != null && !(user.equals(""))) setUser(user); in actionPerformed() 464 // Update the user information in actionPerformed() 466 String user = JOptionPane.showInputDialog(this, in actionPerformed() 469 if (user != null && !(user.equals(""))) in actionPerformed() 470 setUser(user); in actionPerformed() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 83 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum() 148 struct cil_user *user = NULL; in __cil_expand_user() local 154 cil_log(CIL_ERR, "Failed to copy user bits\n"); in __cil_expand_user() 158 user = (struct cil_user *)datum; in __cil_expand_user() 160 if (ebitmap_set_bit(new, user->value, 1)) { in __cil_expand_user() 161 cil_log(CIL_ERR, "Failed to set user bit\n"); in __cil_expand_user() 720 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb() 724 int cil_userrole_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_user *user) in cil_userrole_to_policydb() argument 732 if (user in cil_userrole_to_policydb() 4159 user_datum_t *user = (user_datum_t *)datum; __cil_user_val_array_insert() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 543 /* Clean up for the next user */ in ahc_free_scb() 2138 * If we have allocated a master tstate, copy user settings from in ahc_alloc_tstate() 2171 * It has our default user settings. in ahc_free_tstate() 2218 * user. In the case of an initiator initiated in ahc_devlimited_syncrate() 2219 * sync negotiation, we limit based on the user in ahc_devlimited_syncrate() 2225 transinfo = &tinfo->user; in ahc_devlimited_syncrate() 2386 *offset = min(*offset, (u_int)tinfo->user.offset); in ahc_validate_offset() 2414 *bus_width = min((u_int)tinfo->user.width, *bus_width); in ahc_validate_width() 2462 * Update the user/goal/curr tables of synchronous negotiation 2494 tinfo->user in ahc_set_syncrate() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 543 /* Clean up for the next user */ in ahc_free_scb() 2136 * If we have allocated a master tstate, copy user settings from in ahc_alloc_tstate() 2169 * It has our default user settings. in ahc_free_tstate() 2216 * user. In the case of an initiator initiated in ahc_devlimited_syncrate() 2217 * sync negotiation, we limit based on the user in ahc_devlimited_syncrate() 2223 transinfo = &tinfo->user; in ahc_devlimited_syncrate() 2384 *offset = min(*offset, (u_int)tinfo->user.offset); in ahc_validate_offset() 2412 *bus_width = min((u_int)tinfo->user.width, *bus_width); in ahc_validate_width() 2460 * Update the user/goal/curr tables of synchronous negotiation 2492 tinfo->user in ahc_set_syncrate() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 31 uint64_t user:1; member 46 uint64_t user:1; member 61 uint64_t user:1; member 76 uint64_t user:1; member
|
/kernel/linux/linux-5.10/drivers/hwmon/occ/ |
H A D | common.c | 99 u16 user; member 110 u16 user; member 571 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_1_2() 621 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_3()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 48 #include <nvif/user.h> 386 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init() 391 ret = nvif_object_ctor(&drm->channel->user, "drmBlit", in nouveau_accel_gr_init() 430 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
|
/kernel/linux/linux-6.6/drivers/hwmon/occ/ |
H A D | common.c | 108 u16 user; member 119 u16 user; member 624 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_1_2() 674 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_3()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | vhost.c | 559 NULL, /* user */ 682 * let's figure out how many protocols the user is handing us, using the in lws_create_vhost() 700 vh->user = info->user; in lws_create_vhost() 772 * - his user protocols in lws_create_vhost() 790 * 1: user protocols (from pprotocols or protocols) in lws_create_vhost() 1411 destroy_ais(struct lws_dll2 *d, void *user) argument 1671 return vhost->user;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_vbo.c | 146 const void *data = (const uint8_t *)vb->buffer.user + ve->src_offset; in nv50_emit_vtxattr() 198 /* NOTE: if there are user buffers, we *must* have index bounds */ in nv50_user_vbuf_range() 223 addrs[b] = nouveau_scratch_data(&nv50->base, vb->buffer.user, base, size, in nv50_upload_user_buffers() 262 address[b] = nouveau_scratch_data(&nv50->base, vb->buffer.user, in nv50_update_user_vbufs() 672 const void *data = info->index.user; in nv50_draw_elements() 801 /* For picking only a few vertices from a large user buffer, push is better, in nv50_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo.c | 180 const void *src = (const uint8_t *)vb->buffer.user + ve->src_offset; in nvc0_set_constant_vertex_attrib() 212 /* NOTE: if there are user buffers, we *must* have index bounds */ in nvc0_user_vbuf_range() 256 address[b] = nouveau_scratch_data(&nvc0->base, vb->buffer.user, in nvc0_update_user_vbufs() 291 address = nouveau_scratch_data(&nvc0->base, nvc0->vtxbuf[b].buffer.user, in nvc0_update_user_vbufs_shared() 736 const void *data = info->index.user; in nvc0_draw_elements() 958 /* For picking only a few vertices from a large user buffer, push is better, in nvc0_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r3xx_vertprog.c | 367 static void translate_vertex_program(struct radeon_compiler *c, void *user) in translate_vertex_program() argument 611 static void allocate_temporary_registers(struct radeon_compiler *c, void *user) in allocate_temporary_registers() argument 782 static void rc_vs_add_artificial_outputs(struct radeon_compiler *c, void *user) in rc_vs_add_artificial_outputs() argument 848 static void rc_emulate_negative_addressing(struct radeon_compiler *compiler, void *user) in rc_emulate_negative_addressing() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 931 /* MM engine doesn't support user fences */ in amdgpu_cs_ib_fill() 1394 * @user: drm_amdgpu_fence copied from user space 1398 struct drm_amdgpu_fence *user) in amdgpu_cs_get_fence() 1405 ctx = amdgpu_ctx_get(filp->driver_priv, user->ctx_id); in amdgpu_cs_get_fence() 1409 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance, in amdgpu_cs_get_fence() 1410 user->ring, &entity); in amdgpu_cs_get_fence() 1416 fence = amdgpu_ctx_get_fence(ctx, entity, user->seq_no); in amdgpu_cs_get_fence() 1396 amdgpu_cs_get_fence(struct amdgpu_device *adev, struct drm_file *filp, struct drm_amdgpu_fence *user) amdgpu_cs_get_fence() argument
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smt.c | 89 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user); 1074 smt_fill_user(smc,&sif->user) ; /* set user field */ in smt_send_sif_operation() 1497 * fill user field 1499 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user) in smt_fill_user() argument 1501 SMTSETPARA(user,SMT_P_USER) ; in smt_fill_user() 1502 memcpy((char *) user->us_data, in smt_fill_user() 1504 sizeof(user->us_data)) ; in smt_fill_user()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 134 static int intelfb_open(struct fb_info *info, int user); 135 static int intelfb_release(struct fb_info *info, int user); 1172 static int intelfb_open(struct fb_info *info, int user) in intelfb_open() argument 1176 if (user) in intelfb_open() 1182 static int intelfb_release(struct fb_info *info, int user) in intelfb_release() argument 1186 if (user) { in intelfb_release()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | selinuxfs.c | 53 SEL_USER, /* compute reachable user contexts */ 1125 char *con = NULL, *user = NULL, *ptr; in sel_write_user() local 1145 user = kzalloc(size + 1, GFP_KERNEL); in sel_write_user() 1146 if (!user) in sel_write_user() 1150 if (sscanf(buf, "%s %s", con, user) != 2) in sel_write_user() 1157 length = security_get_user_sids(state, sid, user, &sids, &nsids); in sel_write_user() 1181 kfree(user); in sel_write_user() 2067 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 143 struct user_struct *user; member 881 struct user_struct *user; member 1113 * The user has to keep refcnt on the program and make sure the program 1317 int __bpf_prog_charge(struct user_struct *user, u32 pages); 1318 void __bpf_prog_uncharge(struct user_struct *user, u32 pages); 1625 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() argument 1630 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 135 static int intelfb_open(struct fb_info *info, int user); 136 static int intelfb_release(struct fb_info *info, int user); 1179 static int intelfb_open(struct fb_info *info, int user) in intelfb_open() argument 1183 if (user) in intelfb_open() 1189 static int intelfb_release(struct fb_info *info, int user) in intelfb_release() argument 1193 if (user) { in intelfb_release()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 347 /* MM engine doesn't support user fences */ in amdgpu_cs_p2_ib() 1503 * @user: drm_amdgpu_fence copied from user space 1507 struct drm_amdgpu_fence *user) in amdgpu_cs_get_fence() 1514 ctx = amdgpu_ctx_get(filp->driver_priv, user->ctx_id); in amdgpu_cs_get_fence() 1518 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance, in amdgpu_cs_get_fence() 1519 user->ring, &entity); in amdgpu_cs_get_fence() 1525 fence = amdgpu_ctx_get_fence(ctx, entity, user->seq_no); in amdgpu_cs_get_fence() 1505 amdgpu_cs_get_fence(struct amdgpu_device *adev, struct drm_file *filp, struct drm_amdgpu_fence *user) amdgpu_cs_get_fence() argument
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 89 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user); 1074 smt_fill_user(smc,&sif->user) ; /* set user field */ in smt_send_sif_operation() 1497 * fill user field 1499 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user) in smt_fill_user() argument 1501 SMTSETPARA(user,SMT_P_USER) ; in smt_fill_user() 1502 memcpy((char *) user->us_data, in smt_fill_user() 1504 sizeof(user->us_data)) ; in smt_fill_user()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | selinuxfs.c | 54 SEL_USER, /* compute reachable user contexts */ 1074 char *con = NULL, *user = NULL, *ptr; in sel_write_user() local 1093 user = kzalloc(size + 1, GFP_KERNEL); in sel_write_user() 1094 if (!user) in sel_write_user() 1098 if (sscanf(buf, "%s %s", con, user) != 2) in sel_write_user() 1105 length = security_get_user_sids(sid, user, &sids, &nsids); in sel_write_user() 1129 kfree(user); in sel_write_user() 1997 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
|
/third_party/curl/lib/ |
H A D | setopt.c | 113 char *user = NULL; in setstropt_userpwd() local 124 (userp ? &user : NULL), in setstropt_userpwd() 132 if(!user && option && option[0] == ':') { in setstropt_userpwd() 133 /* Allocate an empty string instead of returning NULL as user name */ in setstropt_userpwd() 134 user = strdup(""); in setstropt_userpwd() 135 if(!user) in setstropt_userpwd() 140 *userp = user; in setstropt_userpwd() 622 * Send authentication (user+password) when following locations, even when in Curl_vsetopt() 1510 * user:password to use in the operation in Curl_vsetopt() 1519 * authentication user nam in Curl_vsetopt() [all...] |