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:globalOffset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
OpenArchive.cpp
1300
Int64
globalOffset
= (Int64)startPos + Offset;
1301
AvailPhySize = (UInt64)((Int64)FileSize -
globalOffset
);
1304
UInt64 endPos = (UInt64)(
globalOffset
+ (Int64)PhySize);
3448
Int64
globalOffset
= GetGlobalOffset();
3449
if (
globalOffset
<= 0)
3456
tailStreamSpec->Offset = (UInt64)
globalOffset
;
3471
RINOK(ReadBasicProps(Archive, (UInt64)
globalOffset
, res))
3472
ArcStreamOffset = (UInt64)
globalOffset
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeBasicComputeShaderTests.cpp
286
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
289
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
290
const deUint32 ref =
globalOffset
+ squared(workGroupSize - localOffset - 1);
in iterate()
295
msg << "Comparison failed for Output.values[" << (
globalOffset
+ localOffset) << "]";
in iterate()
468
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
471
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
477
msg << "Comparison failed for Output.values[" << (
globalOffset
+ localOffset) << "]";
in iterate()
653
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
656
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
659
const deUint32 ref = static_cast<deUint32>(
globalOffset
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H
A
D
vktComputeBasicComputeShaderTests.cpp
272
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
275
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
276
const deUint32 ref =
globalOffset
+ squared(workGroupSize - localOffset - 1);
in iterate()
281
msg << "Comparison failed for Output.values[" << (
globalOffset
+ localOffset) << "]";
in iterate()
443
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
446
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
452
msg << "Comparison failed for Output.values[" << (
globalOffset
+ localOffset) << "]";
in iterate()
616
const int
globalOffset
= groupNdx * workGroupSize;
in iterate()
local
619
const deUint32 res = bufferPtr[
globalOffset
+ localOffset];
in iterate()
622
const deUint32 ref = static_cast<deUint32>(
globalOffset
in iterate()
[all...]
Completed in 6 milliseconds