Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:model_marker
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/uv/src/unix/
H
A
D
linux-core.c
334
static const char
model_marker
[] = "cpu\t\t: ";
in read_models()
local
337
static const char
model_marker
[] = "model name\t: ";
in read_models()
350
(void) &
model_marker
;
in read_models()
375
if (strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1) == 0) {
in read_models()
376
model = buf + sizeof(
model_marker
) - 1;
in read_models()
390
static const char
model_marker
[] = "Processor\t: ";
in read_models()
local
477
static const char
model_marker
[] = "cpu model\t\t: ";
in read_models()
479
if (strncmp(buf,
model_marker
, sizeof(
model_marker
)
in read_models()
[all...]
/third_party/libuv/src/unix/
H
A
D
linux.c
1762
static const char
model_marker
[] = "cpu\t\t: ";
in uv_cpu_info()
local
1764
static const char
model_marker
[] = "Processor\t: ";
in uv_cpu_info()
1766
static const char
model_marker
[] = "CPU part\t: ";
in uv_cpu_info()
1768
static const char
model_marker
[] = "cpu model\t\t: ";
in uv_cpu_info()
1770
static const char
model_marker
[] = "cpu family\t\t: ";
in uv_cpu_info()
1772
static const char
model_marker
[] = "model name\t: ";
in uv_cpu_info()
1873
found = !strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1);
in uv_cpu_info()
1878
p = buf + sizeof(
model_marker
) - 1;
in uv_cpu_info()
Completed in 8 milliseconds