Searched refs:rest (Results 1 – 4 of 4) sorted by relevance
14 rest = txt[colon_pos:]15 if len(rest) > 3:
9 The message box can be modal (blocking clicks on the rest of the screen) or not modal.
41 …utton under the text and it's not necessary to redraw the display under the rest of the button too.60 …e mask, keep one side of the buffer as it is (255 by default) and set the rest to 0 to indicate th…
1926 unsigned num = j / 6u, rest = j % 6u; in deflateDynamic() local1932 if(rest >= 3) { in deflateDynamic()1934 bitlen_lld_e[numcodes_lld_e++] = rest - 3; in deflateDynamic()1936 else j -= rest; in deflateDynamic()