Searched refs:bitmap (Results 76 - 100 of 222) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dbitops.h282 * Find string of zero bits in a bitmap. -1 when not found.
285 find_next_zero_string(unsigned long *bitmap, long start, long nbits, int len);
287 static inline void set_bit_string(unsigned long *bitmap, unsigned long i, argument
292 __set_bit(i, bitmap);
297 static inline void __clear_bit_string(unsigned long *bitmap, unsigned long i, argument
302 __clear_bit(i, bitmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c309 u_int16_t bitmap,
330 if ( ((bitmap & ( (1 << FILPBIT_FINFO)|(1 << FILPBIT_LNAME)|(1 <<FILPBIT_PDINFO) ) ) && !path->m_name)
331 || (bitmap & ( (1 << FILPBIT_LNAME) ) && utf8_encoding()) /* FIXME should be m_name utf8 filename */
332 || (bitmap & (1 << FILPBIT_FNUM))) {
383 while ( bitmap != 0 ) {
384 while (( bitmap & 1 ) == 0 ) {
385 bitmap = bitmap>>1;
605 bitmap = bitmap>>
308 getmetadata(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen, struct adouble *adp) argument
623 getfilparams(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen ) argument
808 u_int16_t vid, bitmap; local
882 u_int16_t bitmap = f_bitmap; local
1911 u_int16_t vid, bitmap; local
[all...]
H A Dacls.c1235 /* Skip bitmap */
1270 uint16_t vid, bitmap; local
1293 memcpy(&bitmap, ibuf, sizeof( bitmap ));
1294 memcpy(rbuf, ibuf, sizeof( bitmap ));
1295 bitmap = ntohs( bitmap );
1296 ibuf += sizeof( bitmap );
1297 rbuf += sizeof( bitmap );
1298 *rbuflen += sizeof( bitmap );
1365 uint16_t vid, bitmap; local
[all...]
H A Dvolume.c1591 static int getvolparams( u_int16_t bitmap, struct vol *vol, struct stat *st, char *buf, size_t *buflen) argument
1634 if (( bitmap & ( (1<<VOLPBIT_BFREE)|(1<<VOLPBIT_BTOTAL) |
1647 while ( bitmap != 0 ) {
1648 while (( bitmap & 1 ) == 0 ) {
1649 bitmap = bitmap>>1;
1777 bitmap = bitmap>>1;
1801 static int stat_vol(u_int16_t bitmap, struct vol *vol, char *rbuf, size_t *rbuflen) argument
1814 buflen = *rbuflen - sizeof( bitmap );
2144 u_int16_t bitmap; local
2571 u_int16_t vid, bitmap; local
2592 u_int16_t vid, bitmap; local
[all...]
H A Dauth.c1102 u_int16_t bitmap; local
1111 memcpy(&bitmap, ibuf, sizeof(bitmap));
1112 bitmap = ntohs(bitmap);
1119 if ((bitmap & USERIBIT_ALL) != bitmap)
1122 /* remember place where we store the possibly modified bitmap later */
1123 memcpy(rbuf, ibuf, sizeof(bitmap));
1125 rbuf += sizeof(bitmap);
[all...]
H A Ddirectory.c1511 u_int16_t bitmap, struct path *s_path,
1533 if ((bitmap & ((1 << DIRPBIT_ATTR) |
1570 while ( bitmap != 0 ) {
1571 while (( bitmap & 1 ) == 0 ) {
1572 bitmap = bitmap>>1;
1766 bitmap = bitmap>>1;
1806 u_int16_t vid, bitmap; local
1829 memcpy( &bitmap, ibu
1510 getdirparams(const struct vol *vol, u_int16_t bitmap, struct path *s_path, struct dir *dir, char *buf, size_t *buflen ) argument
1879 u_int16_t bitmap = d_bitmap; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c305 u_int16_t bitmap,
326 if ( ((bitmap & ( (1 << FILPBIT_FINFO)|(1 << FILPBIT_LNAME)|(1 <<FILPBIT_PDINFO) ) ) && !path->m_name)
327 || (bitmap & ( (1 << FILPBIT_LNAME) ) && utf8_encoding()) /* FIXME should be m_name utf8 filename */
328 || (bitmap & (1 << FILPBIT_FNUM))) {
379 while ( bitmap != 0 ) {
380 while (( bitmap & 1 ) == 0 ) {
381 bitmap = bitmap>>1;
601 bitmap = bitmap>>
304 getmetadata(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen, struct adouble *adp) argument
619 getfilparams(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen ) argument
805 u_int16_t vid, bitmap; local
879 u_int16_t bitmap = f_bitmap; local
1916 u_int16_t vid, bitmap; local
[all...]
H A Dauth.c1026 u_int16_t bitmap; local
1035 memcpy(&bitmap, ibuf, sizeof(bitmap));
1036 bitmap = ntohs(bitmap);
1043 if ((bitmap & USERIBIT_ALL) != bitmap)
1046 /* remember place where we store the possibly modified bitmap later */
1047 memcpy(rbuf, ibuf, sizeof(bitmap));
1049 rbuf += sizeof(bitmap);
[all...]
H A Dvolume.c1701 static int getvolparams( u_int16_t bitmap, struct vol *vol, struct stat *st, char *buf, size_t *buflen) argument
1744 if (( bitmap & ( (1<<VOLPBIT_BFREE)|(1<<VOLPBIT_BTOTAL) |
1757 while ( bitmap != 0 ) {
1758 while (( bitmap & 1 ) == 0 ) {
1759 bitmap = bitmap>>1;
1887 bitmap = bitmap>>1;
1911 static int stat_vol(u_int16_t bitmap, struct vol *vol, char *rbuf, size_t *rbuflen) argument
1924 buflen = *rbuflen - sizeof( bitmap );
2265 u_int16_t bitmap; local
2691 u_int16_t vid, bitmap; local
2712 u_int16_t vid, bitmap; local
[all...]
H A Ddirectory.c1530 u_int16_t bitmap, struct path *s_path,
1552 if ((bitmap & ((1 << DIRPBIT_ATTR) |
1589 while ( bitmap != 0 ) {
1590 while (( bitmap & 1 ) == 0 ) {
1591 bitmap = bitmap>>1;
1781 bitmap = bitmap>>1;
1821 u_int16_t vid, bitmap; local
1844 memcpy( &bitmap, ibu
1529 getdirparams(const struct vol *vol, u_int16_t bitmap, struct path *s_path, struct dir *dir, char *buf, size_t *buflen ) argument
1894 u_int16_t bitmap = d_bitmap; local
[all...]
H A Dacls.c1487 /* Skip bitmap */
1522 uint16_t vid, bitmap; local
1545 memcpy(&bitmap, ibuf, sizeof( bitmap ));
1546 memcpy(rbuf, ibuf, sizeof( bitmap ));
1547 bitmap = ntohs( bitmap );
1548 ibuf += sizeof( bitmap );
1549 rbuf += sizeof( bitmap );
1550 *rbuflen += sizeof( bitmap );
1617 uint16_t vid, bitmap; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmcg.c185 index = mlx4_bitmap_alloc(&priv->mcg_table.bitmap);
241 mlx4_bitmap_free(&priv->mcg_table.bitmap,
330 mlx4_bitmap_free(&priv->mcg_table.bitmap,
350 mlx4_bitmap_free(&priv->mcg_table.bitmap,
367 err = mlx4_bitmap_init(&priv->mcg_table.bitmap,
379 mlx4_bitmap_cleanup(&mlx4_priv(dev)->mcg_table.bitmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c124 u_int32_t *bitmap, *copymap, **deadp, **deadlist, *tmpmap; local
160 /* Build the waits-for bitmap. */
162 atype, &bitmap, &nlockers, &nalloc, &idmap, rejectp);
173 __dd_debug(env, idmap, bitmap, nlockers, nalloc);
180 memcpy(copymap, bitmap, nlockers * sizeof(u_int32_t) * nalloc);
187 __dd_find(env, bitmap, idmap, nlockers, nalloc, &deadlist)) != 0)
211 killid = (u_int32_t)(*deadp - bitmap) / nalloc;
351 __os_free(env, bitmap);
389 u_int32_t *bitmap, count, dd; local
467 /* Allocate enough space for a count by count bitmap matri
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdsubenc.c37 const uint8_t *bitmap, int linesize,
51 color = bitmap[x];
53 if (bitmap[x+len] != color)
83 bitmap += linesize;
36 dvd_encode_rle(uint8_t **pq, const uint8_t *bitmap, int linesize, int w, int h, const int cmap[256]) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h94 unsigned long length; /* sizeof the bitmap in bits */
154 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A DMakefile7 obj-y := bitmap.o traps.o time.o process.o base.o early.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ddtls1.h94 unsigned long length; /* sizeof the bitmap in bits */
154 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A DMakefile7 reiserfs-objs := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Didr.h50 unsigned long bitmap; /* A zero bit means "space here" */ member in struct:idr_layer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-java.c194 char *bitmap; local
203 bitmap = XNMALLOC (hashsize, char);
204 memset (bitmap, 0, hashsize);
211 if (bitmap[idx] != 0)
235 while (bitmap[idx] != 0);
238 bitmap[idx] = 1;
266 if (bitmap[idx] == 0)
282 free (bitmap);
317 char *bitmap; local
320 bitmap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dsched.c49 DECLARE_BITMAP(bitmap, MAX_PRIO);
206 set_bit(prio, spu_prio->bitmap);
216 clear_bit(prio, spu_prio->bitmap);
378 best = sched_find_first_bit(spu_prio->bitmap);
487 __clear_bit(i, spu_prio->bitmap);
489 __set_bit(MAX_PRIO, spu_prio->bitmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A DMakefile.am23 bitmap.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c147 unsigned long *bitmap; member in struct:cow
179 .bitmap = NULL, \
573 vfree(ubd_dev->cow.bitmap);
574 ubd_dev->cow.bitmap = NULL;
615 ubd_dev->cow.bitmap = (void *) vmalloc(ubd_dev->cow.bitmap_len);
616 if(ubd_dev->cow.bitmap == NULL){
617 printk(KERN_ERR "Failed to vmalloc COW bitmap\n");
622 err = read_cow_bitmap(ubd_dev->fd, ubd_dev->cow.bitmap,
991 __u64 *cow_offset, unsigned long *bitmap,
1001 if(ubd_test_bit(sector + i, (unsigned char *) bitmap))
990 cowify_bitmap(__u64 io_offset, int length, unsigned long *cow_mask, __u64 *cow_offset, unsigned long *bitmap, __u64 bitmap_offset, unsigned long *bitmap_words, __u64 bitmap_len) argument
1029 cowify_req(struct io_thread_req *req, unsigned long *bitmap, __u64 bitmap_offset, __u64 bitmap_len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpci.h59 u16 bitmap; /* Available IRQs */ member in struct:irq_info::__anon3510
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dmemory.c52 * Use the REX prom calls to get hold of the memory bitmap, and thence
67 if (bm->bitmap[i] == 0xff)

Completed in 423 milliseconds

123456789