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:bit_n
(Results
1 - 5
of
5
) sorted by relevance
/third_party/astc-encoder/Utils/
H
A
D
astc_quant_generator.cpp
281
unsigned int
bit_n
= bit & 1;
in generate_unpacked_quant()
local
283
B +=
bit_n
* mask_n;
in generate_unpacked_quant()
306
unsigned int
bit_n
= bit & 1;
in generate_unpacked_quant()
local
308
B +=
bit_n
* mask_n;
in generate_unpacked_quant()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H
A
D
imgui_freetype.cpp
481
for (ImU32
bit_n
= 0;
bit_n
< 32;
bit_n
++)
in ImFontAtlasBuildWithFreeTypeEx()
482
if (entries_32 & ((ImU32)1 <<
bit_n
))
in ImFontAtlasBuildWithFreeTypeEx()
485
src_glyph.Codepoint = (ImWchar)(((it - it_begin) << 5) +
bit_n
);
in ImFontAtlasBuildWithFreeTypeEx()
/third_party/mesa3d/src/imgui/
H
A
D
imgui_draw.cpp
1780
for (int
bit_n
= 0;
bit_n
< 32;
bit_n
++)
in UnpackBoolVectorToFlatIndexList()
1781
if (entries_32 & (1u <<
bit_n
))
in UnpackBoolVectorToFlatIndexList()
1782
out->push_back((int)((it - it_begin) << 5) +
bit_n
);
in UnpackBoolVectorToFlatIndexList()
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_draw.cpp
2332
for (ImU32
bit_n
= 0;
bit_n
< 32;
bit_n
++)
in UnpackBitVectorToFlatIndexList()
2333
if (entries_32 & ((ImU32)1 <<
bit_n
))
in UnpackBitVectorToFlatIndexList()
2334
out->push_back((int)(((it - it_begin) << 5) +
bit_n
));
in UnpackBitVectorToFlatIndexList()
/third_party/vixl/src/aarch64/
H
A
D
assembler-sve-aarch64.cc
89
unsigned
bit_n
, imm_s, imm_r;
in SVELogicalImmediate()
local
92
if (IsImmLogical(imm, lane_size, &
bit_n
, &imm_s, &imm_r)) {
in SVELogicalImmediate()
93
Emit(op | Rd(zdn) | SVEBitN(
bit_n
) | SVEImmRotate(imm_r, lane_size) |
in SVELogicalImmediate()
Completed in 35 milliseconds