/external/libppp/src/ |
defs.h | 135 extern const char *NumStr(long, char *, size_t);
|
route.c | 240 return NumStr(idx, NULL, 0); 243 return NumStr(idx, NULL, 0); 246 return NumStr(idx, NULL, 0); 274 return NumStr(idx, NULL, 0); 309 return NumStr(idx, NULL, 0);
|
defs.c | 341 NumStr(long val, char *buf, size_t sz)
|
radius.c | 129 return NumStr(policy, NULL, 0); 143 return NumStr(types, NULL, 0); [all...] |
ipv6cp.c | 656 return NumStr(proto, NULL, 0);
|
ipcp.c | 157 return NumStr(proto, NULL, 0); [all...] |
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 45 std::string NumStr; 47 NumStr += LastChar; 51 NumVal = strtod(NumStr.c_str(), 0);
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 50 std::string NumStr; 52 NumStr += LastChar; 56 NumVal = strtod(NumStr.c_str(), 0);
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 57 std::string NumStr; 59 NumStr += LastChar; 63 NumVal = strtod(NumStr.c_str(), 0);
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 66 std::string NumStr; 68 NumStr += LastChar; 72 NumVal = strtod(NumStr.c_str(), 0);
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 71 std::string NumStr; 73 NumStr += LastChar; 77 NumVal = strtod(NumStr.c_str(), 0);
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 75 std::string NumStr; 77 NumStr += LastChar; 81 NumVal = strtod(NumStr.c_str(), 0); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 93 std::string NumStr; 95 NumStr += LastChar; 99 NumVal = strtod(NumStr.c_str(), 0); [all...] |
toy.cpp | 99 std::string NumStr; 101 NumStr += LastChar; 105 NumVal = strtod(NumStr.c_str(), 0); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 76 std::string NumStr; 78 NumStr += LastChar; 82 NumVal = strtod(NumStr.c_str(), 0); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 78 std::string NumStr; 80 NumStr += LastChar; 84 NumVal = strtod(NumStr.c_str(), 0); [all...] |
toy.cpp | 78 std::string NumStr; 80 NumStr += LastChar; 84 NumVal = strtod(NumStr.c_str(), 0); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 123 std::string NumStr; 125 NumStr += LastChar; 129 NumVal = strtod(NumStr.c_str(), 0); [all...] |