Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 25 of 59) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dconfigure.in555 tb=
566 a29kcoff_big_vec) tb="$tb coff-a29k.lo cofflink.lo" ;;
567 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
568 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
569 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
570 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
571 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
572 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
573 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
574 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
[all …]
Dconfigure26138 tb=
26149 a29kcoff_big_vec) tb="$tb coff-a29k.lo cofflink.lo" ;;
26150 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
26151 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
26152 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
26153 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
26154 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
26155 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
26156 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
26157 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/t/
Dreset.t18 my $tb = Test::Builder->new;
19 $tb->plan(tests => 14);
20 $tb->level(0);
23 $tb->ok(1, "Running a test to alter TB's state");
27 $tb->output($tmpfile);
28 $tb->failure_output($tmpfile);
29 $tb->todo_output($tmpfile);
33 $tb->ok(0, "And a failure for fun");
37 $tb->exported_to('Foofer');
39 $tb->use_numbers(0);
[all …]
Dundef.t77 my $tb = Test::More->builder;
81 my $old_fail = $tb->failure_output;
82 $tb->failure_output(\*CATCH);
84 $tb->failure_output($old_fail);
90 $tb->maybe_regex(undef);
Dfail-more.t51 my $tb = Test::More->builder;
52 $tb->use_numbers(0);
/mirbsd/src/gnu/usr.bin/perl/x2p/
Dhash.c20 hfetch(register HASH *tb, char *key) in hfetch() argument
27 if (!tb) in hfetch()
34 entry = tb->tbl_array[hash & tb->tbl_max]; in hfetch()
46 hstore(register HASH *tb, char *key, STR *val) in hstore() argument
54 if (!tb) in hstore()
62 oentry = &(tb->tbl_array[hash & tb->tbl_max]); in hstore()
85 tb->tbl_fill++; in hstore()
86 if ((tb->tbl_fill * 100 / (tb->tbl_max + 1)) > FILLPCT) in hstore()
87 hsplit(tb); in hstore()
94 hsplit(HASH *tb) in hsplit() argument
[all …]
Dhash.h43 STR * hfetch ( HASH *tb, char *key );
44 int hiterinit ( HASH *tb );
46 void hsplit ( HASH *tb );
47 bool hstore ( HASH *tb, char *key, STR *val );
/mirbsd/src/gnu/usr.bin/perl/lib/Test/
DMore.pm160 my $tb = Test::More->builder;
162 $tb->plan(@_);
261 my $tb = Test::More->builder;
263 $tb->ok($test, $name);
327 my $tb = Test::More->builder;
329 $tb->is_eq(@_);
333 my $tb = Test::More->builder;
335 $tb->isnt_eq(@_);
428 my $tb = Test::More->builder;
430 $tb->cmp_ok(@_);
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dtimers.c57 addtimer(ta, tb) in addtimer() argument
59 TIMER *tb;
61 tb->ti_wall_sec += ta->ti_wall_sec;
62 tb->ti_wall_usec += ta->ti_wall_usec;
63 if (tb->ti_wall_usec > 1000000)
65 tb->ti_wall_sec++;
66 tb->ti_wall_usec -= 1000000;
68 tb->ti_cpu_sec += ta->ti_cpu_sec;
69 tb->ti_cpu_usec += ta->ti_cpu_usec;
70 if (tb->ti_cpu_usec > 1000000)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drename.c104 struct utimbuf tb; in set_times() local
106 tb.actime = statbuf->st_atime; in set_times()
107 tb.modtime = statbuf->st_mtime; in set_times()
108 result = utime (destination, &tb); in set_times()
111 long tb[2]; in set_times()
113 tb[0] = statbuf->st_atime; in set_times()
114 tb[1] = statbuf->st_mtime; in set_times()
115 result = utime (destination, tb); in set_times()
/mirbsd/src/usr.bin/oldroff/refer/
Drefer7.c104 char tb[20]; in dumpold() local
105 char *s = tb; in dumpold()
110 newr[atoi(tb)] = nr; in dumpold()
113 "nr %d assigned to atoi(tb) %d\n",nr,atoi(tb)); in dumpold()
146 char tb[10]; local
147 char *s = tb;
156 finalrn = newr[atoi(tb)];
158 finalrn = atoi(tb);
/mirbsd/src/sys/kern/
Dtty_tb.c98 struct tb { struct
105 } tb[NTB]; variable
124 register struct tb *tbp;
129 for (tbp = tb; tbp < &tb[NTB]; tbp++)
132 if (tbp >= &tb[NTB])
164 struct tb *tbp = (struct tb *)tp->t_sc;
189 struct tb *tbp = (struct tb *)tp->t_sc;
336 register struct tb *tbp = (struct tb *)tp->t_sc;
/mirbsd/src/sys/dev/ata/
Data.c67 char tb[ATAPARAMS_SIZE]; in ata_get_params() local
75 bzero(tb, sizeof(tb)); in ata_get_params()
95 wdc_c.data = tb; in ata_get_params()
121 swap16_multi((u_int16_t *)tb, 10); in ata_get_params()
122 swap16_multi((u_int16_t *)tb + 20, 3); in ata_get_params()
123 swap16_multi((u_int16_t *)tb + 47, ATAPARAMS_SIZE / 2 - 47); in ata_get_params()
126 bcopy(tb, prms, sizeof(struct ataparams)); in ata_get_params()
/mirbsd/src/sys/altq/
Daltq_cdnr.c532 tb_import_profile(tb, profile) in tb_import_profile() argument
533 struct tbe *tb; in tb_import_profile()
536 tb->rate = TB_SCALE(profile->rate / 8) / machclk_freq;
537 tb->depth = TB_SCALE(profile->depth);
538 if (tb->rate > 0)
539 tb->filluptime = tb->depth / tb->rate;
541 tb->filluptime = 0xffffffffffffffffLL;
542 tb->token = tb->depth;
543 tb->last = read_machclk();
565 tb_import_profile(&tbm->tb, profile);
[all …]
/mirbsd/src/lib/libcitrus_iconv/test/
Diconv_test.c29 unsigned char tb[512], ntb[512]; variable
103 ds = sizeof (tb); in main()
105 dp = tb; in main()
112 for (sp = tb; sp <= dp; ++sp) in main()
115 printf("\nString (avec): %s\n", tb); in main()
/mirbsd/src/etc/etc.i386/
Ddisktab64 :pb#13824:ob#13824:tb=swap: \
71 :pb#13260:ob#13260:tb=swap: \
78 :pb#15748:ob#15748:tb=swap:\
85 :pb#12144:ob#12144:tb=swap: \
99 :pb#24288:ob#15840:tb=swap: \
108 :pb#21600:ob#21600:tb=swap: \
116 :pb#42000:ob#21000:tb=swap: \
124 :pb#80640:ob#20160:tb=swap: \
134 :pb#40320:ob#102816:tb=swap: \
/mirbsd/src/lib/libevent/
Devutil.c224 struct _timeb tb; in evutil_gettimeofday() local
229 _ftime(&tb); in evutil_gettimeofday()
230 tv->tv_sec = (long) tb.time; in evutil_gettimeofday()
231 tv->tv_usec = ((int) tb.millitm) * 1000; in evutil_gettimeofday()
/mirbsd/src/sbin/dhclient/
Dconflex.c118 static char tb[2]; in get_token() local
152 tb[0] = c; in get_token()
153 tb[1] = 0; in get_token()
154 tval = tb; in get_token()
/mirbsd/src/usr.sbin/dhcpd/
Dconflex.c119 static char tb[2]; in get_token() local
153 tb[0] = c; in get_token()
154 tb[1] = 0; in get_token()
155 tval = tb; in get_token()
/mirbsd/src/gnu/usr.bin/cvs/src/
Dsubr.c1402 struct cmdline_bindings *tb; in format_cmdline() local
1417 tb = xmalloc(sizeof(struct cmdline_bindings)); in format_cmdline()
1420 tb->data = b->data; in format_cmdline()
1424 tb->data = xstrdup(b->data); in format_cmdline()
1426 tb->conversion = b->conversion; in format_cmdline()
1427 tb->convproc = b->convproc; in format_cmdline()
1428 tb->closure = b->closure; in format_cmdline()
1433 tb = b; in format_cmdline()
1439 p->data = tb; in format_cmdline()
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dx86_64-gcc.c267 BN_ULONG ta=(a),tb=(b); \
268 t1 = ta * tb; \
269 t2 = BN_UMULT_HIGH(ta,tb); \
275 BN_ULONG ta=(a),tb=(b),t0; \
276 t1 = BN_UMULT_HIGH(ta,tb); \
277 t0 = ta * tb; \
/mirbsd/src/usr.bin/oldroff/tbl/
DMakefile5 SRCS= t0.c t1.c t2.c t3.c t4.c t5.c t6.c t7.c t8.c t9.c tb.c tc.c te.c \
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTAlert.c259 struct timeb tb; in HTReadProgress() local
261 ftime(&tb); in HTReadProgress()
262 now = tb.time + (double) tb.millitm / 1000; in HTReadProgress()
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Daix.sc24 *(.tb)
/mirbsd/src/lib/libssl/src/crypto/bn/
Dbn_asm.c465 BN_ULONG ta=(a),tb=(b); \
466 t1 = ta * tb; \
467 t2 = BN_UMULT_HIGH(ta,tb); \
473 BN_ULONG ta=(a),tb=(b),t0; \
474 t1 = BN_UMULT_HIGH(ta,tb); \
475 t0 = ta * tb; \

123