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:current_bit
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
gen-os2-unicode-ranges.py
21
current_bit
= 0
variable
28
current_bit
= fields[0]
variable
38
v = tuple((int(ranges[0], 16), int(ranges[1], 16), int(
current_bit
), name))
/third_party/spirv-tools/source/opt/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
276
for (uint32_t
current_bit
= bits_per_word;
current_bit
< bit_width;
in EncodeIntegerAsWords()
277
current_bit
+= bits_per_word) {
in EncodeIntegerAsWords()
/third_party/cJSON/tests/unity/src/
H
A
D
unity.c
235
UNITY_UINT
current_bit
= (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1);
in UnityPrintMask()
local
240
if (
current_bit
& mask)
in UnityPrintMask()
242
if (
current_bit
& number)
in UnityPrintMask()
255
current_bit
=
current_bit
>> 1;
in UnityPrintMask()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
365
for (uint32_t
current_bit
= bits_per_word;
current_bit
< bit_width;
in EncodeIntegerAsWords()
366
current_bit
+= bits_per_word) {
in EncodeIntegerAsWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
365
for (uint32_t
current_bit
= bits_per_word;
current_bit
< bit_width;
in EncodeIntegerAsWords()
366
current_bit
+= bits_per_word) {
in EncodeIntegerAsWords()
/third_party/unity/src/
H
A
D
unity.c
300
UNITY_UINT
current_bit
= (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1);
in UnityPrintMask()
local
305
if (
current_bit
& mask)
in UnityPrintMask()
307
if (
current_bit
& number)
in UnityPrintMask()
320
current_bit
=
current_bit
>> 1;
in UnityPrintMask()
Completed in 9 milliseconds