Searched refs:tb (Results 1 - 25 of 65) sorted by path

123

/freebsd-11-stable/contrib/apr-util/test/
H A Dtestbuckets.c41 apr_bucket *fb, *tb; local
59 tb = apr_bucket_transient_create("aaa", 3, ba);
60 APR_BUCKET_INSERT_BEFORE(fb, tb);
63 APR_BUCKET_PREV(fb) == tb);
65 APR_BUCKET_NEXT(tb) == fb);
67 APR_BUCKET_PREV(tb) == APR_BRIGADE_SENTINEL(bb));
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure18579 tb=
18590 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
18591 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
18592 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
18593 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
18594 aout_arm_little_vec) tb
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Drename.c105 struct utimbuf tb; local
107 tb.actime = statbuf->st_atime;
108 tb.modtime = statbuf->st_mtime;
109 result = utime (destination, &tb);
112 long tb[2]; local
114 tb[0] = statbuf->st_atime;
115 tb[1] = statbuf->st_mtime;
116 result = utime (destination, tb);
H A Dresbin.c1249 static rc_uint_type res_to_bin_toolbar (windres_bfd *, rc_uint_type, rc_toolbar *tb);
1921 res_to_bin_toolbar (windres_bfd *wrbfd, rc_uint_type off, rc_toolbar *tb)
1926 windres_put_32 (wrbfd, bt.button_width, tb->button_width);
1927 windres_put_32 (wrbfd, bt.button_height, tb->button_height);
1928 windres_put_32 (wrbfd, bt.nitems, tb->nitems);
1930 if (tb->nitems > 0)
1936 ids = (bfd_byte *) reswr_alloc (tb->nitems * 4);
1937 it=tb->items;
1947 off += BIN_TOOLBAR_SIZE + tb->nitems * 4;
1920 res_to_bin_toolbar(windres_bfd *wrbfd, rc_uint_type off, rc_toolbar *tb) argument
H A Dresrc.c2701 write_rc_toolbar (FILE *e, const rc_toolbar *tb)
2706 it = tb->items;
2698 write_rc_toolbar(FILE *e, const rc_toolbar *tb) argument
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c140 struct tm *tb = NULL; local
143 tb = localtime (&st->st_mtime);
144 if (tb)
146 char *str = asctime (tb);
228 struct tm *tb = NULL; local
236 tb = localtime (&tt);
238 if (tb)
243 monthnames[tb->tm_mon], tb->tm_mday,
244 tb
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote.c2874 char tb[2];
2876 tb[0] = c;
2877 tb[1] = 0;
2878 fputs_unfiltered (tb, gdb_stdtarg);
2866 char tb[2]; local
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4808 8v0vv/3tb//xn/pvv/3D/mX//UVQEXJbpCwJPW8Spw/yIm2ugWXlcyFRtbLXJ3H8
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbase.c213 heim_tid_t ta, tb; local
217 tb = heim_get_tid(b);
219 if (ta != tb)
220 return ta - tb;
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c398 time_t *tb = (time_t *)b; local
400 return *tb - *ta;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2072 struct timeb tb;
2073 ftime(&tb);
2074 t->tv_sec = (long)tb.time;
2075 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c314 BN_ULONG ta = (a), tb = (b); \
316 BN_UMULT_LOHI(lo,hi,ta,tb); \
322 BN_ULONG ta = (a), tb = (b); \
324 BN_UMULT_LOHI(lo,hi,ta,tb); \
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c537 BN_ULONG ta = (a), tb = (b); \
539 BN_UMULT_LOHI(lo,hi,ta,tb); \
545 BN_ULONG ta = (a), tb = (b); \
547 BN_UMULT_LOHI(lo,hi,ta,tb); \
571 BN_ULONG ta = (a), tb = (b); \
572 BN_ULONG lo = ta * tb; \
573 BN_ULONG hi = BN_UMULT_HIGH(ta,tb); \
579 BN_ULONG ta = (a), tb = (b), tt; \
580 BN_ULONG lo = ta * tb; \
581 BN_ULONG hi = BN_UMULT_HIGH(ta,tb); \
[all...]
H A Dbn_mod.c246 BN_ULONG borrow, carry, ta, tb, mask, *rp; local
261 tb = bp[bi] & mask;
262 rp[i] = ta - tb - borrow;
263 if (ta != tb)
264 borrow = (ta < tb);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c548 struct timeb tb;
549 ftime(&tb);
550 t->tv_sec = (long)tb.time;
551 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c235 struct target_ops *tb; local
240 tb = find_target_beneath(&kgdb_trgt_ops);
241 if (tb->to_find_new_threads != NULL)
242 tb->to_find_new_threads();
264 struct target_ops *tb; local
274 tb = find_target_beneath(target);
275 return (tb->to_xfer_memory(memaddr, myaddr, len, write, attrib, tb));
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c282 struct stat sb, tb; local
285 stat(t, &tb) == 0 &&
286 same_file(sb, tb, 0)
/freebsd-11-stable/lib/libc/nameser/
H A Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
203 ns_makecanon(b, tb, sizeof tb) < 0)
205 if (strcasecmp(ta, tb) == 0)
/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c122 static char tb[2]; local
156 tb[0] = c;
157 tb[1] = 0;
158 tval = tb;
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c549 char ta, tb; local
556 tb = *b;
557 if (ta != tb)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.c66 stringtable *tb = &G(L)->strt; local
69 if (newsize > tb->size) {
70 luaM_reallocvector(L, tb->hash, tb->size, newsize, GCObject *);
71 for (i = tb->size; i < newsize; i++) tb->hash[i] = NULL;
74 for (i=0; i<tb->size; i++) {
75 GCObject *p = tb->hash[i];
76 tb->hash[i] = NULL;
80 gch(p)->next = tb
119 stringtable *tb = &G(L)->strt; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c401 sa_lot_t *tb, *findtb; local
406 tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
407 tb->lot_attr_count = attr_count;
408 tb->lot_attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
410 bcopy(attrs, tb->lot_attrs, sizeof (sa_attr_type_t) * attr_count);
411 tb->lot_num = lot_num;
412 tb->lot_hash = hash;
413 tb->lot_instance = 0;
430 list_create(&tb->lot_idx_tab, sizeof (sa_idx_tab_t),
434 if (sa->sa_attr_table[tb
457 sa_lot_t *tb, tbsearch; local
829 sa_attr_table_t *tb; local
989 sa_attr_type_t *tb; local
1163 sa_lot_t *tb = tab; local
1486 sa_lot_t *tb, search; local
1566 sa_attr_table_t *tb = sa->sa_attr_table; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h268 #define SA_HDR_SIZE_MATCH_LAYOUT(hdr, tb) \
270 (tb->lot_var_sizes > 1 ? P2ROUNDUP((tb->lot_var_sizes - 1) * \
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1235 T3_TRACE1(adap->tb[q->cntxt_id & 7], "doorbell Tx, cntxt %d",
2128 T3_TRACE2(sc->tb[q->cntxt_id & 7],
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c1505 struct et_txbuf *tb; local
1511 tb = &tbd->tbd_buf[i];
1512 if (tb->tb_mbuf != NULL) {
1513 bus_dmamap_sync(sc->sc_tx_tag, tb->tb_dmap,
1515 bus_dmamap_unload(sc->sc_mbuf_dtag, tb->tb_dmap);
1516 m_freem(tb->tb_mbuf);
1517 tb->tb_mbuf = NULL;
2257 struct et_txbuf *tb; local
2283 tb = &tbd->tbd_buf[tbd->tbd_start_index];
2284 if (tb
[all...]

Completed in 377 milliseconds

123