Searched refs:implementer (Results 1 – 14 of 14) sorted by relevance
587 char* implementer = cpu_info.ExtractField("CPU implementer"); in CPU() local588 if (implementer != nullptr) { in CPU()590 implementer_ = strtol(implementer, &end, 0); in CPU()591 if (end == implementer) { in CPU()594 delete[] implementer; in CPU()
46 int implementer() const { return implementer_; } in implementer() function
4 denoted as "the implementer".11 To the extent possible under law, the implementer has waived all copyright
204 @nodejs/node-api and @nodejs/node-api-implementer.
210 … cpuimpl=`grep 'CPU implementer' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
142 which design is left free to the imagination of the implementer.
209 behalf of the application developer as well as the driver implementer.
139 …to implementing or otherwise using the Specification is assumed by the implementer and user. Excep…162 10.7.8. shall not be considered accepted by an implementer who manifests an intent not to accept th…
1063 | implementor | implementer | For consistency with historical specification practice
244 if (cpu.implementer() == base::CPU::kArm && in ProbeImpl()