HomeSort by: relevance | last modified time | path
    Searched defs:tdb (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
htmxlintrin.h 50 __TM_begin (void* const tdb)
52 return __builtin_tbegin_nofloat (tdb);
83 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
88 if (tdb->format != 1)
90 return tdb->nesting_depth;
98 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
100 if (tdb->format != 1)
103 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
109 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
111 if (tdb->format != 1
125 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
135 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
145 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
153 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
169 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
180 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
htmxlintrin.h 245 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
250 if (tdb->format != 1)
252 return tdb->nesting_depth;
260 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
262 if (tdb->format != 1)
265 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
271 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
273 if (tdb->format != 1)
276 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE)
278 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE
287 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
297 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
307 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
331 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
338 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; local
    [all...]
  /src/external/bsd/ppp/usr.sbin/pppd/
tdb.c 1 /* NetBSD: tdb.c,v 1.7 2013/10/19 17:16:38 christos Exp */
24 __RCSID("NetBSD: tdb.c,v 1.7 2013/10/19 17:16:38 christos Exp ");
35 #include "tdb.h"
55 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
93 static int tdb_brlock(TDB_CONTEXT *tdb, tdb_off offset,
101 if (tdb->fd == -1) return 0; /* for in memory tdb */
103 if (tdb->read_only) return -1;
111 if (fcntl(tdb->fd, lck_type, &fl) != 0) {
118 tdb->ecode = TDB_ERR_LOCK
1127 TDB_CONTEXT tdb, *ret; local
    [all...]
  /src/sys/dev/ic/
rtw.c 1157 rtw_txdesc_blk_init_all(struct rtw_txdesc_blk *tdb)
1185 tdb[pri].tdb_nfree = nfree[pri];
1186 tdb[pri].tdb_next = 0;
1239 rtw_txdescs_sync(struct rtw_txdesc_blk *tdb, u_int desc0, u_int nsync, int ops)
1242 if (desc0 + nsync > tdb->tdb_ndesc) {
1243 bus_dmamap_sync(tdb->tdb_dmat, tdb->tdb_dmamap,
1244 tdb->tdb_ofs + sizeof(struct rtw_txdesc) * desc0,
1245 sizeof(struct rtw_txdesc) * (tdb->tdb_ndesc - desc0),
1247 nsync -= (tdb->tdb_ndesc - desc0)
1751 struct rtw_txdesc_blk *tdb; local
1843 struct rtw_txdesc_blk *tdb; local
1866 struct rtw_txdesc_blk *tdb = &sc->sc_txdesc_blk[RTW_TXPRIBCN]; local
1929 struct rtw_txdesc_blk *tdb; local
1963 struct rtw_txdesc_blk *tdb; local
2043 struct rtw_txdesc_blk *tdb; local
2071 struct rtw_txdesc_blk *tdb; local
3079 struct rtw_txdesc_blk *tdb; local
3315 struct rtw_txdesc_blk *tdb = NULL; \/* XXX: GCC *\/ local
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 966 PXE_UINT32 tdb; member in struct:pxe_device::__anon6058

Completed in 43 milliseconds