Home
last modified time | relevance | path

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

/components/libc/compilers/common/
A Dcwchar.c23 int mid; in bisearch() local
32 mid = (min + max) / 2; in bisearch()
33 if (ucs > table[mid].last) in bisearch()
35 min = mid + 1; in bisearch()
37 else if (ucs < table[mid].first) in bisearch()
39 max = mid - 1; in bisearch()
/components/drivers/include/drivers/
A Dmmcsd_card.h26 rt_uint8_t mid; /* ManufacturerID */ member

Completed in 5 milliseconds