Searched refs:SegSize (Results 1 – 1 of 1) sorted by relevance
2475 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_start_abs_download() local2535 if (DlByteCount > SegSize) { in emlxs_start_abs_download()2536 DlCount = SegSize; in emlxs_start_abs_download()3163 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_start_rel_download() local3214 if (DlByteCount > SegSize) { in emlxs_start_rel_download()3215 DlCount = SegSize; in emlxs_start_rel_download()5161 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_proc_abs_2mb() local5271 if (DlByteCount >= SegSize) in emlxs_proc_abs_2mb()5272 DlCount = SegSize; in emlxs_proc_abs_2mb()