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:size4
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H
A
D
std_based_type.hpp
42
typedef tvec4<std::size_t, defaultp>
size4
;
typedef
/third_party/toybox/toys/pending/
H
A
D
fdisk.c
53
end_sector, end_cyl, start4[4],
size4
[4];
member
424
end = start + swap_le32toh((unsigned char*)(p->
size4
)) -1;
in consistency_check()
473
secs = swap_le32toh(p->
size4
);
in list_partitions()
933
end_sec[i] = begin_sec[i] + swap_le32toh(p->
size4
) - 1;
in add_partition()
952
set_levalue(p->
size4
, end - start + 1);
in add_partition()
961
set_levalue(p->
size4
, end - start + 1 + (dos_flag? g_sectors: 1));
in add_partition()
1097
end_sec[i] = begin_sec[i] + swap_le32toh(p->
size4
) - 1;
in verify_table()
1123
swap_le32toh(pex->part->
size4
) - 1;
in verify_table()
1153
num = swap_le32toh(p->
size4
);
in move_begning()
1165
set_levalue(p->
size4
, en
in move_begning()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
142
const size_t
size4
= size & ~((size_t)3);
in RandGen()
local
144
for (i = 0; i <
size4
; i += 4)
in RandGen()
Completed in 6 milliseconds