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:word_size
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/backends/
H
A
D
s390_unwind.c
72
unsigned
word_size
= ebl->class == ELFCLASS64 ? 8 : 4;
in s390_unwind()
local
73
Dwarf_Addr next_cfa = this_sp + 16 *
word_size
+ 32;
in s390_unwind()
81
sigreg_ptr +=
word_size
;
in s390_unwind()
88
sigreg_ptr +=
word_size
;
in s390_unwind()
95
sigreg_ptr +=
word_size
;
in s390_unwind()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validate_literals.cpp
78
const uint32_t
word_size
= 32;
82
const auto remaining_value_bits = bit_width %
word_size
;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validate_literals.cpp
78
const uint32_t
word_size
= 32;
82
const auto remaining_value_bits = bit_width %
word_size
;
/third_party/spirv-tools/source/val/
H
A
D
validate_literals.cpp
75
const uint32_t
word_size
= 32;
79
const auto remaining_value_bits = bit_width %
word_size
;
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
1267
unsigned char
word_size
= 0;
in get_architecture_word_size()
local
1271
word_size
= 4;
in get_architecture_word_size()
1273
word_size
= 8;
in get_architecture_word_size()
1276
return
word_size
;
in get_architecture_word_size()
Completed in 3 milliseconds