Home
last modified time | relevance | path

Searched refs:list (Results 1 – 6 of 6) sorted by relevance

/hal_xtensa-3.5.0/
Dar-lib155 list=
166 t*) list=yes ;;
181 case $delete$extract$list$quick$replace,$index in
265 elif test -n "$list"; then
DMakefile.in141 list='$(am__tagged_files)'; \
142 unique=`for i in $$list; do \
344 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
345 *) list='$(SUBDIRS)' ;; \
347 for subdir in $$list; do \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
417 list='$(am__tagged_files)'; \
422 for i in $$list; do \
439 list='$(DISTFILES)'; \
440 dist_files=`for file in $$list; do echo $$file; done | \
[all …]
Daclocal.m4835 # OPTIONS is a space-separated list of Automake options.
/hal_xtensa-3.5.0/include/
DMakefile.in120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122 for p in $$list; do echo "$$p $$p"; done | \
152 list='$(am__tagged_files)'; \
153 unique=`for i in $$list; do \
313 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
314 if test -n "$$list"; then \
332 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
372 list='$(am__tagged_files)'; \
377 for i in $$list; do \
391 list='$(DISTFILES)'; \
[all …]
/hal_xtensa-3.5.0/src/hal/
DMakefile.in106 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108 for p in $$list; do echo "$$p $$p"; done | \
192 list='$(am__tagged_files)'; \
193 unique=`for i in $$list; do \
393 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
394 list2=; for p in $$list; do \
405 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
406 for p in $$list; do \
416 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
417 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
[all …]
/hal_xtensa-3.5.0/include/xtensa/
Dxdm-regs.h419 regname(regdef_t* list, int reg) in regname() argument
422 while (list[i].reg != -1) { in regname()
423 if (list[i].reg == reg) in regname()
427 return list[i].name; in regname()