/netbsd-src/external/bsd/less/dist/ |
H A D | lesskey_parse.c | 145 static void init_tables(struct lesskey_tables *tables) in init_tables() argument 147 tables->currtable = &tables->cmdtable; in init_tables() 149 tables->cmdtable.names = cmdnames; in init_tables() 150 tables->cmdtable.is_var = 0; in init_tables() 151 xbuf_init(&tables->cmdtable.buf); in init_tables() 153 tables->edittable.names = editnames; in init_tables() 154 tables->edittable.is_var = 0; in init_tables() 155 xbuf_init(&tables->edittable.buf); in init_tables() 157 tables->vartable.names = NULL; in init_tables() 158 tables->vartable.is_var = 1; in init_tables() [all …]
|
H A D | lesskey.c | 281 struct lesskey_tables tables; in main() local 310 errors = parse_lesskey(infile, &tables); in main() 342 fputint(out, tables.cmdtable.buf.end); in main() 343 fputbytes(out, (char *)tables.cmdtable.buf.data, tables.cmdtable.buf.end); in main() 346 fputint(out, tables.edittable.buf.end); in main() 347 fputbytes(out, (char *)tables.edittable.buf.data, tables.edittable.buf.end); in main() 351 fputint(out, tables.vartable.buf.end); in main() 352 fputbytes(out, (char *)tables.vartable.buf.data, tables.vartable.buf.end); in main()
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | tableopts.am | 333 …tables tableopts_ser_nr-Ce.ser.tables tableopts_ser_nr-Cf.ser.tables tableopts_ser_nr-CF.ser.table…
|
H A D | Makefile.am | 254 reject_ser.table.tables \ 256 reject_ver.table.tables \ 422 …M_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ --tables-verify --tables-file=$(basename $@).tab… 431 $(AM_V_LEX)$(FLEX) -o $@ --unsafe-no-m4-sect3-escape --tables-file=$(basename $@).tables $< 480 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="ta… 486 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file=… 495 …-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="tableopts_ver_nr$*.ver.tables" --ta… 504 …ect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file="tableopts_ver_r$*.ver.tables" --ta…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | t-tilepro | 6 $(srcdir)/config/tilepro/mul-tables.cc: \ 7 $(srcdir)/config/tilepro/gen-mul-tables.cc 9 -o gen-mul-tables $<; 10 ./gen-mul-tables > $@ 12 mul-tables.o: $(srcdir)/config/tilepro/mul-tables.cc \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | t-tilepro | 6 $(srcdir)/config/tilepro/mul-tables.c: \ 7 $(srcdir)/config/tilepro/gen-mul-tables.cc 9 -o gen-mul-tables $<; 10 ./gen-mul-tables > $@ 12 mul-tables.o: $(srcdir)/config/tilepro/mul-tables.c \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | gen-normalize.py | 143 tables = {} variable 147 global table, tables 150 tables[ret] = [0] + [None] * 16 161 add(tables[table[i]], k[1:], v) 166 add(tables[top], k, v) 173 for k in sortedKeys(tables) : 174 t = tables[k] 196 for k in sortedKeys(tables) : 197 t = tables[k]
|
H A D | gen-map.py | 51 tables = rfc3454.read(sys.argv[1]) variable 55 tables[x] = t2[x] 92 for l in tables[t]: 130 (key, value, description, tables) = x 131 symbols = stringprep.symbols(map_list, tables) 133 print("no symbol for %s %s (%s)" % (key, description, tables)) 137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
|
H A D | gen-errorlist.py | 50 tables = rfc3454.read(sys.argv[1]) variable 54 tables[x] = t2[x] 89 for l in tables[t]: 104 (start, length, description, tables) = x 105 symbols = stringprep.symbols(error_list, tables) 110 % (start, length, symbols, ",".join(tables), description))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | t-tilegx | 13 $(srcdir)/config/tilegx/mul-tables.cc: \ 14 $(srcdir)/config/tilepro/gen-mul-tables.cc 15 $(CXX_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -o gen-mul-tables $<; 16 ./gen-mul-tables > $@ 18 mul-tables.o: $(srcdir)/config/tilegx/mul-tables.cc \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | t-tilegx | 13 $(srcdir)/config/tilegx/mul-tables.c: \ 14 $(srcdir)/config/tilepro/gen-mul-tables.cc 15 $(CXX_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -o gen-mul-tables $<; 16 ./gen-mul-tables > $@ 18 mul-tables.o: $(srcdir)/config/tilegx/mul-tables.c \
|
/netbsd-src/usr.bin/getaddrinfo/ |
H A D | Makefile | 15 DPSRCS+= tables.h 16 CLEANFILES+= tables.h 17 tables.h: tables.awk ${SYS_SOCKET_H}
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
H A D | amdgpu_smu_v12_0.c | 292 struct smu_table *tables = NULL; in smu_v12_0_init_smc_tables() local 294 if (smu_table->tables) in smu_v12_0_init_smc_tables() 297 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table), in smu_v12_0_init_smc_tables() 299 if (!tables) in smu_v12_0_init_smc_tables() 302 smu_table->tables = tables; in smu_v12_0_init_smc_tables() 304 return smu_tables_init(smu, tables); in smu_v12_0_init_smc_tables() 311 if (!smu_table->tables) in smu_v12_0_fini_smc_tables() 315 kfree(smu_table->tables); in smu_v12_0_fini_smc_tables() 318 smu_table->tables = NULL; in smu_v12_0_fini_smc_tables()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | crc.d | 130 auto tables = genTables(0xEDB88320); variable 131 …assert(tables[0][0] == 0x00000000 && tables[0][$ - 1] == 0x2d02ef8d && tables[7][$ - 1] == 0x264b0… 175 static immutable T[256][8] tables = genTables!T(P); 231 tables[0][two >> 24] ^ in put() 232 tables[1][(two >> 16) & 0xFF] ^ in put() 233 tables[2][(two >> 8) & 0xFF] ^ in put() 234 tables[3][two & 0xFF] ^ in put() 235 tables[4][one >> 24] ^ in put() 236 tables[5][(one >> 16) & 0xFF] ^ in put() 237 tables[6][(one >> 8) & 0xFF] ^ in put() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | COMPATIBILITY | 13 db tables yes (compile time option) 14 dbm tables yes (compile time option) 28 ldap tables yes (contributed) 40 mysql tables yes (contributed) 41 netinfo tables yes (contributed) 43 nis tables yes 44 nis+ tables yes (contributed) 46 pgsql tables yes (contributed)
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | tcp_table | 11 # The Postfix mail system uses optional tables for address 12 # rewriting or mail routing. These tables are usually in 16 # To find out what types of lookup tables your Postfix system 19 # To test lookup tables, use the "\fBpostmap -q\fR" command as 44 # regexp: tables. 73 # Do not use TCP lookup tables for security critical purposes. 83 # regexp_table(5), format of regular expression tables 84 # pcre_table(5), format of PCRE tables 85 # cidr_table(5), format of CIDR tables
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | crc.d | 126 auto tables = genTables(0xEDB88320); variable 127 …assert(tables[0][0] == 0x00000000 && tables[0][$ - 1] == 0x2d02ef8d && tables[7][$ - 1] == 0x264b0… 172 static immutable T[256][8] tables = genTables!T(P); 232 tables[0][two >> 24] ^ in put() 233 tables[1][(two >> 16) & 0xFF] ^ in put() 234 tables[2][(two >> 8) & 0xFF] ^ in put() 235 tables[3][two & 0xFF] ^ in put() 236 tables[4][one >> 24] ^ in put() 237 tables[5][(one >> 16) & 0xFF] ^ in put() 238 tables[6][(one >> 8) & 0xFF] ^ in put() [all …]
|
/netbsd-src/sys/dev/dm/ |
H A D | dm_table.c | 111 return &head->tables[id]; in dm_table_get_entry() 165 tbl = &head->tables[id]; in dm_table_destroy() 197 tbl = &head->tables[id]; in dm_table_size_impl() 249 tbl = &head->tables[id]; in dm_table_disksize() 291 tbl = &head->tables[id]; in dm_table_get_target_count() 313 SLIST_INIT(&head->tables[0]); in dm_table_head_init() 314 SLIST_INIT(&head->tables[1]); in dm_table_head_init()
|
/netbsd-src/sys/dev/ic/ |
H A D | siop_common.c | 340 struct siop_common_xfer *tables = siop_cmd->siop_tables; in siop_wdtr_neg() local 344 switch (tables->msg_in[3]) { in siop_wdtr_neg() 368 tables->msg_in[3]); in siop_wdtr_neg() 369 tables->t_msgout.count = siop_htoc32(sc, 1); in siop_wdtr_neg() 370 tables->msg_out[0] = MSG_MESSAGE_REJECT; in siop_wdtr_neg() 373 tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_wdtr_neg() 390 if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT in siop_wdtr_neg() 398 tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_wdtr_neg() 420 struct siop_common_xfer *tables = siop_cmd->siop_tables; in siop_ppr_neg() local 427 printf(" 0x%x", tables->msg_in[i]); in siop_ppr_neg() [all …]
|
/netbsd-src/sys/arch/ia64/acpi/ |
H A D | madt.c | 128 int t, tables; in ia64_probe_sapics() local 137 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - in ia64_probe_sapics() 140 for (t = 0; t < tables; t++) { in ia64_probe_sapics() 228 int cpus, t, tables; in ia64_count_cpus() local 236 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - in ia64_count_cpus() 241 for (t = 0; t < tables; t++) { in ia64_count_cpus()
|
/netbsd-src/sys/arch/macppc/stand/ |
H A D | Makefile.inc | 5 CFLAGS_UNWIND.gcc= -fno-unwind-tables -fno-asynchronous-unwind-tables 6 CFLAGS_UNWIND.clang= -fno-unwind-tables
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
H A D | t-crtstuff | 1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, 4 CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables 5 CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
H A D | t-crtstuff | 1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, 4 CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables 5 CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilegx/ |
H A D | t-crtstuff | 1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, 4 CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables 5 CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilegx/ |
H A D | t-crtstuff | 1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, 4 CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables 5 CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|