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:bitoff
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H
A
D
wp_dgst.c
95
unsigned int
bitoff
= c->
bitoff
,
in WHIRLPOOL_BitUpdate()
local
96
bitrem =
bitoff
% 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
in WHIRLPOOL_BitUpdate()
116
if (
bitoff
== 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
in WHIRLPOOL_BitUpdate()
121
unsigned int byteoff =
bitoff
/ 8;
in WHIRLPOOL_BitUpdate()
123
bitrem = WHIRLPOOL_BBLOCK -
bitoff
; /* re-use bitrem */
in WHIRLPOOL_BitUpdate()
130
bitoff
= 0;
in WHIRLPOOL_BitUpdate()
133
bitoff
+= (unsigned int)bits;
in WHIRLPOOL_BitUpdate()
136
c->
bitoff
=
bitoff
;
in WHIRLPOOL_BitUpdate()
216
unsigned int
bitoff
= c->
bitoff
, byteoff =
bitoff
/ 8;
WHIRLPOOL_Final()
local
[all...]
/third_party/openssl/crypto/whrlpool/
H
A
D
wp_dgst.c
95
unsigned int
bitoff
= c->
bitoff
,
in WHIRLPOOL_BitUpdate()
local
96
bitrem =
bitoff
% 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
in WHIRLPOOL_BitUpdate()
116
if (
bitoff
== 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
in WHIRLPOOL_BitUpdate()
121
unsigned int byteoff =
bitoff
/ 8;
in WHIRLPOOL_BitUpdate()
123
bitrem = WHIRLPOOL_BBLOCK -
bitoff
; /* re-use bitrem */
in WHIRLPOOL_BitUpdate()
130
bitoff
= 0;
in WHIRLPOOL_BitUpdate()
133
bitoff
+= (unsigned int)bits;
in WHIRLPOOL_BitUpdate()
136
c->
bitoff
=
bitoff
;
in WHIRLPOOL_BitUpdate()
216
unsigned int
bitoff
= c->
bitoff
, byteoff =
bitoff
/ 8;
WHIRLPOOL_Final()
local
[all...]
/third_party/libsnd/src/GSM610/
H
A
D
add.c
99
static unsigned char const
bitoff
[256] = {
variable
147
? -1 +
bitoff
[0xFF & (a >> 24)]
in gsm_norm()
148
: 7 +
bitoff
[0xFF & (a >> 16)])
in gsm_norm()
150
? 15 +
bitoff
[0xFF & (a >> 8)]
in gsm_norm()
151
: 23 +
bitoff
[0xFF & a]) ;
in gsm_norm()
/third_party/openssl/ohos_lite/include/openssl/
H
A
D
whrlpool.h
33
unsigned int
bitoff
;
member
/third_party/node/deps/openssl/openssl/include/openssl/
H
A
D
whrlpool.h
42
unsigned int
bitoff
;
member
/third_party/openssl/include/openssl/
H
A
D
whrlpool.h
42
unsigned int
bitoff
;
member
/third_party/elfutils/libcpu/
H
A
D
i386_parse.y
823
int
bitoff
= 0;
831
bitoff
+= b->field->bits;
834
++
bitoff
;
839
instr->operands[n].off1 =
bitoff
;
841
instr->operands[n].off2 =
bitoff
;
843
instr->operands[n].off3 =
bitoff
;
Completed in 4 milliseconds