Searched refs:bound (Results 76 - 100 of 249) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
39 #define UpdateBit0(p) Range = bound; *(p) += (kBitModelTotal - *(p)) >> kNumMoveBits;
40 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
255 UInt32 bound; local
H A DLzmaDecode.c54 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
55 #define UpdateBit0(p) Range = bound; *(p) += (kBitModelTotal - *(p)) >> kNumMoveBits;
56 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
276 UInt32 bound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
39 #define UpdateBit0(p) Range = bound; *(p) += (kBitModelTotal - *(p)) >> kNumMoveBits;
40 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
255 UInt32 bound; local
H A DLzmaDecode.c54 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
55 #define UpdateBit0(p) Range = bound; *(p) += (kBitModelTotal - *(p)) >> kNumMoveBits;
56 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
276 UInt32 bound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_unlzma.c40 uint32_t bound; member in struct:__anon35106
110 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
111 if (rc->code < rc->bound) {
112 rc->range = rc->bound;
116 rc->range -= rc->bound;
117 rc->code -= rc->bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_unlzma.c40 uint32_t bound; member in struct:__anon176
110 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
111 if (rc->code < rc->bound) {
112 rc->range = rc->bound;
116 rc->range -= rc->bound;
117 rc->code -= rc->bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
39 #define UpdateBit0(p) Range = bound; *(p) += (kBitModelTotal - *(p)) >> kNumMoveBits;
40 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
255 UInt32 bound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_unlzma.c40 uint32_t bound; member in struct:__anon1081
110 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
111 if (rc->code < rc->bound) {
112 rc->range = rc->bound;
116 rc->range -= rc->bound;
117 rc->code -= rc->bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/odhcp6c/src/
H A Dodhcp6c.c48 static bool bound = false, release = true, ra = false; variable
284 bound = false;
317 bound = true;
347 bound = true;
348 script_call("bound", script_sync_delay, true);
410 bound = false;
495 if (ra_updated && (bound || allow_slaac_only >= 0)) {
496 script_call("ra-updated", (!ra && !bound) ?
681 return bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/odhcp6c/src/
H A Dodhcp6c.c48 static bool bound = false, release = true, ra = false; variable
284 bound = false;
317 bound = true;
347 bound = true;
348 script_call("bound", script_sync_delay, true);
410 bound = false;
495 if (ra_updated && (bound || allow_slaac_only >= 0)) {
496 script_call("ra-updated", (!ra && !bound) ?
681 return bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/odhcp6c/src/
H A Dodhcp6c.c48 static bool bound = false, release = true, ra = false; variable
284 bound = false;
317 bound = true;
347 bound = true;
348 script_call("bound", script_sync_delay, true);
410 bound = false;
495 if (ra_updated && (bound || allow_slaac_only >= 0)) {
496 script_call("ra-updated", (!ra && !bound) ?
681 return bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/arm/
H A Ddbg_rdi.h247 typedef int rdi_setbreak_proc (ARMword address, unsigned type, ARMword bound,
251 unsigned datatype, ARMword bound,
258 unsigned datatype, ARMword * bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/arm/
H A Ddbg_rdi.h247 typedef int rdi_setbreak_proc (ARMword address, unsigned type, ARMword bound,
251 unsigned datatype, ARMword bound,
258 unsigned datatype, ARMword * bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaDec.c20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
21 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
22 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
50 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
51 #define UPDATE_0_CHECK range = bound;
52 #define UPDATE_1_CHECK range -= bound; code -= bound;
163 UInt32 bound; local
507 UInt32 bound; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/arm/
H A Ddbg_rdi.h247 typedef int rdi_setbreak_proc (ARMword address, unsigned type, ARMword bound,
251 unsigned datatype, ARMword bound,
258 unsigned datatype, ARMword * bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_brew/
H A Ddb_int.h163 #define DB_ALIGN(v, bound) \
164 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
168 #define ALIGNP_INC(p, bound) \
169 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_s60/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c76 uint32_t bound; member in struct:rc
152 *Because we want to always expose (rc->code < rc->bound) to optimizer
157 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
158 return rc->bound;
169 rc->range = rc->bound;
174 rc->range -= rc->bound;
175 rc->code -= rc->bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_vxworks/
H A Ddb_int.h165 #define DB_ALIGN(v, bound) \
166 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
170 #define ALIGNP_INC(p, bound) \
171 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_wince/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_windows/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Ddecompress_unlzma.c76 uint32_t bound; member in struct:rc
152 *Because we want to always expose (rc->code < rc->bound) to optimizer
157 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
158 return rc->bound;
169 rc->range = rc->bound;
174 rc->range -= rc->bound;
175 rc->code -= rc->bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/build_brew/
H A Ddb_int.h163 #define DB_ALIGN(v, bound) \
164 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
168 #define ALIGNP_INC(p, bound) \
169 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/build_s60/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/build_vxworks/
H A Ddb_int.h165 #define DB_ALIGN(v, bound) \
166 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
170 #define ALIGNP_INC(p, bound) \
171 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))

Completed in 383 milliseconds

12345678910