代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/233448/4684730

h fp-struct-check.h

/* Function definitions that are used by multiple tests. */ #define CHECKS(NAME,TYPEM) \ void checkS##NAME##1 (S##NAME##1 x, TYPEM y) \ { if (x.a != y) DEBUG_CHECK } \ void checkS##NAME##2
www.eeworm.com/read/233448/4685822

c mi3.c

/* Another test case for over-eager multiple include optimization. This one distilled from glibc's setlocale.c and categories.def. */ /* { dg-do compile } */ #define X a #include "mi3.def" #undef
www.eeworm.com/read/233448/4685885

c mi3.c

/* Another test case for over-eager multiple include optimization. This one distilled from glibc's setlocale.c and categories.def. */ /* { dg-do compile } */ #define X a #include "mi3.def" #undef
www.eeworm.com/read/216502/4890734

hel4

.NH Information Handling .LP .sh SORT Sort or merge ASCII files line-by-line. No limit on input size. .op Sort up or down. .op Sort lexicographically or on numeric key. .op Multiple keys located by de
www.eeworm.com/read/209559/4964572

c rd.c

/* * ramdisk.c - Multiple RAM disk driver - gzip-loading version - v. 0.8 beta. * * (C) Chad Page, Theodore Ts'o, et. al, 1995. * * This RAM disk is designed to have filesystems created on it and
www.eeworm.com/read/209559/4967296

c raid1.c

/* * raid1.c : Multiple Devices driver for Linux * * Copyright (C) 1999, 2000, 2001 Ingo Molnar, Red Hat * * Copyright (C) 1996, 1997, 1998 Ingo Molnar, Miguel de Icaza, Gadi Oxman * * RAID-1 m
www.eeworm.com/read/209559/4969977

h shmparam.h

#ifndef _ASM_M32R_SHMPARAM_H #define _ASM_M32R_SHMPARAM_H /* $Id$ */ #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ #endif /* _ASM_M32R_SHMPARAM_H */
www.eeworm.com/read/209559/4970343

h shmparam.h

#ifndef _ASM_CRIS_SHMPARAM_H #define _ASM_CRIS_SHMPARAM_H /* same as asm-i386/ version.. */ #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ #endif /* _ASM_CRIS_SHMPARAM_H */
www.eeworm.com/read/209211/4982889

c des3ecb.c

#include "os.h" #include #include // I wasn't sure what to do when the buffer was not // a multiple of 8. I did what lacy's cryptolib did // to be compatible, but it looks dangerou
www.eeworm.com/read/209211/4982910

c desecb.c

#include "os.h" #include #include // I wasn't sure what to do when the buffer was not // a multiple of 8. I did what lacy's cryptolib did // to be compatible, but it looks dangerou