代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/318247/3570472

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/316872/3589634

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/316872/3597130

h segment.h

#ifdef CONFIG_X86_32 # include "segment_32.h" #else # include "segment_64.h" #endif
www.eeworm.com/read/316872/3597554

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/316872/3599298

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/316872/3599398

h segment.h

/* * include/asm-xtensa/segment.h * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for mor
www.eeworm.com/read/316872/3599561

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/316872/3599707

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/316872/3599834

h segment.h

#ifndef _ASM_M32R_SEGMENT_H #define _ASM_M32R_SEGMENT_H #define __KERNEL_CS 0x10 #define __KERNEL_DS 0x18 #define __USER_CS 0x23 #define __USER_DS 0x2B #endif /* _ASM_M32R_SEGMENT_H */
www.eeworm.com/read/316872/3600171

h segment.h

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