Searched refs:B_AT_LONG (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/btrace/ |
| D | btrace.c | 1072 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 …]
|
| D | map.c | 120 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()
|
| D | bt_parse.y | 60 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()
|
| D | bt_parser.h | 126 B_AT_LONG, /* Number (integer) */ enumerator
|