Searched refs:bf (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/ |
D | binary_function.pass.cpp | 19 typedef std::binary_function<int, short, bool> bf; in main() typedef 20 static_assert((std::is_same<bf::first_argument_type, int>::value), ""); in main() 21 static_assert((std::is_same<bf::second_argument_type, short>::value), ""); in main() 22 static_assert((std::is_same<bf::result_type, bool>::value), ""); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | strcache.c | 192 int bf = sp->bytesfree; in strcache_print_stats() local 193 int sz = (sp->end - sp->buffer) + bf; in strcache_print_stats() 202 totfree += bf; in strcache_print_stats() 203 maxfree = (bf > maxfree ? bf : maxfree); in strcache_print_stats() 204 minfree = (bf < minfree ? bf : minfree); in strcache_print_stats()
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 1643 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} 1648 \def\rmisbold{\rm\def\curfontstyle{bf}} 2005 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} 2136 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} 2535 \def\b#1{{\bf #1}} 3690 \global\everytab={\bf}% can't use \headitemfont since the parsing differs 4233 \definedummyword\bf 4475 \indexdummies % Must do this here, since \bf, etc expand at this stage 5789 \let\rm=\shortcontrm \let\bf=\shortcontbf 6279 {\bf #1: }% [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1462 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} 1541 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} 1786 \def\b#1{{\bf #1}} 2786 \def\headitem{\checkenv\multitable \crcr \global\everytab={\bf}\the\everytab}% 3296 \definedummyword\bf 3514 \indexdummies % Must do this here, since \bf, etc expand at this stage 4680 \let\rm=\shortcontrm \let\bf=\shortcontbf 5136 {\bf #1: }% 5576 \def\amprm#1 {\ampseentrue{\bf\ }} 5596 \def\bfafterword#1 {#1 \bf} [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 381 virtual bool getFunctionName(char *bf, size_t ln, unw_word_t *off) = 0;
|