Searched refs:fetched (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c156 int fetched; local
160 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
162 *mod = (fetched >> 6) & 0x03;
163 *regh = (fetched >> 3) & 0x07;
164 *regl = (fetched >> 0) & 0x07;
179 u8 fetched; local
183 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
185 return fetched;
200 u16 fetched; local
204 fetched
222 u32 fetched; local
[all...]
/u-boot/tools/binman/
H A Dbintool_test.py155 self.assertEqual('Tools fetched: 1: _testing', lines[-2])
227 fetched = [line for line in lines if 'Tools fetched:' in line].pop()
229 self.assertIn(f'{num_tools - 1}: ', fetched)

Completed in 97 milliseconds