Home
last modified time | relevance | path

Searched refs:pot (Results 1 – 25 of 121) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dsb.c88 ptr->pot = size; in sb_build()
105 ptr->item->next = free_list.size[ptr->pot]; in sb_kill()
106 free_list.size[ptr->pot] = ptr->item; in sb_kill()
157 if (ptr->len + len >= 1 << ptr->pot) in sb_check()
160 int pot = ptr->pot; in sb_check() local
162 while (ptr->len + len >= 1 << pot) in sb_check()
163 pot++; in sb_check()
164 sb_build (&tmp, pot); in sb_check()
H A Dsb.h58 int pot; /* The maximum length is 1<<pot. */ member
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dsb.c93 ptr->pot = size; in sb_build()
110 ptr->item->next = free_list.size[ptr->pot]; in sb_kill()
111 free_list.size[ptr->pot] = ptr->item; in sb_kill()
130 if (ptr->len + len >= 1 << ptr->pot) in sb_check()
133 int pot = ptr->pot; in sb_check() local
134 while (ptr->len + len >= 1 << pot) in sb_check()
135 pot++; in sb_check()
136 sb_build (&tmp, pot); in sb_check()
H A Dsb.h59 int pot; /* the maximum length is 1<<pot */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A DChangeLog8 * gcc.pot: Regenerate.
36 * gcc.pot: Regenerated.
62 * gcc.pot: Regenerated.
92 * gcc.pot: Regenerate.
106 * gcc.pot: Regenerate.
119 * gcc.pot: Regenerate.
136 * gcc.pot: Regenerate.
140 * gcc.pot: Regenerate.
144 * gcc.pot: Regenerate.
160 * gcc.pot: Regenerate - now includes Fortran error messages.
[all …]
H A Dexgettext158 --language=c -o po/$package.pot
/openbsd-src/gnu/usr.bin/texinfo/po/
H A DMakefile.in.in49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
109 if test -f $(srcdir)/$(DOMAIN).pot; then \
110 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
[all …]
/openbsd-src/gnu/gcc/libcpp/
H A DMakefile.in221 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
222 then echo po/$(PACKAGE).pot; \
223 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
226 $(PACKAGE).pot: po/$(PACKAGE).pot
227 po/$(PACKAGE).pot: $(libcpp_a_SOURCES)
236 --language=c -o po/$(PACKAGE).pot.tmp $^
237 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
238 rm po/$(PACKAGE).pot.tmp
/openbsd-src/gnu/usr.bin/binutils/gprof/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
67 $(MAKE) $(PACKAGE).pot
68 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
87 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 rm -f $(srcdir)/$(PACKAGE).pot
92 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
212 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
67 $(MAKE) $(PACKAGE).pot
68 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
87 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 rm -f $(srcdir)/$(PACKAGE).pot
92 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
212 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
67 $(MAKE) $(PACKAGE).pot
68 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
87 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 rm -f $(srcdir)/$(PACKAGE).pot
92 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
212 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
68 $(MAKE) $(PACKAGE).pot
69 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
85 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
88 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
92 rm -f $(srcdir)/$(PACKAGE).pot
93 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
96 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
98 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
214 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
67 $(MAKE) $(PACKAGE).pot
68 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
87 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 rm -f $(srcdir)/$(PACKAGE).pot
92 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
212 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
68 $(MAKE) $(PACKAGE).pot
69 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
85 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
88 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
92 rm -f $(srcdir)/$(PACKAGE).pot
93 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
96 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
98 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
214 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
68 $(MAKE) $(PACKAGE).pot
69 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
85 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
88 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
92 rm -f $(srcdir)/$(PACKAGE).pot
93 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
96 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
98 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
214 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
67 $(MAKE) $(PACKAGE).pot
68 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
87 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 rm -f $(srcdir)/$(PACKAGE).pot
92 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
212 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
68 $(MAKE) $(PACKAGE).pot
69 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
85 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
88 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
92 rm -f $(srcdir)/$(PACKAGE).pot
93 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
96 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
98 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
214 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
68 $(MAKE) $(PACKAGE).pot
69 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
85 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
88 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
92 rm -f $(srcdir)/$(PACKAGE).pot
93 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
96 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
98 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
214 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/gcc/libcpp/po/
H A DChangeLog7 * cpplib.pot: Regenerate.
20 * cpplib.pot: Regenerate.
24 * cpplib.pot: Regenerate.
68 * cpplib.pot: Regenerate.
90 * cpplib.pot: Regenerate.
121 * cpplib.pot: Regenerate.
142 * cpplib.pot: Regenerate.
146 * cpplib.pot: Regenerate.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/po/
H A DMake-in52 DISTFILES = ChangeLog Makefile.in.in SRC-POTFILES.in BLD-POTFILES.in $(PACKAGE).pot \
74 $(MAKE) $(PACKAGE).pot
75 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
91 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
94 $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
105 rm -f $(srcdir)/$(PACKAGE).pot
106 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
109 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
111 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
228 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/po/
H A DMake-in51 DISTFILES = ChangeLog Makefile.in.in SRC-POTFILES.in BLD-POTFILES.in $(PACKAGE).pot \
73 $(MAKE) $(PACKAGE).pot
74 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
90 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
93 $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
104 rm -f $(srcdir)/$(PACKAGE).pot
105 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
108 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
110 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
226 $(MAKE) $(PACKAGE).pot
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp200 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); in resize() local
202 if (pot == actual_size && pot < new_size) in resize()
204 actual_size = pot; in resize()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp137 node_iterator pot = nd_it.get_child(i); in next_child() local
140 PB_DS_BASE_C_DEC::common_prefix_len( pot, b, e, r_traits); in next_child()
144 ret = pot; in next_child()
/openbsd-src/gnu/usr.bin/binutils/gdb/po/
H A Dgdbtext38 -o po/${package}.pot
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D685.key8 a27xEVP43SjVJJqe8w/pot+f7uvmyf6C1eZOp+Y+XvpVgwP1RayA8vER6w1cQwpS

12345