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:align_calloc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_memory.h
66
align_calloc
(size_t size, unsigned long alignment)
in align_calloc()
function
95
#define CALLOC_STRUCT_CL(T) (struct T *)
align_calloc
(sizeof(struct T), CACHE_LINE_SIZE)
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
volume9.c
45
This->data = (uint8_t *)
align_calloc
(size, 32);
in NineVolume9_AllocateData()
130
This->data_internal =
align_calloc
(This->layer_stride_internal *
in NineVolume9_ctor()
H
A
D
nine_memory_helper.c
794
void *data =
align_calloc
(size, NINE_ALLOCATION_ALIGNMENT);
in nine_allocate()
1079
allocation =
align_calloc
(size + NINE_ALLOCATION_ALIGNMENT, NINE_ALLOCATION_ALIGNMENT);
in nine_allocate()
H
A
D
buffer9.c
163
This->managed.data =
align_calloc
(
in NineBuffer9_ctor()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_gs.c
879
gs->llvm_prim_ids =
align_calloc
(vector_size, vector_size);
in draw_create_geometry_shader()
Completed in 6 milliseconds