Searched defs:bt (Results 1 – 4 of 4) sorted by relevance
34 #define GET_BACKTRACE(bt, depth) \ argument
82 uintptr_t bt[MAX_BACKTRACE_DEPTH]; member412 uintptr_t bt[MAX_BACKTRACE_DEPTH]; in chk_free() local462 uintptr_t bt[MAX_BACKTRACE_DEPTH]; in chk_realloc() local
311 prop_bt* bt = new(p) prop_bt(name, namelen); in new_prop_bt() local369 static prop_bt *find_prop_bt(prop_bt *const bt, const char *name, in find_prop_bt()
744 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) argument745 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt)) argument746 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… argument747 #define V4L2_DV_BT_FRAME_HEIGHT(bt) ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt)) argument752 struct v4l2_bt_timings bt; member791 struct v4l2_bt_timings_cap bt; member