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:size_t
(Results
1 - 17
of
17
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/include/
H
A
D
bt_vendor_lib.h
133
typedef
size_t
(*cmd_xmit_callback)(uint16_t opcode, void* p_buf);
139
size_t
size;
161
size_t
size;
/vendor/hihope/rk3568/bluetooth/include/
H
A
D
bt_vendor_lib.h
133
typedef
size_t
(*cmd_xmit_callback)(uint16_t opcode, void* p_buf);
139
size_t
size;
161
size_t
size;
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H
A
D
cjson_init.c
20
static void *CJsonMalloc(
size_t
sz)
in CJsonMalloc()
H
A
D
iot_hmac.c
60
if (mdInfo == NULL || (
size_t
)mdInfo->size > CN_HMAC256_LEN) {
in HmacGeneratePwd()
H
A
D
coap_service.c
36
size_t
len = 0;
in HelloHandler()
H
A
D
coap_client.c
32
size_t
dataLen;
in MessageHandler()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H
A
D
cjson_init.c
20
static void *cJsonMalloc(
size_t
sz)
in cJsonMalloc()
H
A
D
iot_hmac.c
73
if ((md_info == NULL)||((
size_t
)md_info->size > CN_HMAC256_LEN)) {
in HmacGeneratePwd()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H
A
D
cjson_init.c
20
static void *cJsonMalloc(
size_t
sz)
in cJsonMalloc()
H
A
D
iot_hmac.c
73
if ((md_info == NULL)||((
size_t
)md_info->size > CN_HMAC256_LEN)) {
in HmacGeneratePwd()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H
A
D
cjson_init.c
20
static void *CJsonMalloc(
size_t
sz)
in CJsonMalloc()
H
A
D
iot_hmac.c
74
if (mdInfo == NULL || (
size_t
)mdInfo->size > CN_HMAC256_LEN) {
in HmacGeneratePwd()
/vendor/hisilicon/hispark_pegasus/demo/pwmbeermusic_demo/
H
A
D
beeper_music_demo.c
68
for (
size_t
i = 0; i < sizeof(g_scoreNotes)/sizeof(g_scoreNotes[0]); i++) {
in BeeperMusicTask()
/vendor/hisilicon/hispark_pegasus/demo/colorfullight_demo/
H
A
D
colorful_light_demo.c
91
for (
size_t
i = 0; i < sizeof(chan)/sizeof(chan[0]); i++) {
in CorlorfulLightTask()
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H
A
D
oled_ssd1306.c
119
for (
size_t
i = 0; i < sizeof(initCmds)/sizeof(initCmds[0]); i++) {
in OledInit()
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
H
A
D
oled_ssd1306.c
125
for (
size_t
i = 0; i < ARRAY_SIZE(initCmds); i++) {
in OledInit()
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/ssd1306/
H
A
D
ssd1306.h
194
void ssd1306_WriteData(uint8_t* buffer,
size_t
buff_size);
Completed in 5 milliseconds