Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 1428) sorted by relevance

12345678910>>...58

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_memory.c40 if (tags) { in nvkm_memory_tags_put()
43 nvkm_mm_free(&fb->tags, &tags->mn); in nvkm_memory_tags_put()
44 kfree(memory->tags); in nvkm_memory_tags_put()
61 if ((tags = memory->tags)) { in nvkm_memory_tags_get()
66 if (tags->mn && tags->mn->length != nr) { in nvkm_memory_tags_get()
73 *ptags = tags; in nvkm_memory_tags_get()
77 if (!(tags = kmalloc(sizeof(*tags), GFP_KERNEL))) { in nvkm_memory_tags_get()
82 if (!nvkm_mm_head(&fb->tags, 0, 1, nr, nr, 1, &tags->mn)) { in nvkm_memory_tags_get()
84 clr(device, tags->mn->offset, tags->mn->length); in nvkm_memory_tags_get()
95 tags->mn = NULL; in nvkm_memory_tags_get()
[all …]
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DItaniumMangleAbiTags.rst2 ABI tags
24 Tags on an inline namespace are called "implicit tags", all other tags are
25 "explicit tags".
49 Active tags
53 enum), the explicit tags are the active tags.
55 For variables and functions, the active tags are the explicit tags plus any
56 "required tags" which are not in the "available tags" set:
60 derived-tags := (required-tags - available-tags)
61 active-tags := explicit-tags + derived-tags
70 have any required tags.
[all …]
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c1419 tags = tags->next_ent; in validate_file()
1472 int prev_equals_up = !tags->up || STREQ (tags->prev, tags->up); in validate_file()
1598 tags = tags->next_ent; in validate_file()
1605 for (tags = tag_table; tags; tags = tags->next_ent) in validate_file()
1610 tags = tags->next_ent; in validate_file()
1622 tags->node, tags->touched); in validate_file()
1652 tags = tags->next_ent; in last_node_p()
1819 tags = tags->next_ent; in split_file()
1825 for (; tags; tags = tags->next_ent) in split_file()
1848 tags = tags->next_ent; in split_file()
[all …]
/netbsd/external/bsd/tre/dist/lib/
H A Dtre-match-backtrack.c70 int *tags; member
122 xfree(tags); \
137 xfree(tags); \
174 tags[i] = stack->item.tags[i]; \
254 tags = alloca(sizeof(*tags) * tnfa->num_tags); in tre_tnfa_run_backtrack()
260 tags = xmalloc(sizeof(*tags) * tnfa->num_tags); in tre_tnfa_run_backtrack()
261 if (!tags) in tre_tnfa_run_backtrack()
292 tags[i] = -1; in tre_tnfa_run_backtrack()
413 tnfa, tags, pos); in tre_tnfa_run_backtrack()
644 if (tags) in tre_tnfa_run_backtrack()
[all …]
H A Dtre-match-parallel.c58 int *tags; member
63 int **tags; member
193 reach[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel()
295 reach_next_i->tags[i] = -1; in tre_tnfa_run_parallel()
296 tag_i = trans_i->tags; in tre_tnfa_run_parallel()
313 reach_pos[trans_i->state_id].tags = &reach_next_i->tags; in tre_tnfa_run_parallel()
391 tmp_iptr = reach_next_i->tags; in tre_tnfa_run_parallel()
392 reach_next_i->tags = reach_i->tags; in tre_tnfa_run_parallel()
393 reach_i->tags = tmp_iptr; in tre_tnfa_run_parallel()
428 tag_i = trans_i->tags; in tre_tnfa_run_parallel()
[all …]
H A Dregexec.c132 int *tags = NULL, eo; in tre_match() local
137 tags = alloca(sizeof(*tags) * tnfa->num_tags); in tre_match()
139 tags = xmalloc(sizeof(*tags) * tnfa->num_tags); in tre_match()
141 if (tags == NULL) in tre_match()
184 if (tags) in tre_match()
185 xfree(tags); in tre_match()
321 int *tags = NULL, eo; in tre_match_approx() local
344 tags = alloca(sizeof(*tags) * tnfa->num_tags); in tre_match_approx()
346 tags = xmalloc(sizeof(*tags) * tnfa->num_tags); in tre_match_approx()
356 if (tags) in tre_match_approx()
[all …]
H A Dtre-compile.c1117 if (set1[s1].tags == NULL && tags == NULL) in tre_set_union()
1473 tags = xmalloc(sizeof(*tags) * (num_tags + 1)); in tre_compute_nfl()
1474 if (!tags) in tre_compute_nfl()
1680 trans->tags[i] = p1->tags[i]; in tre_make_trans()
1691 if (trans->tags[k] == p2->tags[j]) in tre_make_trans()
1697 trans->tags[l++] = p2->tags[j]; in tre_make_trans()
1737 tags = trans->tags; in tre_make_trans()
2093 int *tags; in tre_compile() local
2095 tags = p->tags; in tre_compile()
2103 tags++; in tre_compile()
[all …]
H A Dtre-match-approx.c55 int *tags; member
98 DPRINT(("%02d", reach[id].tags[i])); in tre_print_reach()
304 reach[i].tags = (void *)buf_cursor; in tre_tnfa_run_approx()
355 if (trans->tags) in tre_tnfa_run_approx()
358 reach_next[stateid].tags[trans->tags[i]] = pos; in tre_tnfa_run_approx()
443 reach_next[id].tags[i] = reach[id].tags[i]; in tre_tnfa_run_approx()
543 tmp_tags[i] = reach_p->tags[i]; in tre_tnfa_run_approx()
544 if (trans->tags) in tre_tnfa_run_approx()
558 reach_next[dest_id].tags))))) in tre_tnfa_run_approx()
726 tmp_tags[i] = reach[id].tags[i]; in tre_tnfa_run_approx()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_nv20.c52 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp() local
53 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv20_fb_tile_comp()
71 nvkm_mm_free(&fb->tags, &tile->tag); in nv20_fb_tile_fini()
88 const u32 tags = nvkm_rd32(fb->subdev.device, 0x100320); in nv20_fb_tags() local
89 return tags ? tags + 1 : 0; in nv20_fb_tags()
94 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv35.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv35_fb_tile_comp() local
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv35_fb_tile_comp()
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 13; in nv35_fb_tile_comp()
53 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv36.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv36_fb_tile_comp() local
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv36_fb_tile_comp()
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 14; in nv36_fb_tile_comp()
53 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv40.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x100); in nv40_fb_tile_comp() local
41 !nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv40_fb_tile_comp()
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 8) << 13; in nv40_fb_tile_comp()
59 .tags = nv20_fb_tags,
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A Dtdtags27 -a Append the tags to an existing tags file.
28 -f <file> Write tags to the specified file (defaults to 'tags').
30 -x <recipe> Generate tags file(s) for a common use case:
45 - Generate a tags file for each specified LLVM code generator
60 With the '-x' option, $SELF produces one or more tags files for a
67 -a Append newly generated tags to those already in an existing
68 tags file. Without ths option, any and all existing tags are
70 for tblgen tags and ctags(1) for other languages, it is best
94 Produce a tags file from .td files in the current directory.
96 Produce a tags file in every directory that contains any .td
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_gpio.c37 static const u8 tags[] = { variable
49 for (i = 0; i < ARRAY_SIZE(tags); i++) { in nvkm_voltgpio_get()
51 int ret = nvkm_gpio_get(gpio, 0, tags[i], 0xff); in nvkm_voltgpio_get()
67 for (i = 0; i < ARRAY_SIZE(tags); i++, vid >>= 1) { in nvkm_voltgpio_set()
69 int ret = nvkm_gpio_set(gpio, 0, tags[i], 0xff, vid & 1); in nvkm_voltgpio_set()
92 for (i = 0; i < ARRAY_SIZE(tags); i++) { in nvkm_voltgpio_init()
94 int ret = nvkm_gpio_find(gpio, 0, tags[i], 0xff, &func); in nvkm_voltgpio_init()
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dfind-doc-nits173 $tags{public_manual} = 1
174 if $tags{manual} && ($tags{public} // !$tags{internal});
175 $tags{internal_manual} = 1
176 if $tags{manual} && ($tags{internal} // !$tags{public});
177 $tags{public_header} = 1
178 if $tags{header} && ($tags{public} // !$tags{internal});
179 delete $tags{manual};
180 delete $tags{header};
181 delete $tags{public};
182 delete $tags{internal};
[all …]
/netbsd/external/mit/libuv/dist/tools/
H A Dmake_dist_html.py100 def group_for(tags): argument
101 rows = ''.join(row_for(tag) for tag in tags)
115 tags = subprocess.check_output(['git', 'tag'], text=True) variable
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')] variable
117 tags.sort(key=version, reverse=True)
118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
/netbsd/external/gpl2/lvm2/dist/tools/
H A Dtoollib.c107 if (tags && !dm_list_empty(tags)) in process_each_lv_in_vg()
119 str_list_match_list(tags, &vg->tags)) { in process_each_lv_in_vg()
138 str_list_match_list(tags, &lvl->lv->tags)) { in process_each_lv_in_vg()
189 dm_list_init(&tags); in process_each_lv()
303 tags_arg = &tags; in process_each_lv()
448 !str_list_match_list(tags, &vg->tags)) in _process_one_vg()
480 dm_list_init(&tags); in process_each_vg()
567 if (tags && !dm_list_empty(tags) && in process_each_pv_in_vg()
568 !str_list_match_list(tags, &pvl->pv->tags)) { in process_each_pv_in_vg()
646 struct dm_list tags; in process_each_pv() local
[all …]
/netbsd/sys/arch/sparc64/
H A DMakefile5 TSPARC64= ${SYSDIR}/arch/sparc64/tags
18 tags: target
26 >> tags
31 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd/external/gpl2/lvm2/dist/doc/
H A Dtagging.txt3 1) Ability to attach an unordered list of tags to LVM metadata objects.
4 2) Ability to add or remove tags easily.
6 of specific tags.
8 on different machines using names or tags.
32 To define host tags in config file:
34 tags {
58 If volume_list is not present and no tags are defined on the host
74 New tags set in (b) *do* trigger additional config file loads.
81 tags {
107 tags {
[all …]
/netbsd/sys/arch/xen/
H A DMakefile9 .ifmake tags
13 TXEN= ${SYSDIR}/arch/xen/tags
32 tags: target
44 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl524 my @tags = grep ($non_unanimous_tags{$_}, @{$qunkref->tags});
526 if (@tags) {
593 my @tags = grep ($non_unanimous_tags{$_}, @{$qunkref->tags});
910 my $tags = $qunkref->tags;
933 foreach my $tag (@$tags) {
1078 if defined $qunk->{tags} and grep $_ eq $ignore_tag, @{$qunk->{tags}};
1084 if ! defined $qunk->{tags} or ! grep $_ eq $show_tag, @{$qunk->{tags}};
1262 my %tags;
1894 sub tags { $_[0]->{tags} } subroutine
1896 exists $_[0]->{tags};
[all …]
/netbsd/sys/arch/hpcsh/
H A DMakefile7 TEVBSH3= ../hpcsh/tags
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd/sys/arch/evbsh3/
H A DMakefile7 TEVBSH3= ../evbsh3/tags
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd/sys/arch/dreamcast/
H A DMakefile7 TDREAMCAST= ../dreamcast/tags
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd/sys/arch/mmeye/
H A DMakefile7 TMMEYE= ../mmeye/tags
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done

12345678910>>...58