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:FAR
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/third_party/zlib/
H
A
D
zconf.h
307
/* The following definitions for
FAR
are needed only for MSDOS mixed
311
* just define
FAR
to be empty.
318
# define
FAR
_far
macro
320
# define
FAR
far
macro
327
# define
FAR
_far
macro
329
# define
FAR
far
macro
352
# ifdef
FAR
353
# undef
FAR
macro
365
# define ZEXPORTVA
FAR
CDECL
392
#ifndef
FAR
393
# define
FAR
global()
macro
[all...]
H
A
D
zlib.h
96
struct internal_state
FAR
*state; /* not visible by applications */
108
typedef z_stream
FAR
*z_streamp;
131
typedef gz_header
FAR
*gz_headerp;
1077
unsigned char
FAR
*window);
1097
typedef unsigned (*in_func)(void
FAR
*,
1098
z_const unsigned char
FAR
*
FAR
*);
1099
typedef int (*out_func)(void
FAR
*, unsigned char
FAR
*, unsigned);
1102
in_func in, void
FAR
*in_des
[all...]
/interface/sdk_c/third_party/libuv/include/uv/
H
A
D
win.h
319
#define UV_DYNAMIC
FAR
WINAPI
Completed in 5 milliseconds