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:newPart
(Results
1 - 6
of
6
) sorted by relevance
/third_party/gptfdisk/
H
A
D
mbr.cc
137
GPTPart
newPart
;
in AsGPT()
local
141
newPart
.BlankPartition();
in AsGPT()
153
newPart
.SetFirstLBA(firstSector);
in AsGPT()
155
newPart
.SetLastLBA(lastSector);
in AsGPT()
156
newPart
.SetType(((uint16_t) origType) * 0x0100);
in AsGPT()
157
newPart
.RandomizeUniqueGUID();
in AsGPT()
158
newPart
.SetAttributes(0);
in AsGPT()
159
newPart
.SetName(
newPart
.GetTypeName());
in AsGPT()
162
return
newPart
;
in AsGPT()
[all...]
H
A
D
gptcl.cc
523
MBRPart
newPart
;
in BuildMBR()
local
541
newPart
.SetInclusion(PRIMARY);
in BuildMBR()
542
newPart
.SetLocation(operator[](origPartNum).GetFirstLBA(),
in BuildMBR()
544
newPart
.SetStatus(0);
in BuildMBR()
545
newPart
.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
in BuildMBR()
546
newMBR.AddPart(mbrNum,
newPart
);
in BuildMBR()
558
newPart
.SetInclusion(PRIMARY);
in BuildMBR()
559
newPart
.SetLocation(1, newMBR.FindLastInFree(1));
in BuildMBR()
560
newPart
.SetStatus(0);
in BuildMBR()
561
newPart
in BuildMBR()
[all...]
H
A
D
basicmbr.h
113
void AddPart(int num, const MBRPart&
newPart
);
H
A
D
basicmbr.cc
1032
void BasicMBRData::AddPart(int num, const MBRPart&
newPart
) {
in AddPart()
argument
1033
partitions[num] =
newPart
;
in AddPart()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderSpec.cpp
100
auto const &
newPart
= getObject(insn.word(4));
in EvalSpecConstantOp()
local
110
for(auto i = 0u; i < getType(
newPart
).componentCount; i++)
in EvalSpecConstantOp()
112
result.constantValue[firstNewComponent + i] =
newPart
.constantValue[i];
in EvalSpecConstantOp()
115
for(auto i = firstNewComponent + getType(
newPart
).componentCount; i < getType(result).componentCount; i++)
in EvalSpecConstantOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
APFloat.cpp
2041
integerPart
newPart
= 0;
2043
newPart
= significandParts()[0];
2045
significand.part =
newPart
;
Completed in 11 milliseconds