Searched refs:assert (Results 1 – 11 of 11) sorted by relevance
44 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()
176 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()
61 #define assert(expr) { \ macro68 #define assert(expr) macro
356 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()
1 // Replace sprintf with snprintf and assert trailing '\0'
100 #define SSP_ASSERT(a) {assert(a);}
78 #define btstack_assert(condition) assert(condition)
101 #define FSP_ASSERT(a) {assert(a);}
738 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()
453 - POSIX TLV: use max value size of 2048, assert in store function if value size is larger784 - Broadcom/Cypress: wait 300 ms after PatchRAM update in hci.c to assert Controller is ready798 - 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
896 assert-fail): improved some pbuf_header calls to not assert-fail.1142 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert2255 conditional code to assert where applicable), check pbuf length before3325 data packet was lost): add assert that all segment lists are empty in3375 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can3767 cases just assert if it fails as I'm not sure how to fix them, but