代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/482287/1289196

java segment.java

package org.ictclas4j.segment; import java.util.ArrayList; import org.apache.log4j.Logger; import org.ictclas4j.bean.Atom; import org.ictclas4j.bean.Dictionary; import org.ictclas4j.bean.MidR
www.eeworm.com/read/480930/1306653

c segment.c

/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $ * segment.c: Prom routine to map segments in other contexts before * a standalone is completely mapped. This is for sun4 and *
www.eeworm.com/read/480930/1307353

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #endif
www.eeworm.com/read/480930/1307474

h segment.h

#ifndef __SPARC_SEGMENT_H #define __SPARC_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/480930/1307649

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/480930/1307811

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/480930/1307949

h segment.h

#ifndef __SPARC64_SEGMENT_H #define __SPARC64_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/480930/1309571

h segment.h

#ifndef _ASM_IA64_SEGMENT_H #define _ASM_IA64_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_IA64_SEGMENT_H */
www.eeworm.com/read/480930/1309678

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #define __KERNEL_CS 0x10 #define __KERNEL_DS 0x18 #define __USER_CS 0x23 #define __USER_DS 0x2B #endif
www.eeworm.com/read/480930/1309764

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H typedef struct { unsigned long seg; } mm_segment_t; #endif