Home
last modified time | relevance | path

Searched refs:errorCheck (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Ddell1600n_net.c689 int errorCheck = 0; in sane_start() local
721 errorCheck |= InitComBuf (&buf); in sane_start()
724 errorCheck |= InitPacket (&buf, 1); in sane_start()
725 errorCheck |= in sane_start()
729 errorCheck |= in sane_start()
735 if (errorCheck) in sane_start()
1485 int errorCheck = 0; in ProcessTcpResponse() local
1502 errorCheck |= 1; in ProcessTcpResponse()
1534 errorCheck |= InitPacket (&buf, 0x02); in ProcessTcpResponse()
1536 errorCheck | in ProcessTcpResponse()
[all...]
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp114 char *errorCheck; in ParseOptions() local
115 opts.cpuNum = strtol(optarg, &errorCheck, decimal); in ParseOptions()
116 if (*errorCheck) { in ParseOptions()
126 char *errorCheck; in ParseOptions() local
127 opts.iterNum = strtol(optarg, &errorCheck, decimal); in ParseOptions()
128 if (*errorCheck != '\0' or opts.iterNum < 0) { in ParseOptions()
186 char *errorCheck; in ResolveArgs() local
187 int converted = static_cast<int>(strtol(argstr.c_str(), &errorCheck, 10)); in ResolveArgs()
188 if (*errorCheck) { in ResolveArgs()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]

Completed in 50 milliseconds