代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/167075/5469621
pl sqr_c8.pl
#!/usr/local/bin/perl
# alpha assember
sub bn_sqr_comba8
{
local($name)=@_;
local(@a,@b,$r,$c0,$c1,$c2);
$cnt=1;
&init_pool(2);
$rp=&wparam(0);
$ap=&wparam(1);
&function_begin($name,"");
www.eeworm.com/read/167075/5469623
pl mul_c8.pl
#!/usr/local/bin/perl
# alpha assember
sub bn_mul_comba8
{
local($name)=@_;
local(@a,@b,$r,$c0,$c1,$c2);
$cnt=1;
&init_pool(3);
$rp=&wparam(0);
$ap=&wparam(1);
$bp=&wparam(2);
&function_
www.eeworm.com/read/325387/3484462
c ngx_array.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
ngx_array_t *
ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size)
{
ngx_array_t *a;
a = ngx_pallo
www.eeworm.com/read/321465/3536403
c occhild.c
#include "apr.h"
#include "apr_file_io.h"
#include "apr.h"
#if APR_HAVE_STDLIB_H
#include
#endif
int main(void)
{
char buf[256];
apr_file_t *err;
apr_pool_t *p;
apr_initi
www.eeworm.com/read/319506/3555722
h schar.h
#define SCHAR_MAJOR 42
#define SCHAR_INC 1024
#define SCHAR_TIMER_DELAY 5*HZ
#define SCHAR_POOL_MIN 10*1024
#define SCHAR_MAX_SYSCTL 512
#define DEV_SCHAR 10
#define DEV_SCHAR_ENTRY 1
/* ioctl
www.eeworm.com/read/316872/3606033
gperf zconf.gperf
%language=ANSI-C
%define hash-function-name kconf_id_hash
%define lookup-function-name kconf_id_lookup
%define string-pool-name kconf_id_strings
%compare-strncmp
%enum
%pic
%struct-type
struct kconf_
www.eeworm.com/read/308688/3712593
h schar.h
#define SCHAR_MAJOR 42
#define SCHAR_INC 1024
#define SCHAR_TIMER_DELAY 5*HZ
#define SCHAR_POOL_MIN 10*1024
#define SCHAR_MAX_SYSCTL 512
#define DEV_SCHAR 10
#define DEV_SCHAR_ENTRY 1
/* ioctl
www.eeworm.com/read/295117/3912370
gperf zconf.gperf
%language=ANSI-C
%define hash-function-name kconf_id_hash
%define lookup-function-name kconf_id_lookup
%define string-pool-name kconf_id_strings
%compare-strncmp
%enum
%pic
%struct-type
struct kconf_
www.eeworm.com/read/292758/3939648
in makefile.in
OEXT=.lo
include @APACHE_CONFIG_VARS@
JK=../common/
COMMON_OBJECTS=${JK}jk_map${OEXT} ${JK}jk_util${OEXT} ${JK}jk_pool${OEXT}
JNI_OBJECTS=jk_jnicb${OEXT} ${COMMON_OBJECTS}
JAVA_INCL=-I @JAV
www.eeworm.com/read/291168/3968496
pl sqr_c8.pl
#!/usr/local/bin/perl
# alpha assember
sub bn_sqr_comba8
{
local($name)=@_;
local(@a,@b,$r,$c0,$c1,$c2);
$cnt=1;
&init_pool(2);
$rp=&wparam(0);
$ap=&wparam(1);
&function_begin($name,"");