Searched refs:whole (Results 1 – 3 of 3) sorted by relevance
33 bool whole = true; in format_size_fixed() local58 whole = false; in format_size_fixed()63 if (whole) { in format_size_fixed()
235 uint16_t whole,fraction,value,index; in ftdi_set_baudrate() local246 ftdi_calc_dividers(&baudrate,FTDI_C_CLK,16,&whole,&fraction); in ftdi_set_baudrate()252 value = (whole & 0x3fff) | (fraction << 14); in ftdi_set_baudrate()
374 /// must use the z_index values of the present layers to configure them as if the whole
Completed in 6 milliseconds