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
defs:is_64bit
(Results
1 - 8
of
8
) sorted by relevance
/third_party/elfutils/libdw/
H
A
D
dwarf_getmacros.c
167
bool
is_64bit
= (flags & 0x1) != 0;
in get_table_for_offset()
local
H
A
D
libdwP.h
518
bool
is_64bit
;
member
/third_party/mesa3d/src/mesa/main/
H
A
D
queryobj.c
1110
bool
is_64bit
= ptype == GL_INT64_ARB ||
in get_query_object()
local
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_lower_packed_varyings.c
380
bool
is_64bit
;
member
565
create_store_deref(struct lower_packed_varyings_state *state, nir_deref_instr *deref, nir_ssa_def *value, unsigned writemask, bool
is_64bit
)
create_store_deref()
argument
/third_party/ffmpeg/libavformat/
H
A
D
iff.c
109
int
is_64bit
; ///< chunk size is 64-bit
member
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_visitor.cpp
1159
bool
is_64bit
= type_sz(inst->dst.type) == 8;
in emit_scratch_write()
local
/third_party/mesa3d/src/compiler/
H
A
D
glsl_types.h
913
bool
is_64bit
() const
in is_64bit()
function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H
A
D
nir_to_spirv.c
1019
bool
is_64bit
= glsl_type_is_64bit(glsl_without_array(last_member));
in get_bo_struct_type()
local
Completed in 19 milliseconds