/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | bindings.c | 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */ 10 extern double printd(double X) { function
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | bindings.c | 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */ 10 extern double printd(double X) { function
|
/external/pdfium/fpdfsdk/include/javascript/ |
H A D | util.h | 21 FX_BOOL printd(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError); 28 static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPurpose); 41 JS_STATIC_METHOD(printd, util);
|
/external/toybox/kconfig/ |
H A D | zconf.tab.c_shipped | 160 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) 1476 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1484 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1494 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1506 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1514 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1524 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 1534 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 1544 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 1552 printd(DEBUG_PARS [all...] |
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | util.cpp | 41 JS_STATIC_METHOD_ENTRY(printd) 205 FX_BOOL util::printd(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError) function in class:util 373 void util::printd(const std::wstring &cFormat2, CJS_Date jsDate, bool bXFAPicture, std::wstring &cPurpose) function in class:util
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 990 /// printd - printf that takes a double prints it as "%f\n", returning 0. 991 extern "C" double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 1163 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1164 extern "C" double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 1398 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1399 extern "C" double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1106 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1108 double printd(double X) { function
|
H A D | toy.cpp | 1474 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1476 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1331 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1333 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 1088 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1090 double printd(double X) { function
|
H A D | toy.cpp | 1372 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1374 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1547 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1549 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
H A D | toy.cpp | 1397 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1399 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
H A D | toy.cpp | 1295 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1297 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
H A D | toy.cpp | 1299 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1301 double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
H A D | toy.cpp | 1330 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1332 double printd(double X) { function
|