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:g_buf
(Results
1 - 3
of
3
) sorted by relevance
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
i2c_test.c
31
static uint8_t *
g_buf
;
variable
116
if (
g_buf
== NULL) {
in I2cTestMallocBuf()
117
g_buf
= OsalMemCalloc(config->bufSize);
in I2cTestMallocBuf()
118
if (
g_buf
== NULL) {
in I2cTestMallocBuf()
138
g_msgs[1].buf =
g_buf
;
in I2cTestMallocBuf()
169
if (
g_buf
!= NULL) {
in I2cTestTearDownAll()
170
OsalMemFree(
g_buf
);
in I2cTestTearDownAll()
171
g_buf
= NULL;
in I2cTestTearDownAll()
H
A
D
i3c_test.c
30
static uint8_t *
g_buf
;
variable
120
if (
g_buf
== NULL) {
in I3cTestMallocBuf()
121
g_buf
= OsalMemCalloc(config->bufSize);
in I3cTestMallocBuf()
122
if (
g_buf
== NULL) {
in I3cTestMallocBuf()
142
g_msgs[1].buf =
g_buf
;
in I3cTestMallocBuf()
178
if (
g_buf
!= NULL) {
in I3cTestTearDownAll()
179
OsalMemFree(
g_buf
);
in I3cTestTearDownAll()
180
g_buf
= NULL;
in I3cTestTearDownAll()
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
mock_linux_adapter.cpp
38
static std::array<uint8_t, DESCRIPTORSLENGTH>
g_buf
= {
variable
141
if (memcpy_s(dev->descriptors, dev->descriptorsLength,
g_buf
.data(), DESCRIPTORSLENGTH) != EOK) {
in OsReadDescriptors()
Completed in 3 milliseconds