代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/462370/7202156
h bitmap.h
#include
#include
#define BITMAP_ID 0x4D42 // the universal bitmap ID
/*****************************************************************************
LoadBitmapFi
www.eeworm.com/read/461143/7232795
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/392997/7247786
cpp bitmap.cpp
// bitmap.c
// Routines to manage a bitmap -- an array of bits each of which
// can be either on or off. Represented as an array of integers.
//
// Copyright (c) 1992-1993 The Regents of the Univers
www.eeworm.com/read/392997/7247789
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/392997/7247798
o bitmap.o
www.eeworm.com/read/456907/7337287
o bitmap.o
www.eeworm.com/read/456907/7337296
c bitmap.c
//************************************************************************
// Bitmap.C
//************************************************************************
#include
#include
www.eeworm.com/read/456907/7337301
lst bitmap.lst
1 .file "Bitmap.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/456907/7337307
h bitmap.h
#include
#define LCD_WIDTH 128
#ifndef BITMAP_H
#define BITMAP_H
static uint8_t IMAGE[] PROGMEM = {
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x7F,0x7F,
0x7F,0x7F,0x7F,0x7F,0x7F,0x7F,0xFF,0
www.eeworm.com/read/454275/7395351
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