代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/470720/1450225

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/470720/1450520

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/470693/1462171

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/470693/1462466

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/459361/1569752

c ecc_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/459361/1569767

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/459361/1569830

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/247605/4477819

py md5sign.py

# # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: md5sign.py,v 1.2 2004/07/07 22:00:04 hubbe Exp $ # # Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. # # Th
www.eeworm.com/read/240162/4587974

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/240162/4588321

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