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:length64
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gptfdisk/
H
A
D
mbr.cc
108
int MBRData::DeleteByLocation(uint64_t start64, uint64_t
length64
) {
in DeleteByLocation()
argument
112
if ((start64 < UINT32_MAX) && (
length64
< UINT32_MAX)) {
in DeleteByLocation()
114
length32 = (uint32_t)
length64
;
in DeleteByLocation()
H
A
D
mbr.h
35
int DeleteByLocation(uint64_t start64, uint64_t
length64
);
/third_party/icu/icu4c/source/common/
H
A
D
ustr_titlecase_brkiter.cpp
94
int64_t
length64
= utext_nativeLength(text);
in setText()
local
95
if (
length64
<= INT32_MAX) {
in setText()
96
length = (int32_t)
length64
;
in setText()
/third_party/node/deps/icu-small/source/common/
H
A
D
ustr_titlecase_brkiter.cpp
94
int64_t
length64
= utext_nativeLength(text);
in setText()
local
95
if (
length64
<= INT32_MAX) {
in setText()
96
length = (int32_t)
length64
;
in setText()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ustr_titlecase_brkiter.cpp
94
int64_t
length64
= utext_nativeLength(text);
in setText()
local
95
if (
length64
<= INT32_MAX) {
in setText()
96
length = (int32_t)
length64
;
in setText()
Completed in 3 milliseconds