代码搜索:Because

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

代码结果 10,000
www.eeworm.com/read/480930/1309418

h msgbuf.h

#ifndef _ASM_IA64_MSGBUF_H #define _ASM_IA64_MSGBUF_H /* * The msqid64_ds structure for IA-64 architecture. * Note extra padding because this structure is passed back and forth * between kernel an
www.eeworm.com/read/480930/1309423

h sembuf.h

#ifndef _ASM_IA64_SEMBUF_H #define _ASM_IA64_SEMBUF_H /* * The semid64_ds structure for IA-64 architecture. * Note extra padding because this structure is passed back and forth * between kernel an
www.eeworm.com/read/480930/1309553

h ipcbuf.h

#ifndef _ASM_IA64_IPCBUF_H #define _ASM_IA64_IPCBUF_H /* * The ipc64_perm structure for IA-64 architecture. * Note extra padding because this structure is passed back and forth * between kernel an
www.eeworm.com/read/480930/1309587

h shmbuf.h

#ifndef _ASM_IA64_SHMBUF_H #define _ASM_IA64_SHMBUF_H /* * The shmid64_ds structure for IA-64 architecture. * Note extra padding because this structure is passed back and forth * between kernel an
www.eeworm.com/read/480930/1309611

h msgbuf.h

#ifndef _I386_MSGBUF_H #define _I386_MSGBUF_H /* * The msqid64_ds structure for i386 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user s
www.eeworm.com/read/480930/1309617

h sembuf.h

#ifndef _I386_SEMBUF_H #define _I386_SEMBUF_H /* * The semid64_ds structure for i386 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user s
www.eeworm.com/read/480930/1309691

h shmbuf.h

#ifndef _I386_SHMBUF_H #define _I386_SHMBUF_H /* * The shmid64_ds structure for i386 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user s
www.eeworm.com/read/480930/1311140

c svcproc.c

/* * linux/fs/lockd/svcproc.c * * Lockd server procedures. We don't implement the NLM_*_RES * procedures because we don't use the async procedures. * * Copyright (C) 1996, Olaf Kirch
www.eeworm.com/read/479151/1342905

c svcproc.c

/* * linux/fs/lockd/svcproc.c * * Lockd server procedures. We don't implement the NLM_*_RES * procedures because we don't use the async procedures. * * Copyright (C) 1996, Olaf Kirch
www.eeworm.com/read/470720/1444638

c strength-reduce.c

// This testcase was miscompiled on s390x, because strength-reduction // did not see biv in C::foo as used after loop, but it was used // in a REG_EQUAL note. // { dg-do run } // { dg-options "-O2" }