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:bt_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/backtrace/
H
A
D
unittest_backtrace.c
28
int checkString(char **bt_strings, int
bt_size
)
in checkString()
argument
30
for (int i = 0; i <
bt_size
; ++i) {
in checkString()
82
int
bt_size
= backtrace(bt_buffer, BT_BUF_SIZE);
in backtrace_1003()
local
83
char **bt_strings = backtrace_symbols(bt_buffer,
bt_size
);
in backtrace_1003()
85
EXPECT_TRUE("backtrace_1003_checkString", checkString(bt_strings,
bt_size
));
in backtrace_1003()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_batch_chain.c
784
uint32_t
bt_size
= align_u32(entries * 4, 32);
in anv_cmd_buffer_alloc_binding_table()
local
787
if (
bt_size
> state.alloc_size)
in anv_cmd_buffer_alloc_binding_table()
790
state.alloc_size =
bt_size
;
in anv_cmd_buffer_alloc_binding_table()
791
cmd_buffer->bt_next.offset +=
bt_size
;
in anv_cmd_buffer_alloc_binding_table()
792
cmd_buffer->bt_next.map +=
bt_size
;
in anv_cmd_buffer_alloc_binding_table()
793
cmd_buffer->bt_next.alloc_size -=
bt_size
;
in anv_cmd_buffer_alloc_binding_table()
Completed in 4 milliseconds