Searched refs:tables (Results 1 - 25 of 95) sorted by relevance

1234

/openbsd-current/gnu/llvm/libcxx/src/include/ryu/
H A Ddigit_table.h42 #include <__charconv/tables.h>
/openbsd-current/libexec/ld.so/powerpc/
H A DMakefile.inc3 # no jump tables in _dl_boot_bind()
4 CFLAGS += -fno-jump-tables
/openbsd-current/libexec/ld.so/powerpc64/
H A DMakefile.inc3 # no jump tables in _dl_boot_bind()
4 CFLAGS += -fno-jump-tables
/openbsd-current/distrib/special/
H A DMakefile.inc4 COPTS+=-fno-unwind-tables -fno-asynchronous-unwind-tables
/openbsd-current/libexec/ld.so/mips64/
H A DMakefile.inc3 # no jump tables in _dl_boot_bind()
4 CFLAGS += -fno-jump-tables
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/CN/
H A DMakefile.PL6 my %tables = (euc_cn_t => ['euc-cn.ucm',
17 for my $k (keys %tables){
18 push @ucm, @{$tables{$k}};
20 %tables = ();
25 $tables{$t} = [ $ucm ];
55 foreach my $e (keys %tables)
67 foreach my $table (sort keys %tables) {
87 foreach my $table (sort keys %tables) {
122 foreach my $table (sort keys %tables) {
136 foreach my $table (sort keys %tables)
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/JP/
H A DMakefile.PL6 my %tables = (
18 for my $k (keys %tables){
19 push @ucm, @{$tables{$k}};
21 %tables = ();
26 $tables{$t} = [ $ucm ];
55 foreach my $e (keys %tables)
67 foreach my $table (sort keys %tables) {
87 foreach my $table (sort keys %tables) {
122 foreach my $table (sort keys %tables) {
136 foreach my $table (sort keys %tables)
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/KR/
H A DMakefile.PL6 my %tables = (euc_kr_t => ['euc-kr.ucm',
16 for my $k (keys %tables){
17 push @ucm, @{$tables{$k}};
19 %tables = ();
24 $tables{$t} = [ $ucm ];
53 foreach my $e (keys %tables)
65 foreach my $table (sort keys %tables) {
85 foreach my $table (sort keys %tables) {
120 foreach my $table (sort keys %tables) {
134 foreach my $table (sort keys %tables)
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/TW/
H A DMakefile.PL6 my %tables = (big5_t => ['big5-eten.ucm',
14 for my $k (keys %tables){
15 push @ucm, @{$tables{$k}};
17 %tables = ();
22 $tables{$t} = [ $ucm ];
51 foreach my $e (keys %tables)
63 foreach my $table (sort keys %tables) {
83 foreach my $table (sort keys %tables) {
118 foreach my $table (sort keys %tables) {
132 foreach my $table (sort keys %tables)
[all...]
/openbsd-current/usr.bin/yacc/
H A Dskeleton.c66 char *tables[] = variable
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/EBCDIC/
H A DMakefile.PL6 my %tables = (
36 foreach my $e (keys %tables)
48 foreach my $table (sort keys %tables) {
68 foreach my $table (sort keys %tables) {
103 foreach my $table (sort keys %tables) {
117 foreach my $table (sort keys %tables)
125 foreach my $table (sort keys %tables)
131 foreach my $file (@{$tables{$table}})
149 foreach my $file (@{$tables{$table}})
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Symbol/
H A DMakefile.PL6 my %tables = (
41 foreach my $e (keys %tables)
53 foreach my $table (sort keys %tables) {
73 foreach my $table (sort keys %tables) {
108 foreach my $table (sort keys %tables) {
122 foreach my $table (sort keys %tables)
130 foreach my $table (sort keys %tables)
136 foreach my $file (@{$tables{$table}})
154 foreach my $file (@{$tables{$table}})
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A DMakefile15 CLEANFILES= ${SPMAP_H} tables
19 ${SUDO} ./dump_tables >tables
/openbsd-current/libexec/ld.so/hppa/
H A DMakefile.inc3 CFLAGS += -fpic -fno-jump-tables
/openbsd-current/libexec/ld.so/sparc64/
H A DMakefile.inc3 CFLAGS += -fpic -msoft-float -fno-jump-tables
/openbsd-current/usr.bin/dig/lib/isc/
H A Dresult.c105 static ISC_LIST(resulttable) tables;
130 ISC_LIST_APPEND(tables, table, link);
139 ISC_LIST_INIT(tables);
166 for (table = ISC_LIST_HEAD(tables);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DMakefile.PL31 my %tables =
185 foreach my $e (keys %tables)
195 foreach my $table (sort keys %tables)
216 foreach my $table (sort keys %tables)
221 foreach my $table (sort keys %tables)
228 foreach my $file (@{$tables{$table}})
246 foreach my $file (@{$tables{$table}})
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Byte/
H A DMakefile.PL7 my %tables = (
52 push(@{$tables{byte_t}},$file);
79 foreach my $e (keys %tables)
91 foreach my $table (sort keys %tables) {
111 foreach my $table (sort keys %tables) {
146 foreach my $table (sort keys %tables) {
160 foreach my $table (sort keys %tables)
168 foreach my $table (sort keys %tables)
174 foreach my $file (@{$tables{$table}})
192 foreach my $file (@{$tables{
[all...]
/openbsd-current/bin/pax/
H A DMakefile6 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
/openbsd-current/distrib/special/pax/
H A DMakefile8 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
/openbsd-current/usr.sbin/bgpd/
H A Dpftable.c51 /* List of tables under management */
52 LIST_HEAD(, pf_table) tables = LIST_HEAD_INITIALIZER(tables);
133 LIST_FOREACH(pft, &tables, entry)
148 LIST_INSERT_HEAD(&tables, pft, entry);
158 LIST_FOREACH(pft, &tables, entry) {
182 LIST_FOREACH(pft, &tables, entry)
249 LIST_FOREACH(pft, &tables, entry) {
/openbsd-current/regress/lib/libcrypto/bn/
H A DMakefile40 isqrt-print-tables: bn_isqrt
42 .PHONY: isqrt-print-tables
45 ${.MAKE} -C ${.CURDIR} isqrt-print-tables > $@.tmp
/openbsd-current/usr.sbin/smtpd/
H A Dparse.y195 %type <v.table> tables tablenew tableref
598 | ALIAS tables {
619 | VIRTUAL tables {
640 | USERBASE tables {
726 | HELO_SRC tables {
773 | SRC tables {
822 | HOST tables {
842 | DOMAIN tables {
880 | AUTH tables {
1011 negation TAG tables {
2609 tables : tablenew { $$ = $1; } label
[all...]
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h1 //===- MultiOnDiskHashTable.h - Merged set of hash tables -------*- C++ -*-===//
12 // Multiple hash tables from different files are implicitly merged to improve
39 /// A collection of on-disk hash tables, merged when relevant for performance.
42 /// A handle to a file, used when overriding tables.
81 /// The current set of on-disk and merged tables.
88 /// Files corresponding to overridden tables that we've not yet
104 /// The current set of on-disk tables.
105 table_range tables() { function in class:clang::serialization::MultiOnDiskHashTable
119 /// Delete all our current on-disk tables.
121 for (auto *T : tables())
[all...]
/openbsd-current/sys/dev/ic/
H A Dsiop_common.c225 /* prepare tables before sending a cmd */
327 struct siop_common_xfer *tables = siop_cmd->siop_tables; local
331 switch (tables->msg_in[3]) {
354 tables->msg_in[3]);
355 tables->t_msgout.count = siop_htoc32(sc, 1);
356 tables->msg_out[0] = MSG_MESSAGE_REJECT;
359 tables->id = siop_htoc32(sc, sc->targets[target]->id);
376 if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT
384 tables->id = siop_htoc32(sc, sc->targets[target]->id);
406 struct siop_common_xfer *tables local
521 struct siop_common_xfer *tables = siop_cmd->siop_tables; local
[all...]

Completed in 244 milliseconds

1234