Home
last modified time | relevance | path

Searched defs:bt (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_backtrace.h34 #define GET_BACKTRACE(bt, depth) \ argument
Dmalloc_debug_check.cpp82 uintptr_t bt[MAX_BACKTRACE_DEPTH]; member
412 uintptr_t bt[MAX_BACKTRACE_DEPTH]; in chk_free() local
462 uintptr_t bt[MAX_BACKTRACE_DEPTH]; in chk_realloc() local
Dsystem_properties.cpp311 prop_bt* bt = new(p) prop_bt(name, namelen); in new_prop_bt() local
369 static prop_bt *find_prop_bt(prop_bt *const bt, const char *name, in find_prop_bt()
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h744 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) argument
745 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt)) argument
746 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… argument
747 #define V4L2_DV_BT_FRAME_HEIGHT(bt) ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt)) argument
752 struct v4l2_bt_timings bt; member
791 struct v4l2_bt_timings_cap bt; member