代码搜索:SECTOR
找到约 7,252 项符合「SECTOR」的源代码
代码结果 7,252
www.eeworm.com/read/131315/5934006
4 rx.4
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a
www.eeworm.com/read/100204/15880390
readme
#
# $Id: README,v 1.1 1997/02/23 16:14:56 eric Rel $
#
I am enclosing 3 test programs that I use to verify the
integrity of an iso9660 disc. The first one (isodump) is pretty
simple - it dumps to th
www.eeworm.com/read/390147/8482260
c p_lights.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/287166/8714832
c p_lights.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: p_lights.c,v 1.5 2000/11/02 17:50:07 stroggonmeth Exp $
//
// Copyr
www.eeworm.com/read/381392/9095126
c hostemu.c
/*
hostemu.c
DOSFS Embedded FAT-Compatible Filesystem
Host-Side Emulation Code
(C) 2005 Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#include
#include
#include "dosfs
www.eeworm.com/read/381392/9095136
c main.c
/*
Test program for DOSFS
Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#include
#include
//#include "hostemu.h"
#include "dosfs.h"
#include
#include
www.eeworm.com/read/198400/7936902
h ide.h
#ifndef __IDE_H__
#define __IDE_H__
#ifdef __cplusplus
extern "C" {
#endif
#define SECTOR_BYTES 512
#define SECTOR_WORDS (SECTOR_BYTES/2)
#define PRIMARY 0
#define SLAVE 1
#
www.eeworm.com/read/140930/13052050
c p_lights.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/312239/13614650
c hostemu.c
/*
hostemu.c
DOSFS Embedded FAT-Compatible Filesystem
Host-Side Emulation Code
(C) 2005 Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#include
#include
#include "dosfs
www.eeworm.com/read/312239/13614652
c main.c
/*
Test program for DOSFS
Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#include
#include
#include "dosfs.h"
int main(int _argc, char *_argv[])
{
uint8_t secto