/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 411 TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment parameter tests"); in init() local 413 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_1", "", ReadPixelsTest::FLAG_NO_FLAGS, 1, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); in init() 414 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_2", "", ReadPixelsTest::FLAG_NO_FLAGS, 2, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); in init() 415 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_4", "", ReadPixelsTest::FLAG_NO_FLAGS, 4, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); in init() 416 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_8", "", ReadPixelsTest::FLAG_NO_FLAGS, 8, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE)); in init() 418 group->addChild(new ReadPixelsTest(m_context, "rgba_int_1", "", ReadPixelsTest::FLAG_USE_RBO, 1, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 419 group->addChild(new ReadPixelsTest(m_context, "rgba_int_2", "", ReadPixelsTest::FLAG_USE_RBO, 2, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 420 group->addChild(new ReadPixelsTest(m_context, "rgba_int_4", "", ReadPixelsTest::FLAG_USE_RBO, 4, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 421 group->addChild(new ReadPixelsTest(m_context, "rgba_int_8", "", ReadPixelsTest::FLAG_USE_RBO, 8, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 423 group in init() 437 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test"); init() local 462 TestCaseGroup* group = new TestCaseGroup(m_context, "skip", "Read pixels skip pixels and rows test"); init() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/ |
H A D | qos_tracepoint.h | 37 __field(void *, group) 44 __entry->group = vport->qos.group; 46 TP_printk("(%s) vport=%hu tsar_ix=%u bw_share=%u, max_rate=%u group=%p\n", 48 __entry->bw_share, __entry->max_rate, __entry->group 64 const struct mlx5_esw_rate_group *group, 66 TP_ARGS(dev, group, tsar_ix), 68 __field(const void *, group) 72 __entry->group = group; [all...] |
/kernel/linux/linux-6.6/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 49 static int inotify_merge(struct fsnotify_group *group, in inotify_merge() argument 52 struct list_head *list = &group->notification_list; in inotify_merge() 66 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event() local 77 pr_debug("%s: group=%p mark=%p mask=%x\n", __func__, group, inode_mark, in inotify_handle_inode_event() 95 old_memcg = set_active_memcg(group->memcg); in inotify_handle_inode_event() 104 fsnotify_queue_overflow(group); in inotify_handle_inode_event() 126 ret = fsnotify_add_event(group, fsn_event, inotify_merge); in inotify_handle_inode_event() 129 fsnotify_destroy_event(group, fsn_even in inotify_handle_inode_event() 138 inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) inotify_freeing_mark() argument 178 inotify_free_group_priv(struct fsnotify_group *group) inotify_free_group_priv() argument 187 inotify_free_event(struct fsnotify_group *group, struct fsnotify_event *fsn_event) inotify_free_event() argument [all...] |
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 173 if match_obj == None or match_obj.group(1) == last_script_name: 176 last_script_name = match_obj.group(1) 190 if match_obj.group(1) == "sc": 191 if match_obj.group(2) == match_obj.group(3): 192 abbreviations[match_obj.group(3)] = () 193 elif match_obj.group(4) == None: 194 abbreviations[match_obj.group(3)] = (match_obj.group(2),) 196 abbreviations[match_obj.group( [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTerminateInvocationTests.cpp | 71 void addTestsForAmberFiles (tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 74 const std::string data_dir(group.data_dir); in addTestsForAmberFiles() 76 std::vector<Case> cases(group.cases); in addTestsForAmberFiles() 128 CaseGroup group(data_data); in createTerminateInvocationGroup() 130 group.add("no_output_write", false); in createTerminateInvocationGroup() 132 group.add("no_output_write_before_terminate", false); in createTerminateInvocationGroup() 134 group.add("no_ssbo_store", false, Stores); in createTerminateInvocationGroup() 136 group.add("no_ssbo_atomic", false, Stores); in createTerminateInvocationGroup() 138 group.add("ssbo_store_before_terminate", false, Stores); in createTerminateInvocationGroup() 140 group in createTerminateInvocationGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTerminateInvocationTests.cpp | 72 void addTestsForAmberFiles (tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 75 const std::string data_dir(group.data_dir); in addTestsForAmberFiles() 77 std::vector<Case> cases(group.cases); in addTestsForAmberFiles() 129 CaseGroup group(data_data); in createTerminateInvocationGroup() 130 group.add("no_output_write", "no write to after calling terminate invocation", false); in createTerminateInvocationGroup() 131 group.add("no_output_write_before_terminate", "no write to output despite occurring before terminate invocation", false); in createTerminateInvocationGroup() 132 group.add("no_ssbo_store", "no store to SSBO when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup() 133 group.add("no_ssbo_atomic", "no atomic update to SSBO when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup() 134 group.add("ssbo_store_before_terminate", "ssbo store commits when it occurs before terminate invocation", false, Stores); in createTerminateInvocationGroup() 135 group in createTerminateInvocationGroup() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 18 int dragonfly_suitable_group(int group, int ecc_only) in dragonfly_suitable_group() argument 28 return group == 19 || group == 20 || group == 21 || in dragonfly_suitable_group() 30 (group == 15 || group == 16 || group == 17 || group == 18)); in dragonfly_suitable_group() 34 unsigned int dragonfly_min_pwe_loop_iter(int group) in dragonfly_min_pwe_loop_iter() argument 36 if (group in dragonfly_min_pwe_loop_iter() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 18 int dragonfly_suitable_group(int group, int ecc_only) in dragonfly_suitable_group() argument 28 return group == 19 || group == 20 || group == 21 || in dragonfly_suitable_group() 30 (group == 15 || group == 16 || group == 17 || group == 18)); in dragonfly_suitable_group() 34 unsigned int dragonfly_min_pwe_loop_iter(int group) in dragonfly_min_pwe_loop_iter() argument 36 if (group in dragonfly_min_pwe_loop_iter() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.c | 45 foreach_list_typed(struct inst_group, group, link, &disasm->group_list) { in dump_assembly() 46 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly() 53 int start_offset = group->offset; in dump_assembly() 56 if (group->block_start) { in dump_assembly() 57 fprintf(stderr, " START B%d", group->block_start->num); in dump_assembly() 59 &group->block_start->parents) { in dump_assembly() 65 block_latency[group->block_start->num]); in dump_assembly() 69 if (last_annotation_ir != group->ir) { in dump_assembly() 70 last_annotation_ir = group->ir; in dump_assembly() 73 nir_print_instr(group in dump_assembly() 135 struct inst_group *group; disasm_annotate() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | usergroup.c | 43 plus the size of a struct group. 56 full_size = (size_t) n + sizeof(struct group); in starting_getgr_buflen() 125 finished with the returned group data. 130 struct group *pa_getgrgid_malloc(gid_t gid) { in pa_getgrgid_malloc() 135 struct group *result = NULL; in pa_getgrgid_malloc() 140 getgr_buflen = buflen - sizeof(struct group); in pa_getgrgid_malloc() 141 getgr_buf = (char *)buf + sizeof(struct group); in pa_getgrgid_malloc() 143 while ((err = getgrgid_r(gid, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrgid_malloc() 147 getgr_buflen = buflen - sizeof(struct group); in pa_getgrgid_malloc() 148 getgr_buf = (char *)buf + sizeof(struct group); in pa_getgrgid_malloc() 223 pa_getgrnam_free(struct group *group) pa_getgrnam_free() argument 233 pa_getgrnam_free(struct group *group) pa_getgrnam_free() argument [all...] |
/kernel/linux/linux-5.10/fs/notify/ |
H A D | mark.c | 10 * The group->recnt and mark->refcnt tell how many "things" in the kernel 13 * the reference a group and a mark hold to each other. 21 * group->mark_mutex 25 * group->mark_mutex protects the marks_list anchored inside a given group and 27 * data (i.e group limits). 30 * Furthermore it protects the access to a reference of the group that the mark 45 * mark->connector set until we drop group->mark_mutex. 138 * this by holding a mark->lock or mark->group->mark_mutex for a mark on this 201 struct fsnotify_group *group in fsnotify_final_mark_destroy() local 315 struct fsnotify_group *group = mark->group; fsnotify_put_mark_wake() local 377 struct fsnotify_group *group = mark->group; fsnotify_detach_mark() local 410 struct fsnotify_group *group = mark->group; fsnotify_free_mark() local 430 fsnotify_destroy_mark(struct fsnotify_mark *mark, struct fsnotify_group *group) fsnotify_destroy_mark() argument 644 struct fsnotify_group *group = mark->group; fsnotify_add_mark_locked() local 687 struct fsnotify_group *group = mark->group; fsnotify_add_mark() local 700 fsnotify_find_mark(fsnotify_connp_t *connp, struct fsnotify_group *group) fsnotify_find_mark() argument 724 fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type_mask) fsnotify_clear_marks_by_group() argument 810 fsnotify_init_mark(struct fsnotify_mark *mark, struct fsnotify_group *group) fsnotify_init_mark() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | group_manager.h | 34 void AddRadioToGroup(const std::string& group, int32_t radioId); 35 void RemoveRadioFromGroup(const std::string& group, int32_t radioId); 36 bool HasRadioId(const std::string& group, int32_t radioId); 37 void UpdateRadioGroupValue(const std::string& group, int32_t radioId); 39 void AddCheckBoxToGroup(const std::string& group, const WeakPtr<FrameNode>& checkBoxNode); 40 void RemoveCheckBoxFromGroup(const std::string& group, int32_t checkBoxId); 41 void AddCheckBoxGroup(const std::string& group, const WeakPtr<FrameNode>& checkBoxGroupNode); 42 void RemoveCheckBoxGroup(const std::string& group, int32_t checkBoxGroupId); 43 std::list<RefPtr<FrameNode>> GetCheckboxList(const std::string& group); 44 RefPtr<FrameNode> GetCheckboxGroup(const std::string& group); 45 GetCheckboxGroupIsChange(const std::string& group) GetCheckboxGroupIsChange() argument 50 SetCheckboxGroupIsChange(const std::string& group, bool flag) SetCheckboxGroupIsChange() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cma_configfs.c | 48 struct config_group group; member 60 struct config_group *group; in to_dev_port_group() local 65 group = container_of(item, struct config_group, cg_item); in to_dev_port_group() 66 return container_of(group, struct cma_dev_port_group, group); in to_dev_port_group() 78 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local 81 if (!group) in cma_configfs_params_get() 85 group->cma_dev_group->name); in cma_configfs_params_get() 90 *pgroup = group; in cma_configfs_params_get() 104 struct cma_dev_port_group *group; in default_roce_mode_show() local 125 struct cma_dev_port_group *group; default_roce_mode_store() local 151 struct cma_dev_port_group *group; default_roce_tos_show() local 169 struct cma_dev_port_group *group; default_roce_tos_store() local 247 struct config_group *group = container_of(item, struct config_group, release_cma_dev() local 258 struct config_group *group = container_of(item, struct config_group, release_cma_ports_group() local 286 make_cma_dev(struct config_group *group, const char *name) make_cma_dev() argument 330 struct config_group *group = drop_cma_dev() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cma_configfs.c | 47 struct config_group group; member 59 struct config_group *group; in to_dev_port_group() local 64 group = container_of(item, struct config_group, cg_item); in to_dev_port_group() 65 return container_of(group, struct cma_dev_port_group, group); in to_dev_port_group() 77 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local 80 if (!group) in cma_configfs_params_get() 84 group->cma_dev_group->name); in cma_configfs_params_get() 89 *pgroup = group; in cma_configfs_params_get() 103 struct cma_dev_port_group *group; in default_roce_mode_show() local 124 struct cma_dev_port_group *group; default_roce_mode_store() local 150 struct cma_dev_port_group *group; default_roce_tos_show() local 168 struct cma_dev_port_group *group; default_roce_tos_store() local 238 struct config_group *group = container_of(item, struct config_group, release_cma_dev() local 249 struct config_group *group = container_of(item, struct config_group, release_cma_ports_group() local 277 make_cma_dev(struct config_group *group, const char *name) make_cma_dev() argument 321 struct config_group *group = drop_cma_dev() local [all...] |
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 136 // NOTE: This assumes that devices in each group have already been sorted. 137 // The group sort criteria is simple: 141 // 4) Ties broken by group device 0 device_ID XOR vendor_ID comparison 146 // Use the first GPU's info from each group to sort the groups by in compare_device_groups() 354 for (uint32_t group = 0; group < group_count; ++group) { in linux_sort_physical_device_groups() 355 loader_log(inst, VULKAN_LOADER_INFO_BIT | VULKAN_LOADER_DRIVER_BIT, 0, " Group %u", group); in linux_sort_physical_device_groups() 357 struct loader_icd_term *icd_term = sorted_group_term[group].this_icd_term; in linux_sort_physical_device_groups() 358 for (uint32_t gpu = 0; gpu < sorted_group_term[group] in linux_sort_physical_device_groups() [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | alloc.c | 21 * nilfs_palloc_groups_per_desc_block - get the number of groups that a group 63 * Number of blocks in a group including entry blocks in nilfs_palloc_init_blockgroup() 77 * nilfs_palloc_group - get group number and offset from an entry number 80 * @offset: pointer to store offset number in the group 85 __u64 group = nr; in nilfs_palloc_group() local 87 *offset = do_div(group, nilfs_palloc_entries_per_group(inode)); in nilfs_palloc_group() 88 return group; in nilfs_palloc_group() 92 * nilfs_palloc_desc_blkoff - get block offset of a group descriptor block 94 * @group: group numbe 100 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) nilfs_palloc_desc_blkoff() argument 116 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) nilfs_palloc_bitmap_blkoff() argument 168 unsigned long group, group_offset; nilfs_palloc_entry_blkoff() local 260 nilfs_palloc_get_desc_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_desc_block() argument 279 nilfs_palloc_get_bitmap_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_bitmap_block() argument 296 nilfs_palloc_delete_bitmap_block(struct inode *inode, unsigned long group) nilfs_palloc_delete_bitmap_block() argument 347 nilfs_palloc_block_get_group_desc(const struct inode *inode, unsigned long group, const struct buffer_head *bh, void *kaddr) nilfs_palloc_block_get_group_desc() argument 506 unsigned long group, maxgroup, ngroups; nilfs_palloc_prepare_alloc_entry() local 603 unsigned long group, group_offset; nilfs_palloc_commit_free_entry() local 646 unsigned long group, group_offset; nilfs_palloc_abort_alloc_entry() local 685 unsigned long group, group_offset; nilfs_palloc_prepare_free_entry() local 731 unsigned long group, group_offset; nilfs_palloc_freev() local [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | alloc.c | 21 * nilfs_palloc_groups_per_desc_block - get the number of groups that a group 63 * Number of blocks in a group including entry blocks in nilfs_palloc_init_blockgroup() 77 * nilfs_palloc_group - get group number and offset from an entry number 80 * @offset: pointer to store offset number in the group 85 __u64 group = nr; in nilfs_palloc_group() local 87 *offset = do_div(group, nilfs_palloc_entries_per_group(inode)); in nilfs_palloc_group() 88 return group; in nilfs_palloc_group() 92 * nilfs_palloc_desc_blkoff - get block offset of a group descriptor block 94 * @group: group numbe 100 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) nilfs_palloc_desc_blkoff() argument 116 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) nilfs_palloc_bitmap_blkoff() argument 168 unsigned long group, group_offset; nilfs_palloc_entry_blkoff() local 260 nilfs_palloc_get_desc_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_desc_block() argument 279 nilfs_palloc_get_bitmap_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_bitmap_block() argument 296 nilfs_palloc_delete_bitmap_block(struct inode *inode, unsigned long group) nilfs_palloc_delete_bitmap_block() argument 347 nilfs_palloc_block_get_group_desc(const struct inode *inode, unsigned long group, const struct buffer_head *bh, void *kaddr) nilfs_palloc_block_get_group_desc() argument 506 unsigned long group, maxgroup, ngroups; nilfs_palloc_prepare_alloc_entry() local 603 unsigned long group, group_offset; nilfs_palloc_commit_free_entry() local 646 unsigned long group, group_offset; nilfs_palloc_abort_alloc_entry() local 685 unsigned long group, group_offset; nilfs_palloc_prepare_free_entry() local 731 unsigned long group, group_offset; nilfs_palloc_freev() local [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 126 /// Returns the group of a standard named curve. 136 /// let group = EcGroup::from_curve_name(nid)?; 137 /// let key = EcKey::generate(&group)?; 148 /// Returns the group for given parameters 218 /// Places the cofactor of the group in the provided `BigNum`. 241 /// Returns the number of bits in the group order. 293 /// Sets the flag determining if the group corresponds to a named curve or must be explicitly 305 /// Gets the flag determining if the group corresponds to a named curve. 338 group: &EcGroupRef, in add() 345 group in add() 766 pub fn group(&self) -> &EcGroupRef { group() functions 1102 let mut group = EcGroup::from_components(p, a, b, &mut ctx).unwrap(); fmt() variables [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_mult.c | 38 const EC_GROUP *group; /* parent EC_GROUP object */ member 51 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) in ec_pre_comp_new() argument 55 if (!group) in ec_pre_comp_new() 64 ret->group = group; in ec_pre_comp_new() 117 * This functions computes a single point multiplication over the EC group, 128 * constant time bets are off (where n is the cardinality of the EC group). 130 * This function expects `group->order` and `group->cardinality` to be well 141 * input parameters `group`, ` 145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument 410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ossl_ec_wNAF_mul() argument 830 ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) ossl_ec_wNAF_precompute_mult() argument 991 ossl_ec_wNAF_have_precompute_mult(const EC_GROUP *group) ossl_ec_wNAF_have_precompute_mult() argument [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_mult.c | 38 const EC_GROUP *group; /* parent EC_GROUP object */ member 51 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) in ec_pre_comp_new() argument 55 if (!group) in ec_pre_comp_new() 64 ret->group = group; in ec_pre_comp_new() 117 * This functions computes a single point multiplication over the EC group, 128 * constant time bets are off (where n is the cardinality of the EC group). 130 * This function expects `group->order` and `group->cardinality` to be well 141 * input parameters `group`, ` 145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument 410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ossl_ec_wNAF_mul() argument 830 ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) ossl_ec_wNAF_precompute_mult() argument 991 ossl_ec_wNAF_have_precompute_mult(const EC_GROUP *group) ossl_ec_wNAF_have_precompute_mult() argument [all...] |
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ump_client.c | 26 /* object per UMP group; corresponding to a sequencer port */ 28 int group; /* group index (0-based) */ member 39 unsigned char group; /* parsed UMP packet group */ member 60 /* conversion between UMP group and seq port; 61 * assume the port number is equal with UMP group number (1-based) 63 static unsigned char ump_group_to_seq_port(unsigned char group) in ump_group_to_seq_port() argument 65 return group + 1; in ump_group_to_seq_port() 177 /* fill port_info from the given UMP EP and group inf 178 fill_port_info(struct snd_seq_port_info *port, struct seq_ump_client *client, struct seq_ump_group *group) fill_port_info() argument 219 struct seq_ump_group *group = &client->groups[group_index]; seq_ump_group_init() local 289 struct seq_ump_group *group; update_group_attrs() local [all...] |
/third_party/rust/crates/aho-corasick/bench/src/ |
H A D | random.rs | 83 let group = "random10x/standard"; in many_patterns() 86 group, in many_patterns() 94 let group = "random10x/leftmost-first"; in many_patterns() 97 group, in many_patterns() 105 let group = "random10x/leftmost-longest"; in many_patterns() 108 group, in many_patterns() 117 let group = "random10x/overlapping"; in many_patterns() 120 group, in many_patterns() 131 let group = "random10x/standard"; in many_patterns() 134 group, in many_patterns() [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); 27 struct group *getgrnam(const char *); 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); 30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); 33 struct group *getgrent(void); 39 struct group *fgetgrent(FILE *); 40 int putgrent(const struct group *, FIL [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); 27 struct group *getgrnam(const char *); 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); 30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); 33 struct group *getgrent(void); 39 struct group *fgetgrent(FILE *); 40 int putgrent(const struct group *, FIL [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | grp.h | 18 struct group { struct 25 struct group *getgrgid(gid_t); 26 struct group *getgrnam(const char *); 28 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); 29 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); 32 struct group *getgrent(void); 38 struct group *fgetgrent(FILE *); 39 int putgrent(const struct group *, FIL [all...] |