代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/198501/5087192
c bitmap.c
/*
* linux/fs/minix/bitmap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
www.eeworm.com/read/198501/5087221
c bitmap.c
/*
* linux/fs/ext2/bitmap.c
*
* Copyright (C) 1992, 1993, 1994 Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
*
www.eeworm.com/read/196302/5103259
cc bitmap.cc
/*!\file Bitmap.cc
Copyright 2003-2004 Fraunhofer Institute for Open Communication Systems (FOKUS),
Berlin, Germany
This file is part of Network Measurement and Ac
www.eeworm.com/read/196302/5103299
h bitmap.h
/*! \file Bitmap.h
bitmap implementation used by ClassifierRFC
this is faster than the bitset stuff from STL (uses 64bit ints internally)
FIXME not a class (yet)
Copyright 2003-20
www.eeworm.com/read/195013/5115868
s bitmap.s
/*
* arch/s390/kernel/bitmap.S
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm-s390/{bitops.h|posix_types.h} for details
*
* S390 version
* Copyright (C) 199
www.eeworm.com/read/195013/5117490
s bitmap.s
/*
* arch/s390/kernel/bitmap.S
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm-s390/{bitops.h|posix_types.h} for details
*
* S390 version
* Copyright (C) 199
www.eeworm.com/read/195013/5122142
c bitmap.c
/*
* linux/fs/affs/bitmap.c
*
* (c) 1996 Hans-Joachim Widmaier
*
* bitmap.c contains the code that handles all bitmap related stuff -
* block allocation, deallocation, calculation of free sp
www.eeworm.com/read/195013/5122169
c bitmap.c
/*
* QNX4 file system, Linux implementation.
*
* Version : 0.2.1
*
* Using parts of the xiafs filesystem.
*
* History :
*
* 28-05-1998 by Richard Frowijn : first release.
* 20-06-1998 by Fra
www.eeworm.com/read/195013/5122306
c bitmap.c
/*
* linux/fs/ext3/bitmap.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*/
www.eeworm.com/read/195013/5122956
c bitmap.c
/*
* linux/fs/minix/bitmap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* Modified for 680x0 by Hamish Macdonald
* Fixed for 680x0 by Andreas Schwab
*/
/* bitmap.c contains the code