代码搜索:semantics

找到约 893 项符合「semantics」的源代码

代码结果 893
www.eeworm.com/read/470720/1451861

c pack-test-1.c

/* Test semantics of #pragma pack. Contributed by Mike Coleman */ /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ /* We only test the alignment of
www.eeworm.com/read/470693/1463565

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu
www.eeworm.com/read/470693/1463807

c pack-test-1.c

/* Test semantics of #pragma pack. Contributed by Mike Coleman */ /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ /* We only test the alignment of
www.eeworm.com/read/240162/4589490

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu
www.eeworm.com/read/233448/4683588

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu
www.eeworm.com/read/193656/5142969

basic

// $Xorg: basic,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "basic" { xkb_types { include "basic" }; xkb_compatibility { include "basic" }; };
www.eeworm.com/read/193656/5142970

xtest

// $Xorg: xtest,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "xtest" { xkb_types { include "basic" }; xkb_compatibility { include "xtest" }; };
www.eeworm.com/read/193656/5142971

default

// $Xorg: default,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "default" { xkb_types { include "default" }; xkb_compatibility { include "default" }; };
www.eeworm.com/read/193656/5142972

complete

// $Xorg: complete,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "complete" { xkb_types { include "complete" }; xkb_compatibility { include "complete" }; };
www.eeworm.com/read/191157/5167424

java crmscomponent.java

package crms.ui; import javax.swing.*; public abstract class CRMSComponent extends JPanel { /** Callback define to indicate to the containing window to close. Semantics can vary between components.