代码搜索:Loading

找到约 8,789 项符合「Loading」的源代码

代码结果 8,789
www.eeworm.com/read/240162/4583466

m unclaimed-category-1a.m

/* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */ #include #include /* Test loading unclaimed categories - categories of a class defined separately from
www.eeworm.com/read/233448/4676485

m unclaimed-category-1a.m

/* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */ #include #include /* Test loading unclaimed categories - categories of a class defined separately from
www.eeworm.com/read/233448/4684077

c arm-scd42-1.c

/* Verify that mov is preferred on XScale for loading a 1 byte constant. */ /* { dg-do compile { target xscale-*-* } } */ /* { dg-options "-mcpu=xscale -O" } */ unsigned load1(void) __attribute__ ((n
www.eeworm.com/read/233448/4684117

c arm-scd42-2.c

/* Verify that mov is preferred on XScale for loading a 2 byte constant. */ /* { dg-do compile { target xscale-*-* } } */ /* { dg-options "-mcpu=xscale -O" } */ unsigned load2(void) __attribute__ ((n
www.eeworm.com/read/233448/4686167

c arm-scd42-3.c

/* Verify that ldr is preferred on XScale for loading a 3 or 4 byte constant. */ /* { dg-do compile { target xscale-*-* } } */ /* { dg-options "-mcpu=xscale -O" } */ unsigned load4(void) __attribute_
www.eeworm.com/read/195013/5119138

h module.h

/* * Dynamic loading of modules into the kernel. * * Rewritten by Richard Henderson Dec 1996 */ #ifndef _LINUX_MODULE_H #define _LINUX_MODULE_H #include #include
www.eeworm.com/read/192449/5155475

h elf.h

/* * ELF executable loading * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.14 $ * * This is fre
www.eeworm.com/read/192449/5155561

c elf.c

/* * ELF executable loading * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.29 $ * * This is fre
www.eeworm.com/read/192449/5155596

h elf.h

/* * ELF executable loading * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.14 $ * * This is fre
www.eeworm.com/read/192449/5155645

c lprog.c

/* * Code for loading and running an ELF executable in kernel mode * * Copyright (c) 2004 David H. Hovemeyer * Copyright (c) 2004 Iulian Neamtiu * $Rev