Searched refs:bound (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/cpu/armv7/
H A Dsyslib.c31 u32 bound)
39 if (i == bound)
30 wait_on_value(u32 read_bit_mask, u32 match_value, void *read_addr, u32 bound) argument
/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock.c124 u32 bound = LDELAY; local
131 if (--bound == 0) {
152 u32 bound = LDELAY; local
158 if (--bound == 0) {
/u-boot/lib/lzma/
H A DLzmaDec.c21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
22 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
23 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
51 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
52 #define UPDATE_0_CHECK range = bound;
53 #define UPDATE_1_CHECK range -= bound; code -= bound;
159 UInt32 bound; local
513 UInt32 bound; local
[all...]
/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c682 u32 bound = LDELAY; local
690 if (--bound == 0) {
711 u32 bound = LDELAY; local
717 if (--bound == 0) {
/u-boot/lib/zstd/decompress/
H A Dzstd_decompress.c760 unsigned long long bound = 0; local
771 bound += decompressedBound;
773 return bound;
/u-boot/arch/arm/mach-socfpga/
H A Dclock_manager_arria10.c20 u32 bound);
/u-boot/drivers/ram/
H A Dk3-am654-ddrss.c22 u32 bound);

Completed in 63 milliseconds