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:offset_hi
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/kvm/include/
H
A
D
kvm_x86.h
119
uint64_t
offset_hi
; /* top 16 bits must be set to 0 */
member
122
uint16_t
offset_hi
;
member
/third_party/ltp/testcases/kernel/kvm/
H
A
D
lib_x86.c
91
kvm_idt[id].
offset_hi
= func >> 16;
in kvm_set_intr_handler()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
msm_kgsl.h
959
* @
offset_hi
: Return offset of the reserved HI counter
974
unsigned int
offset_hi
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H
A
D
assembler_arm.cc
1473
int32_t
offset_hi
= offset & ~offset_mask; // signed
1475
// Inline a simplified version of AddImmediate(rd, pp,
offset_hi
).
1477
if (Operand::CanHold(
offset_hi
, &o)) {
1480
LoadImmediate(rd,
offset_hi
, cond);
Completed in 8 milliseconds