代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529142
c wpointer-sign-wall.c
/* This is from PR c/25892. See Wpointer-sign.c for more details. */
/* { dg-options "-Wall" } */
void foo(unsigned long* ulp);
void bar(long* lp) {
foo(lp); /* { dg-warning "differ in signedne
www.eeworm.com/read/350483/3125111
c dsa_sign_hash.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/350483/3125137
c rsa_sign_hash.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/340665/3278676
c bf-sign-2.c
/*
This test checks promotion of bitfields. Bitfields should be promoted
very much like chars and shorts:
Bitfields (signed or unsigned) should be promoted to signed int if their
value will fi
www.eeworm.com/read/340665/3278972
c bf-sign-1.c
main ()
{
struct {
signed int s:3;
unsigned int u:3;
int i:3;
} x = {-1, -1, -1};
if (x.u != 7)
abort ();
if (x.s != - 1)
abort ();
if (x.i != -1 && x.i != 7)
abor
www.eeworm.com/read/333240/3389729
inc sign_div_unsign.inc
FUNCTION sign_div_unsign (numerator[NUM_WIDTH - 1..0], denominator[DEN_WIDTH - 1..0],
clock, aclr, clk_en)
WITH (NUM_WIDTH, DEN_WIDTH, LPM_PIPELINE, NUM_REPRESENTATION,
D
www.eeworm.com/read/332396/3398774
v sign_fir_lms.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 10:31:41 08/25/2007
// Design Name:
/
www.eeworm.com/read/328357/3444799
pod pkcs7_sign.pod
=pod
=head1 NAME
PKCS7_sign - create a PKCS#7 signedData structure
=head1 SYNOPSIS
PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, int flags);
=head1 DESCRIPTI
www.eeworm.com/read/328357/3444888
pod dsa_do_sign.pod
=pod
=head1 NAME
DSA_do_sign, DSA_do_verify - raw DSA signature operations
=head1 SYNOPSIS
#include
DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
int DS
www.eeworm.com/read/312898/3647679
v sign_fir_lms.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 10:31:41 08/25/2007
// Design Name:
/