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:bufin
(Results
1 - 4
of
4
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H
A
D
iot_hmac.c
32
static int Byte2hexstr(unsigned char *
bufin
, int len, char *bufout)
in Byte2hexstr()
argument
34
if ((
bufin
== NULL) || (len <= 0) || (bufout == NULL)) {
in Byte2hexstr()
38
unsigned char tmpH = (
bufin
[i] >> 4) & 0X0F; /* 高字节前4位保存到tmpH */
in Byte2hexstr()
39
unsigned char tmpL =
bufin
[i] & 0x0F;
in Byte2hexstr()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H
A
D
iot_hmac.c
37
static int byte2hexstr(unsigned char *
bufin
, int len, char *bufout)
in byte2hexstr()
argument
42
if ((
bufin
== NULL)||(len <= 0)||(bufout == NULL)) {
in byte2hexstr()
46
tmp_h = (
bufin
[i] >> RIGHT_MOVE_BIT_4) & 0X0F;
in byte2hexstr()
47
tmp_l =
bufin
[i] & 0x0F;
in byte2hexstr()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H
A
D
iot_hmac.c
37
static int byte2hexstr(unsigned char *
bufin
, int len, char *bufout)
in byte2hexstr()
argument
42
if ((
bufin
== NULL)||(len <= 0)||(bufout == NULL)) {
in byte2hexstr()
46
tmp_h = (
bufin
[i] >> RIGHT_MOVE_BIT_4) & 0X0F;
in byte2hexstr()
47
tmp_l =
bufin
[i] & 0x0F;
in byte2hexstr()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H
A
D
iot_hmac.c
38
static int Byte2HexStr(unsigned char *
bufin
, int len, char *bufout)
in Byte2HexStr()
argument
43
if ((
bufin
== NULL) || (len <= 0) || (bufout == NULL)) {
in Byte2HexStr()
47
tmp_h = (
bufin
[i] >> IOT_BIT_4) & LOW_BIT_4;
in Byte2HexStr()
48
tmp_l =
bufin
[i] & LOW_BIT_4;
in Byte2HexStr()
Completed in 1 milliseconds