OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
/external/chromium_org/third_party/libsrtp/srtp/
Makefile
160
table_apps
= tables/aes_tables
macro
162
build_table_apps: $(
table_apps
)
213
for a in $(testapp) $(
table_apps
); do rm -rf $$a$(EXE); done
Completed in 248 milliseconds