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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_buf_item.c164 int next_bit; local
192 next_bit = xfs_next_bit(bip->bli_format.blf_data_map,
200 if (next_bit == -1) {
202 } else if (next_bit != last_bit + 1) {
203 last_bit = next_bit;
205 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) !=
208 last_bit = next_bit;
236 int next_bit; local
301 next_bit = xfs_next_bit(bip->bli_format.blf_data_map,
313 if (next_bit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.c164 int next_bit; local
192 next_bit = xfs_next_bit(bip->bli_format.blf_data_map,
200 if (next_bit == -1) {
202 } else if (next_bit != last_bit + 1) {
203 last_bit = next_bit;
205 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) !=
208 last_bit = next_bit;
236 int next_bit; local
301 next_bit = xfs_next_bit(bip->bli_format.blf_data_map,
313 if (next_bit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dbitmap.h419 next_bit:
438 goto next_bit;
462 next_bit:
481 goto next_bit;
525 next_bit:
546 goto next_bit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dbitmap.h398 next_bit:
421 goto next_bit;
445 next_bit:
468 goto next_bit;
512 next_bit:
537 goto next_bit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dbitmap.h532 next_bit:
551 goto next_bit;
575 next_bit:
594 goto next_bit;
638 next_bit:
659 goto next_bit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dpci-gart_64.c87 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable
103 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit,
112 next_bit = offset+size;
113 if (next_bit >= iommu_pages) {
114 next_bit = 0;
131 if (offset >= next_bit)
132 next_bit = offset + size;
H A Damd_iommu.c1141 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE; local
1148 next_bit >>= PAGE_SHIFT;
1163 limit, next_bit, pages, 0,
1172 next_bit = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-gart_64.c87 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable
103 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit,
112 next_bit = offset+size;
113 if (next_bit >= iommu_pages) {
114 next_bit = 0;
131 if (offset >= next_bit)
132 next_bit = offset + size;
H A Damd_iommu.c1141 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE; local
1148 next_bit >>= PAGE_SHIFT;
1163 limit, next_bit, pages, 0,
1172 next_bit = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec_mult.c199 int bit, next_bit, mask; local
221 next_bit = bit << 1; /* at most 256 */
222 mask = next_bit - 1; /* at most 255 */
258 digit = window_val - next_bit; /* -2^w < digit < 0 */
288 if (window_val != 0 && window_val != next_bit && window_val != bit)
300 if (window_val > next_bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec_mult.c191 int bit, next_bit, mask; local
211 next_bit = bit << 1; /* at most 256 */
212 mask = next_bit - 1; /* at most 255 */
245 digit = window_val - next_bit; /* -2^w < digit < 0 */
274 if (window_val != 0 && window_val != next_bit
286 if (window_val > next_bit) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec_mult.c199 int bit, next_bit, mask; local
221 next_bit = bit << 1; /* at most 256 */
222 mask = next_bit - 1; /* at most 255 */
258 digit = window_val - next_bit; /* -2^w < digit < 0 */
288 if (window_val != 0 && window_val != next_bit && window_val != bit)
300 if (window_val > next_bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec_mult.c191 int bit, next_bit, mask; local
211 next_bit = bit << 1; /* at most 256 */
212 mask = next_bit - 1; /* at most 255 */
245 digit = window_val - next_bit; /* -2^w < digit < 0 */
274 if (window_val != 0 && window_val != next_bit
286 if (window_val > next_bit) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec_mult.c199 int bit, next_bit, mask; local
221 next_bit = bit << 1; /* at most 256 */
222 mask = next_bit - 1; /* at most 255 */
258 digit = window_val - next_bit; /* -2^w < digit < 0 */
288 if (window_val != 0 && window_val != next_bit && window_val != bit)
300 if (window_val > next_bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec_mult.c191 int bit, next_bit, mask; local
211 next_bit = bit << 1; /* at most 256 */
212 mask = next_bit - 1; /* at most 255 */
245 digit = window_val - next_bit; /* -2^w < digit < 0 */
274 if (window_val != 0 && window_val != next_bit
286 if (window_val > next_bit) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_v110.c349 next_bit:
366 goto next_bit; /* and go on there */
381 goto next_bit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_v110.c349 next_bit:
366 goto next_bit; /* and go on there */
381 goto next_bit;

Completed in 303 milliseconds