Searched defs:offsets (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/arch/xtensa/core/ | 
| D | gen_vectors.py | 63 offsets = {}  variable
 | 
| /Zephyr-latest/subsys/fs/ext2/ | 
| D | ext2_diskops.c | 458 	uint32_t offsets[MAX_OFFSETS_SIZE];  in ext2_fetch_inode_block()  local479 static bool all_zero(const uint32_t *offsets, int lvl)  in all_zero()
 498 		const uint32_t *offsets)  in delete_blocks()
 667 	uint32_t offsets[4];  in ext2_inode_remove_blocks()  local
 
 | 
| D | ext2_struct.h | 181 	uint32_t offsets[4];       /* offsets describing path to fetched block */  member
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ | 
| D | main.c | 372 	uint16_t interval_min, interval_max, latency, timeout, *offsets;  in ZTEST()  local
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ | 
| D | main.c | 173 bool ull_handle_cpr_anchor_point_move(struct ll_conn *conn, uint16_t *offsets, uint8_t *status)  in ull_handle_cpr_anchor_point_move()2862 	uint16_t offsets[6] = {  in ZTEST()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_llcp.c | 980 			   uint16_t latency, uint16_t timeout, uint16_t *offsets)  in ull_cp_conn_update()1201 void ull_cp_remote_cpr_apm_reply(struct ll_conn *conn, uint16_t *offsets)  in ull_cp_remote_cpr_apm_reply()
 
 | 
| D | ull_llcp_internal.h | 243 			uint16_t offsets[6];  member
 | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_beacon.c | 469 static void corrupted_beacon_test(const uint8_t *offsets,  in corrupted_beacon_test()
 |