OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table_apps
(Results
1 - 2
of
2
) sorted by null
/external/srtp/
Makefile
148
table_apps
= tables/aes_tables
macro
150
build_table_apps: $(
table_apps
)
194
rm -rf $(cryptobj) $(srtpobj) $(cryptomath) $(
table_apps
) TAGS \
199
for a in $(testapp) $(
table_apps
); do rm -rf $$a$(EXE); done
Makefile.in
160
table_apps
= tables/aes_tables
162
build_table_apps: $(
table_apps
)
213
for a in $(testapp) $(
table_apps
); do rm -rf $$a$(EXE); done
Completed in 58 milliseconds