Home
last modified time | relevance | path

Searched refs:ngood (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dmem.c227 ulong addr1, addr2, count, ngood, bytes; in do_mem_cmp() local
260 for (ngood = 0; ngood < count; ++ngood) { in do_mem_cmp()
296 if ((ngood % (64 << 10)) == 0) in do_mem_cmp()
302 printf("Total of %ld %s(s) were the same\n", ngood, type); in do_mem_cmp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c937 unsigned ngood = 0; in efx_ptp_process_times() local
984 ngood++; in efx_ptp_process_times()
989 if (ngood == 0) { in efx_ptp_process_times()