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:num_dots
(Results
1 - 2
of
2
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
function_rebase_path.cc
42
size_t
num_dots
= 0;
in ValueLooksLikeDir()
local
43
while (
num_dots
< value_size && value[value_size -
num_dots
- 1] == '.')
in ValueLooksLikeDir()
44
num_dots
++;
in ValueLooksLikeDir()
46
if (
num_dots
== value.size())
in ValueLooksLikeDir()
49
if (IsSlash(value[value_size -
num_dots
- 1]))
in ValueLooksLikeDir()
/third_party/mbedtls/library/
H
A
D
oid.c
1054
size_t
num_dots
= 0;
in mbedtls_oid_from_numeric_string()
local
1057
num_dots
++;
in mbedtls_oid_from_numeric_string()
1061
* There are (
num_dots
+ 1) integer components, but the first 2 share the
in mbedtls_oid_from_numeric_string()
1062
* same subidentifier, so we only need
num_dots
subidentifiers maximum. */
in mbedtls_oid_from_numeric_string()
1063
if (
num_dots
== 0 || (
num_dots
> MBEDTLS_OID_MAX_COMPONENTS - 1)) {
in mbedtls_oid_from_numeric_string()
1073
size_t max_possible_bytes =
num_dots
* bytes_per_subidentifier;
in mbedtls_oid_from_numeric_string()
Completed in 2 milliseconds