Searched refs:max_offset (Results 1 – 3 of 3) sorted by relevance
31 max_offset = section['size']34 if offset < 0 or offset >= max_offset:39 while (offset < max_offset) and (data[offset] != 0):
461 uint8_t *max_offset, uint8_t sig_offset) in count_mod_ext() argument479 if (max_offset) { in count_mod_ext()480 memcpy(max_offset, &offset_record, sizeof(uint8_t)); in count_mod_ext()510 int8_t max_offset; in prep_model_item_header() local512 ext_mod_cnt = count_mod_ext(mod, &max_offset, sig_offset); in prep_model_item_header()517 max_offset > 3 || in prep_model_item_header()518 max_offset < -4) { in prep_model_item_header()
1477 uint32_t max_offset = OFFS_ADJUST_US + OFFSET_BASE_MAX_VALUE * OFFS_UNIT_300_US; local1479 if (offset_us > max_offset) {1486 conn_event_offset = DIV_ROUND_UP(offset_us - max_offset, conn_interval_us);