Searched refs:tdb (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dhtmxlintrin.h245 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
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...]
H A Dhtmintrin.h176 #define __builtin_tbegin_retry(tdb, retry) \
177 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
179 __builtin_tbegin_retry_tdb(tdb, retry))
205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
206 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
208 __builtin_tbegin_retry_nofloat_tdb(tdb, retry))
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1251 /* Update an in-kernel tdb. Silently fail if no tdb is found. */
1255 struct tdb *tdb; local
1264 tdb = gettdb(pt->spi, &pt->dst, pt->sproto);
1265 if (tdb) {
1270 if (pt->rpl < tdb->tdb_rpl ||
1271 pt->cur_bytes < tdb->tdb_cur_bytes) {
1275 tdb->tdb_rpl = pt->rpl;
1276 tdb
[all...]
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in4123 ${QMTEST} -D ${QMTEST_DIR} create-tdb \

Completed in 70 milliseconds