Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 11 of 11) sorted by relevance

/btstack/chipset/cinnamon/
H A Dhopping.c44 assert( c != NULL ); in hopping_init()
50 assert( c != NULL ); in hopping_set_channel_map()
51 assert( chm != NULL ); in hopping_set_channel_map()
71 assert( c != NULL ); in hopping_csa1_set_hop_increment()
77 assert( c != NULL ); in hopping_csa1_get_next_channel()
89 assert( c != NULL ); in hopping_csa2_set_access_address()
107 assert( c != NULL ); in hopping_csa2_prn_e()
122 assert( c != NULL ); in hopping_csa2_get_channel_for_counter()
/btstack/3rd-party/lc3-google/include/
H A Dlc3_cpp.h176 assert(pcm_ptr % alignof(int16_t) == 0); in Encode()
181 assert(pcm_ptr % alignof(int32_t) == 0); in Encode()
190 assert(pcm_ptr % alignof(float) == 0); in Encode()
285 assert(pcm_ptr % alignof(int16_t) == 0); in Decode()
290 assert(pcm_ptr % alignof(int32_t) == 0); in Decode()
299 assert(pcm_ptr % alignof(float) == 0); in Decode()
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Ddebug.h61 #define assert(expr) { \ macro
68 #define assert(expr) macro
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_entry.c356 assert(FSP_SUCCESS == err); in R_BSP_WarmStart()
359 assert(FSP_SUCCESS == err); in R_BSP_WarmStart()
365 assert(FSP_SUCCESS == err); in R_BSP_WarmStart()
/btstack/tool/misc/
H A Dreplace_sprintf.cocci1 // Replace sprintf with snprintf and assert trailing '\0'
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/
H A Dbsp_common.h100 #define SSP_ASSERT(a) {assert(a);}
/btstack/src/
H A Dbtstack_debug.h78 #define btstack_assert(condition) assert(condition)
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_common.h101 #define FSP_ASSERT(a) {assert(a);}
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Deap.c738 assert(ts != NULL); in eap_send_request()
763 assert(ts != NULL); in eap_send_request()
773 assert(ts != NULL); in eap_send_request()
1912 assert(ts != NULL); in eap_response()
1937 assert(ts != NULL); in eap_response()
/btstack/
H A DCHANGELOG.md453 - POSIX TLV: use max value size of 2048, assert in store function if value size is larger
784 - Broadcom/Cypress: wait 300 ms after PatchRAM update in hci.c to assert Controller is ready
798 - chipset: assert hci packet buffers are suitable for firmware upload or patches (atwilc3000,bcm,cc…
885 - L2CAP ERTM: assert that packet can be stored in fragment buffers in ertm
/btstack/3rd-party/lwip/core/
H A DCHANGELOG896 assert-fail): improved some pbuf_header calls to not assert-fail.
1142 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
2255 conditional code to assert where applicable), check pbuf length before
3325 data packet was lost): add assert that all segment lists are empty in
3375 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
3767 cases just assert if it fails as I'm not sure how to fix them, but