代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/339446/3303058

q3shared

#include "q3shared.h"
www.eeworm.com/read/339446/3309021

prf static_and_shared.prf

!contains(TEMPLATE, subdirs):!macx-xcode { addExclusiveBuilds(static, Static, shared, Shared) }
www.eeworm.com/read/334125/3372460

c shared_mmap.c

/* this tests whether we can use a shared writeable mmap on a file - as needed for the mmap variant of FAST_SHARE_MODES */ #if defined(HAVE_UNISTD_H) #include #endif #include
www.eeworm.com/read/334125/3373457

c shared_mmap.c

/* this tests whether we can use a shared writeable mmap on a file - as needed for the mmap variant of FAST_SHARE_MODES */ #if defined(HAVE_UNISTD_H) #include #endif #include
www.eeworm.com/read/332387/3398929

js shared2.js

startOver = function(){ }
www.eeworm.com/read/323025/3519266

asc shared_object.asc

/* shared_object.asc -- written by Alexis WILKE for Made to Order Software, Ltd. (c) 2005-2006 */ /* Copyright (c) 2005-2006 Made to Order Software, Ltd. Permission is hereby granted, free of charg
www.eeworm.com/read/321483/3534701

t shared_attr.t

use strict; use warnings; BEGIN { if ($ENV{'PERL_CORE'}){ chdir 't'; unshift @INC, '../lib'; } use Config; if (! $Config{'useithreads'}) { print("1..0 # Skip:
www.eeworm.com/read/321483/3535079

t shared_pv.t

################################################################################ # # !!!!! Do NOT edit this file directly! !!!!! # # Edit mktests.PL and/or parts/inc/shared_p
www.eeworm.com/read/316872/3585930

c mmconfig-shared.c

/* * mmconfig-shared.c - Low-level direct PCI config space access via * MMCONFIG - common code between i386 and x86-64. * * This code does: * - known chipset handling * - ACP
www.eeworm.com/read/312645/3652057

c shared-data.c

//========================================================================== // // shared-data.c // // Declaration of bsp shared data pointer. // //====================================