代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/217049/14980880
c compbyte.c
/* compbyte.c
bcompare -> addr1 & addr2 increment
bcompare_1 -> addr1 stays same, addr2
All have same...
Entry:
Exit: if OK.
*/
#include
#include
www.eeworm.com/read/217049/14980893
c compword.c
/* compword.c
wcompare -> addr1 & addr2 increment
wcompare_1 -> addr1 stays same, addr2
All have same...
Entry:
Exit: if OK.
*/
#include
#include
www.eeworm.com/read/212230/15162665
6
目前的内存管理还是很简陋的。对页的管理也只是用了u8类型的数组(mem_map)对页进行引用计数,在实现方面也只有
//取得一个空闲页,返回页号
int get_free_page()
//释放一页,addr为逻辑地址
int free_page(u32 addr)
//获取一个空闲页映射到当前进程的addr地址处
s32 put_page(addr_t addr)
//取得一个
www.eeworm.com/read/170239/5405987
c dis_68k.c
/* MC68000 Disassembler:
* ELS...
* This disassembler is a hack of the mc68dis disassembler.
* NOTE: this adds approximately 20K to the size of the monitor.
*
* General notice:
* This code
www.eeworm.com/read/164931/5485963
c allocations.c
/*
* OpenPBS (Portable Batch System) v2.3 Software License
*
* Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
* All rights reserved.
*
* ---------------------------------------
www.eeworm.com/read/164931/5486047
c allocations.c
/*
* OpenPBS (Portable Batch System) v2.3 Software License
*
* Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
* All rights reserved.
*
* ---------------------------------------
www.eeworm.com/read/161121/5556210
c palinfo.c
/*
* palinfo.c
*
* Prints processor specific information reported by PAL.
* This code is based on specification of PAL as of the
* Intel IA-64 Architecture Software Developer's Manual v1.0.
*
*
www.eeworm.com/read/161121/5558513
c miropcm20-rds.c
/* MiroSOUND PCM20 radio rds interface driver
* (c) 2001 Robert Siemer
* Thanks to Fred Seidel. See miropcm20-rds-core.c for further information.
*/
/* Revision history:
*
www.eeworm.com/read/161121/5559102
c ftape-proc.c
/*
* Copyright (C) 1997 Claus-Justus Heine
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free
www.eeworm.com/read/152843/5657318
c palinfo.c
/*
* palinfo.c
*
* Prints processor specific information reported by PAL.
* This code is based on specification of PAL as of the
* Intel IA-64 Architecture Software Developer's Manual v1.0.
*
*