代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/292705/3947334

h segment.h

#ifndef _M68K_SEGMENT_H #define _M68K_SEGMENT_H /* define constants */ /* Address spaces (FC0-FC2) */ #define USER_DATA (1) #ifndef __USER_DS #define __USER_DS (USER_DATA) #endif #define USER
www.eeworm.com/read/292705/3947467

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #endif
www.eeworm.com/read/292705/3947893

h segment.h

#ifndef __ASM_ARM_SEGMENT_H #define __ASM_ARM_SEGMENT_H #define __KERNEL_CS 0x0 #define __KERNEL_DS 0x0 #define __USER_CS 0x1 #define __USER_DS 0x1 #endif /* __ASM_ARM_SEGMENT_H */
www.eeworm.com/read/292705/3948027

h segment.h

#ifndef __ALPHA_SEGMENT_H #define __ALPHA_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/292705/3948130

h segment.h

#ifndef __PARISC_SEGMENT_H #define __PARISC_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/292705/3948361

h segment.h

/* * BK Id: SCCS/s.segment.h 1.7 05/17/01 18:14:25 cort */ #include
www.eeworm.com/read/288937/3999072

h segment.h

#ifndef __ASM_ARM_SEGMENT_H #define __ASM_ARM_SEGMENT_H #define __KERNEL_CS 0x0 #define __KERNEL_DS 0x0 #define __USER_CS 0x1 #define __USER_DS 0x1 #endif /* __ASM_ARM_SEGMENT_H */
www.eeworm.com/read/281827/4112467

cc segment.cc

// Copyright (C) 2002 Charless C. Fowlkes // Copyright (C) 2002 David R. Martin // // This program is free software; you can redistribute it and
www.eeworm.com/read/277317/4156915

h segment.h

www.eeworm.com/read/273778/4191756

h segment.h

/* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer * $Revision: 1.13 $ * * This is free software. You are permitted to use,