Searched refs:bm (Results 1 - 25 of 257) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dbitmap.c31 struct bitmap *bm; local
33 bm = SMB_MALLOC_P(struct bitmap);
35 if (!bm) return NULL;
37 bm->n = n;
38 bm->b = SMB_MALLOC_ARRAY(uint32, (n+31)/32);
39 if (!bm->b) {
40 SAFE_FREE(bm);
44 memset(bm->b, 0, sizeof(uint32)*((n+31)/32));
46 return bm;
53 void bitmap_free(struct bitmap *bm) argument
67 struct bitmap *bm; local
103 bitmap_set(struct bitmap *bm, unsigned i) argument
117 bitmap_clear(struct bitmap *bm, unsigned i) argument
131 bitmap_query(struct bitmap *bm, unsigned i) argument
144 bitmap_find(struct bitmap *bm, unsigned ofs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbitrate.c29 void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bm){ argument
33 memset(bm,0,sizeof(*bm));
39 bm->short_per_long=ci->blocksizes[1]/ci->blocksizes[0];
40 bm->managed=1;
42 bm->avg_bitsper= rint(1.*bi->avg_rate*halfsamples/ratesamples);
43 bm->min_bitsper= rint(1.*bi->min_rate*halfsamples/ratesamples);
44 bm->max_bitsper= rint(1.*bi->max_rate*halfsamples/ratesamples);
46 bm->avgfloat=PACKETBLOBS/2;
52 bm
59 vorbis_bitrate_clear(bitrate_manager_state *bm) argument
67 bitrate_manager_state *bm=&b->bms; local
78 bitrate_manager_state *bm=&b->bms; local
232 bitrate_manager_state *bm=&b->bms; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dts_bm.c60 struct ts_bm *bm = ts_config_priv(conf); local
63 int shift = bm->patlen - 1, bs;
75 for (i = 0; i < bm->patlen; i++)
78 != bm->pattern[bm->patlen-1-i])
83 return consumed += (shift-(bm->patlen-1));
85 next: bs = bm->bad_shift[text[shift-i]];
88 shift = max_t(int, shift-i+bs, shift+bm->good_shift[i]);
114 static void compute_prefix_tbl(struct ts_bm *bm, int flags) argument
119 bm
145 struct ts_bm *bm; local
170 struct ts_bm *bm = ts_config_priv(conf); local
176 struct ts_bm *bm = ts_config_priv(conf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dashldi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.high = (unsigned int) uu.s.low << -bm;
20 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.low = (unsigned int) uu.s.high >> -bm;
20 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
20 w.s.low = uu.s.high >> -bm;
22 const unsigned int carries = (unsigned int) uu.s.high << bm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dashldi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.high = (unsigned int) uu.s.low << -bm;
20 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.low = (unsigned int) uu.s.high >> -bm;
20 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
20 w.s.low = uu.s.high >> -bm;
22 const unsigned int carries = (unsigned int) uu.s.high << bm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/lib/
H A Dashldi3.c26 word_type bm; local
32 bm = 32 - b;
34 if (bm <= 0) {
36 w.s.high = (unsigned int) uu.s.low << -bm;
38 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c27 word_type bm; local
33 bm = 32 - b;
35 if (bm <= 0) {
37 w.s.low = (unsigned int) uu.s.high >> -bm;
39 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c26 word_type bm; local
32 bm = 32 - b;
34 if (bm <= 0) {
38 w.s.low = uu.s.high >> -bm;
40 const unsigned int carries = (unsigned int) uu.s.high << bm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dudivmodti4.c14 _FP_I_TYPE b, bm; local
50 count_leading_zeros (bm, d0);
52 if (bm != 0)
57 d0 = d0 << bm;
58 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm));
59 n0 = n0 << bm;
65 /* Remainder in n0 >> bm. */
74 count_leading_zeros (bm, d0);
76 if (bm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_mem.c146 BUF_MEM *bm; local
150 bm=(BUF_MEM *)b->ptr;
152 ret=(outl > bm->length)?bm->length:outl;
154 memcpy(out,bm->data,ret);
155 bm->length-=ret;
156 /* memmove(&(bm->data[0]),&(bm->data[ret]), bm->length); */
157 if(b->flags & BIO_FLAGS_MEM_RDONLY) bm
177 BUF_MEM *bm; local
206 BUF_MEM *bm=(BUF_MEM *)b->ptr; local
283 BUF_MEM *bm=(BUF_MEM *)bp->ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_mem.c152 BUF_MEM *bm; local
154 bm = (BUF_MEM *)b->ptr;
156 ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl;
158 memcpy(out, bm->data, ret);
159 bm->length -= ret;
161 bm->data += ret;
163 memmove(&(bm->data[0]), &(bm->data[ret]), bm
177 BUF_MEM *bm; local
205 BUF_MEM *bm = (BUF_MEM *)b->ptr; local
275 BUF_MEM *bm = (BUF_MEM *)bp->ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_mem.c152 BUF_MEM *bm; local
154 bm = (BUF_MEM *)b->ptr;
156 ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl;
158 memcpy(out, bm->data, ret);
159 bm->length -= ret;
161 bm->data += ret;
163 memmove(&(bm->data[0]), &(bm->data[ret]), bm
177 BUF_MEM *bm; local
205 BUF_MEM *bm = (BUF_MEM *)b->ptr; local
275 BUF_MEM *bm = (BUF_MEM *)bp->ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dashldi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
27 w.s.high = (USItype) uu.s.low << -bm;
29 USItype carries = (USItype) uu.s.low >> bm;
H A Dashrdi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
28 w.s.low = uu.s.high >> -bm;
30 USItype carries = (USItype) uu.s.high << bm;
H A Dlshrdi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
27 w.s.low = (USItype) uu.s.high >> -bm;
29 USItype carries = (USItype) uu.s.high << bm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dbitmap.c40 struct affs_bm_info *bm; local
51 bm = AFFS_SB(sb)->s_bitmap;
53 for (i = AFFS_SB(sb)->s_bmap_count; i > 0; bm++, i--)
54 free += bm->bm_free;
65 struct affs_bm_info *bm; local
78 bm = &sbi->s_bitmap[bmap];
85 bh = affs_bread(sb, bm->bm_key);
107 bm->bm_free++;
118 affs_error(sb,"affs_free_block","Cannot read bitmap block %u", bm->bm_key);
143 struct affs_bm_info *bm; local
270 struct affs_bm_info *bm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/prom/
H A Dmemory.c59 memmap *bm; local
62 bm = (memmap *)CKSEG0ADDR(0x28000);
64 bitmap_size = rex_getbitmap(bm);
67 if (bm->bitmap[i] == 0xff)
68 mem_size += (8 * bm->pagesize);
70 mem_start += (8 * bm->pagesize);
73 mem_start += mem_size + (8 * bm->pagesize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dashrdi3.c42 word_type bm; local
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
50 if (bm <= 0) {
53 w.s.low = uu.s.high >> -bm;
55 USItype carries = (USItype)uu.s.high << bm;
H A Dlshrdi3.c41 word_type bm; local
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
50 if (bm <= 0) {
52 w.s.low = (USItype) uu.s.high >> -bm;
54 USItype carries = (USItype) uu.s.high << bm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dashldi3.c40 word_type bm; local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
49 if (bm <= 0)
52 w.s.high = (USItype)uu.s.low << -bm;
56 USItype carries = (USItype)uu.s.low >> bm;
H A Dashrdi3.c40 word_type bm; local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
49 if (bm <= 0)
53 w.s.low = uu.s.high >> -bm;
57 USItype carries = (USItype)uu.s.high << bm;

Completed in 143 milliseconds

1234567891011