代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/200486/15432099

bmp bitmap.bmp

www.eeworm.com/read/200021/15442846

pkg bitmap.pkg

; @brief Package information file for Bitmap application ; ; Copyright (c) EMCC Software Ltd 2003 ; @version 1.0 ; ;Languages &EN ; ; UID is the app's UID #{"Bitmap"},(0x101F6144),1,0,0 ; ;
www.eeworm.com/read/200021/15442852

hrh bitmap.hrh

/** * * @brief Constants file for Bitmap application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifndef BITMAP_HRH #define BITMAP_HRH // Bitmap application view ids
www.eeworm.com/read/200021/15442857

loc bitmap.loc

/** * * @brief Definitions of languages for Bitmap application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifdef LANGUAGE_01 #include "Bitmap.l01" #endif // #ifdef LA
www.eeworm.com/read/200021/15442878

mmp bitmap.mmp

/** * * @brief Project specification file for Bitmap application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ TARGET Bitmap.app TARGETTYPE app UID 0x100039CE 0x101F6144
www.eeworm.com/read/200021/15442879

rss bitmap.rss

/** * * @brief Resource file for Bitmap application * * © EMCC Software Ltd * @version 1.0 */ // RESOURCE IDENTIFIER NAME BITM // 4 letter ID // INCLUDES #include #
www.eeworm.com/read/111947/15499734

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/110649/15528009

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"
www.eeworm.com/read/110160/15541007

c bitmap.c

/* * linux/fs/bitmap.c * * (C) 1991 Linus Torvalds */ /* bitmap.c contains the code that handles the inode and block bitmaps */ #include #include #include
www.eeworm.com/read/107118/15612623

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