Home
last modified time | relevance | path

Searched refs:implementer (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/base/
Dcpu.cc587 char* implementer = cpu_info.ExtractField("CPU implementer"); in CPU() local
588 if (implementer != nullptr) { in CPU()
590 implementer_ = strtol(implementer, &end, 0); in CPU()
591 if (end == implementer) { in CPU()
594 delete[] implementer; in CPU()
Dcpu.h46 int implementer() const { return implementer_; } in implementer() function
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-unrolling.macros4 denoted as "the implementer".
11 To the extent possible under law, the implementer has waived all copyright
DPlSnP-Fallback.inc4 denoted as "the implementer".
11 To the extent possible under law, the implementer has waived all copyright
DKeccakSponge.inc4 denoted as "the implementer".
11 To the extent possible under law, the implementer has waived all copyright
DKeccakP-1600-64.macros4 denoted as "the implementer".
11 To the extent possible under law, the implementer has waived all copyright
/third_party/node/doc/contributing/
Dreleases-node-api.md204 @nodejs/node-api and @nodejs/node-api-implementer.
/third_party/libffi/m4/
Dax_gcc_archflag.m4210 … cpuimpl=`grep 'CPU implementer' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
/third_party/lz4/doc/
Dlz4_Block_format.md142 which design is left free to the imagination of the implementer.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_extensions.txt209 behalf of the application developer as well as the driver implementer.
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_extensions.txt209 behalf of the application developer as well as the driver implementer.
/third_party/typescript/
DThirdPartyNoticeText.txt139 …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…
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dmarkup.txt1063 | implementor | implementer | For consistency with historical specification practice
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc244 if (cpu.implementer() == base::CPU::kArm && in ProbeImpl()