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:memory_base
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_transfer.h
71
void *
memory_base
;
member
H
A
D
usb_transfer.c
936
info->
memory_base
= buf;
in usbd_transfer_setup()
1284
* free the "
memory_base
" last, hence the "info" structure is
in usbd_transfer_unsetup_sub()
1285
* contained within the "
memory_base
"!
in usbd_transfer_unsetup_sub()
1287
bsd_free(info->
memory_base
, M_USB);
in usbd_transfer_unsetup_sub()
1288
info->
memory_base
= NULL;
in usbd_transfer_unsetup_sub()
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
freetype.h
2096
*
memory_base
::
2152
const FT_Byte*
memory_base
;
member
/third_party/skia/third_party/externals/freetype/src/type42/
H
A
D
t42objs.c
294
args.
memory_base
= face->ttf_data;
in FT_LOCAL_DEF()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
312
args.
memory_base
= (const FT_Byte*)memoryBase;
in Make()
1812
args.
memory_base
= (const FT_Byte*)memoryBase;
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftobjs.c
222
(const FT_Byte*)args->
memory_base
,
in FT_BASE_DEF()
1551
args.
memory_base
= file_base;
in FT_EXPORT_DEF()
Completed in 18 milliseconds