Home
last modified time | relevance | path

Searched refs:B_AT_LONG (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/btrace/
Dbtrace.c1072 bval = ba_new(val, B_AT_LONG); in stmt_insert()
1077 bval = ba_new(val, B_AT_LONG); in stmt_insert()
1082 bval = ba_new(val, B_AT_LONG); in stmt_insert()
1087 bval = ba_new(val, B_AT_LONG); in stmt_insert()
1170 case B_AT_LONG: in stmt_store()
1344 case B_AT_LONG: in baeval()
1352 ba = ba_new(ba2long(bval, dtev), B_AT_LONG); in baeval()
1438 assert(brange->ba_type == B_AT_LONG); in ba2bucket()
1442 assert(brange->ba_type == B_AT_LONG); in ba2bucket()
1449 assert(brange->ba_type == B_AT_LONG); in ba2bucket()
[all …]
Dmap.c120 mep->mval = ba_new(0, B_AT_LONG); in map_get()
187 mep->mval->ba_type = B_AT_LONG; in map_zero()
220 assert(ba->ba_type == B_AT_LONG); in hist_increment()
Dbt_parse.y60 struct bt_arg g_nullba = BA_INITIALIZER(0, B_AT_LONG);
61 struct bt_arg g_maxba = BA_INITIALIZER(LONG_MAX, B_AT_LONG);
211 | NUMBER { $$ = ba_new($1, B_AT_LONG); }
284 return ba_new(val, B_AT_LONG);
296 return ba_new((long) nargs, B_AT_LONG); in get_nargs()
701 if (ba->ba_type != B_AT_LONG) in bh_inc()
Dbt_parser.h126 B_AT_LONG, /* Number (integer) */ enumerator