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:nb
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H
A
D
geometry_path_storage.h
164
uint32_t
nb
= idx >> BLOCK_SCALE_SHIFT;
in GenerateVertex()
local
165
const float* pv = croodBlocks_[
nb
] + ((idx & BLOCK_SCALE_MASK) << 1);
in GenerateVertex()
168
return cmdBlocks_[
nb
][idx & BLOCK_SCALE_MASK];
in GenerateVertex()
183
void AllocateBlock(uint32_t
nb
)
in AllocateBlock()
argument
185
if (
nb
>= maxBlocks_) {
in AllocateBlock()
209
croodBlocks_[
nb
] = GeometryArrayAllocator<float>::Allocate(
in AllocateBlock()
212
cmdBlocks_[
nb
] = (uint8_t*)(croodBlocks_[
nb
] + BLOCK_SCALE_SIZE * TWO_TIMES);
in AllocateBlock()
218
uint32_t
nb
= totalVertices_ >> BLOCK_SCALE_SHIFT;
in StoragePtrs()
local
219
if (
nb
>
in StoragePtrs()
[all...]
/foundation/multimedia/image_effect/test/unittest/utils/
H
A
D
test_native_buffer_utils.cpp
46
std::shared_ptr<OH_NativeBuffer> pNativeBuffer(nativeBuffer, [](OH_NativeBuffer *
nb
) {
in CreateNativeBuffer()
47
OH_NativeBuffer_Unreference(
nb
);
in CreateNativeBuffer()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H
A
D
rasterizer_cells_antialias.cpp
467
uint32_t
nb
= numCells_;
in SortAllCells()
local
469
while (
nb
) {
in SortAllCells()
471
i = (
nb
> CELL_BLOCK_SIZE) ? uint32_t(CELL_BLOCK_SIZE) :
nb
;
in SortAllCells()
472
nb
-= i;
in SortAllCells()
493
nb
= numCells_;
in SortAllCells()
494
while (
nb
) {
in SortAllCells()
496
i = (
nb
> CELL_BLOCK_SIZE) ? uint32_t(CELL_BLOCK_SIZE) :
nb
;
in SortAllCells()
497
nb
in SortAllCells()
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
unordered_map.h
293
auto
nb
= allocate(b->data);
variable
295
last = buckets_[ind] =
nb
;
297
nb
->prev = last;
298
last = last->next =
nb
;
508
auto
nb
= allocate(b->data);
in operator =()
local
510
last = buckets_[ind] =
nb
;
in operator =()
512
nb
->prev = last;
in operator =()
513
last = last->next =
nb
;
in operator =()
Completed in 3 milliseconds