Searched refs:have (Results 1 - 17 of 17) sorted by relevance

/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak17 .PHONY: have-crosscompiler
18 have-crosscompiler:
29 build: have-crosscompiler FORCE
/u-boot/lib/zlib/
H A Dinflate.c180 have = strm->avail_in; \
191 strm->avail_in = have; \
207 if (have == 0) goto inf_leave; \
208 have--; \
287 would all have to actually be part of the saved state in case NEEDBITS()
330 unsigned have, left; /* available input and output */ local
353 in = have;
452 if (copy > have) copy = have;
464 have
[all...]
H A Dinflate.h110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/u-boot/arch/powerpc/
H A Dconfig.mk16 # When cross-compiling on NetBSD, we have to define __PPC__ or else we
33 # GCC 3.x is reported to have problems generating the type of relocation
/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c223 char *have; local
227 have = strchr(name, '-');
229 if (!want || !have || strcmp(want, have))
/u-boot/doc/
H A DMakefile24 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.)
89 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
/u-boot/
H A Dconfig.mk12 # If we did not have Tegra SoCs, build system would be much simpler...)
/u-boot/arch/sandbox/cpu/
H A Dsdl.c474 SDL_AudioSpec wanted, have; local
512 if (SDL_OpenAudio(&wanted, &have) < 0) {
516 if (have.format != wanted.format) {
/u-boot/arch/arm/
H A Dconfig.mk112 # FIXME: binutils versions < 2.22 have a bug in the assembler where
150 # if a dtb section exists we always have to include it
/u-boot/arch/arm/lib/
H A Dmemset.S108 * may have an unaligned pointer as well.
117 6: subs r2, r2, #4 @ 1 do we have enough
H A Ddiv64.S124 @ We still have remainer bits in the low part. Bring them up.
/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S37 cmp r1, #2 @ see what cache we have at this level
107 cmp r1, #2 @ see what cache we have at this level
H A Dpsci.S14 * You should have received a copy of the GNU General Public License
181 cmp r1, #2 @ see what cache we have at this level
/u-boot/env/
H A Dnand.c33 #error CONFIG_ENV_OFFSET_REDUND must have CONFIG_CMD_SAVEENV & CONFIG_CMD_NAND
H A Dflash.c31 # error CONFIG_ENV_ADDR_REDUND must have CONFIG_CMD_SAVEENV & CONFIG_CMD_FLASH
/u-boot/scripts/
H A Dkernel-doc67 -export Only output documentation for symbols that have been
70 -internal Only output documentation for symbols that have NOT been
183 # A non-void function should have a "Return:" section describing the return
1265 # The type may have multiple words,
1755 # All the while we have to watch out for function pointer parameters
1769 # Function-like macros are not allowed to have spaces between
1805 # functions don't have a 'Return' doc section. So until the number
1904 # so that arg types & arg names don't have a comma between them
H A Dget_maintainer.pl302 # We're talking to a terminal, but have no command line arguments.
472 #entries have one of the following formats:
1118 Most options have both positive and negative forms.
2010 If you have git or hg installed, you can choose to summarize the commit
2029 print STDERR "git-blame can be very slow, please have patience..."
2534 # This regexp will only work on addresses which have had comments stripped

Completed in 93 milliseconds