代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/250243/4439664
h nfsfh.h
/*
* include/linux/nfsd/nfsfh.h
*
* This file describes the layout of the file handles as passed
* over the wire.
*
* Earlier versions of knfsd used to sign file handles using keyed MD5
* or SH
www.eeworm.com/read/243567/4525272
h nfsfh.h
/*
* include/linux/nfsd/nfsfh.h
*
* This file describes the layout of the file handles as passed
* over the wire.
*
* Earlier versions of knfsd used to sign file handles using keyed MD5
* or SH
www.eeworm.com/read/240162/4587912
c 20020118-1.c
/* This tests an insn length of sign extention on h8300 port. */
extern void exit (int);
volatile signed char *q;
volatile signed int n;
void
foo (void)
{
signed char *p;
for (;;)
{
www.eeworm.com/read/240162/4588504
c 20020216-1.c
/* PR c/3444
This used to fail because bitwise xor was improperly computed in char type
and sign extended to int type. */
extern void abort ();
extern void exit (int);
signed char c = (signed
www.eeworm.com/read/240162/4590089
c wsignprom.c
/* { dg-do preprocess } */
/* { dg-options "-Wall" } */
/* Test that -Wall emits the warnings about integer promotion changing
the sign of an operand. */
#if -1 > 0U /* { dg-warning "changes si
www.eeworm.com/read/233448/4681745
c 20020118-1.c
/* This tests an insn length of sign extention on h8300 port. */
extern void exit (int);
volatile signed char *q;
volatile signed int n;
void
foo (void)
{
signed char *p;
for (;;)
{
www.eeworm.com/read/233448/4682479
c 20020216-1.c
/* PR c/3444
This used to fail because bitwise xor was improperly computed in char type
and sign extended to int type. */
extern void abort ();
extern void exit (int);
signed char c = (signed
www.eeworm.com/read/233448/4685977
c wsignprom.c
/* { dg-do preprocess } */
/* { dg-options "-Wall" } */
/* Test that -Wall emits the warnings about integer promotion changing
the sign of an operand. */
#if -1 > 0U /* { dg-warning "changes si
www.eeworm.com/read/229812/4738206
c diag0001.c
/*
test for constraint checking for bit-fields
*/
typedef unsigned char UC;
typedef unsigned short US;
typedef unsigned long UL;
typedef signed char SC;
typedef signed short SS;
typedef sign
www.eeworm.com/read/229812/4750797
gml signbit.gml
.func signbit
#include
int signbit( x );
.funcend
.*
.desc begin
The &func macro determines whether the sign of its argument value is negative.
.np
The argument
.arg x
must be an ex