代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3132908
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/340665/3278619
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/340665/3279139
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/340665/3280858
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/337546/3337049
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/324920/3495844
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/323368/3516933
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/321371/3537909
svn-base libc.c.svn-base
#include "libc.h"
int atoi(const char *s)
{
int idx = 0;
int sign = 1, val = 0;
if (s == 0)
return 0;
while (s[idx] != 0)
{
if ((s[idx] == ' ') || (s
www.eeworm.com/read/316872/3598397
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/316872/3604785
txt mm.txt
Virtual memory map with 4 level page tables:
0000000000000000 - 00007fffffffffff (=47 bits) user space, different per mm
hole caused by [48:63] sign extensi