Home
last modified time | relevance | path

Searched refs:FILL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c207 #define FILL 0xAA macro
251 (void)memset(buf->user_data, FILL, buf->user_data_size); in test_central_main()
279 if (buf->user_data[i] == FILL) { in test_central_main()
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld16 FILL(0x00);
DCMakeLists.txt87 # note that the pattern will affect empty spaces created after FILL(0x00).