Searched refs:need (Results 1 – 5 of 5) sorted by relevance
336 size_t need(it->size()); // number of bytes needed for format in format() local342 if (bufPtr + need <= eob) { in format()343 if (need == sizeof(uint64_t)) { in format()354 if (bufPtr + need <= eob) { in format()380 for (need = 1; str <= eob && *str; ++str, ++need) in format()400 if (bufPtr + need <= eob) { in format()413 if ((bufPtr + need) > eob) { in format()427 bufPtr += need; in format()
153 used for comparison. Without a mask, all bits need to match.167 mask that defines which bits need to match with a client build version
26 # identify the project. Note that if you do not use Doxywizard you need241 # that for custom extensions you also need to set FILE_PATTERNS otherwise the589 # feature you need bibtex and perl available in the search path. Do not use865 # will need version 4.8.6 or higher.1207 # when you change the font size after a successful doxygen run you need1216 # Note that when changing this option you need to delete any form_*.png files1225 # output. When enabled you may also need to install MathJax separately and1237 # When MathJax is enabled you need to specify the location relative to the1715 # the font name using DOT_FONTNAME. You need to make sure dot is able to find1816 # If left blank png will be used. If you choose svg you need to set[all …]
61 state may need locking inside its hook functions to protect state data
390 * concurrently!** The hook functions need to implement locking if they566 * be used for other reasons. Setting this option creates the need to define