代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/139269/13165457
obj bitmap.obj
www.eeworm.com/read/139269/13165570
c bitmap.c
/*************************************************/
/*******************位图************************/
/***************2003年9月14日*******************/
/************WROTE BY WANGSW****************
www.eeworm.com/read/139269/13165574
h bitmap.h
/*************************************************/
/*******************位图************************/
/***************2003年9月14日*******************/
/************WROTE BY WANGSW****************
www.eeworm.com/read/241044/13177612
c bitmap.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/325151/13223142
c bitmap.c
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
#define clear_block(addr) \
__asm__("cld\n\t" \
"rep
www.eeworm.com/read/136565/13301289
c bitmap.c
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
#define clear_block(addr) \
__asm__("cld\n\t" \
"rep
www.eeworm.com/read/137612/13309094
c bitmap.c
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
#define clear_block(addr) \
__asm__("cld\n\t" \
"rep
www.eeworm.com/read/137489/13320015
s bitmap.s
; bitmap.S is
; Copyright 2001 John Coffman.
; All rights reserved.
;
; Licensed under the terms contained in the file 'COPYING' in the
; source directory.
;
;
#define ncol KEYTABLE+256+mt_ncol
;
www.eeworm.com/read/137489/13320063
h bitmap.h
/* bitmap.h */
/*
Copyright 2001-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
source directory.
*/
#ifndef BITMAP_H
#define BITMAP_H
ty