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:HC_GEN
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/adapter/khdf/liteos/
H
A
D
hdf_driver.mk
30
HC_GEN
= $(OUT)/hc_gen_build/hc-gen
macro
41
$(
HC_GEN
):
44
$(CONFIG_GEN_HEX_SRC): $(CONFIG_OUT_DIR)/%_hex.c: $(HDF_CONFIG_DIR)/%.hcs | $(
HC_GEN
) $(dir $(CONFIG_GEN_HEX_SRC))
46
$(HIDE)$(
HC_GEN
) -b -i -a -o $(subst _hex.c,,$(@)) $<
48
$(CONFIG_GEN_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(
HC_GEN
) $(dir $(CONFIG_GEN_SRCS))
50
$(HIDE)$(
HC_GEN
) -t -o $@ $<
52
$(DEPENDS_CONFIG_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(
HC_GEN
) $(dir $(DEPENDS_CONFIG_SRCS))
53
$(HIDE)$(
HC_GEN
) -t -o $@ $<
H
A
D
hdf_lite.mk
188
HC_GEN
= $(OUT)/hc_gen_build/hc-gen
macro
189
$(
HC_GEN
):
191
$(LITEOS_LIBS_TARGET):$(
HC_GEN
)
Completed in 1 milliseconds