代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/130382/5957815

sh cpp.sh

#!/bin/sh # @(#) cpp.sh 1.3 92/01/15 21:53:22 # Unprototypeing preprocessor for pre-ANSI C compilers. On some systems, # this script can be as simple as: # # /lib/cpp "$@" | unproto # # Ho
www.eeworm.com/read/128531/5985007

h multi_arith.h

/* multi_arith.h: multi-precision integer arithmetic functions, needed to do extended-precision floating point. (c) 1998 David Huggins-Daines. Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/128531/5985657

s udivdi3.s

/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU
www.eeworm.com/read/128531/5985860

c init.c

/* * linux/arch/x86_64/mm/init.c * * Copyright (C) 1995 Linus Torvalds * Copyright (C) 2000 Pavel Machek * Copyright (C) 2002 Andi Kleen */ #include
www.eeworm.com/read/128531/5988426

h hubni.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Derived from IRIX
www.eeworm.com/read/127781/5996173

h multi_arith.h

/* multi_arith.h: multi-precision integer arithmetic functions, needed to do extended-precision floating point. (c) 1998 David Huggins-Daines. Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/127781/5996768

s udivdi3.s

/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU
www.eeworm.com/read/127781/5999778

h hubni.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Derived from IRIX
www.eeworm.com/read/127087/6008380

pl generate_nameprep_data.pl

#! /usr/local/bin/perl -w # $Id: generate_nameprep_data.pl,v 1.1.1.1 2003/06/04 00:27:54 marka Exp $ # # Copyright (c) 2001 Japan Network Information Center. All rights reserved. # # By using this
www.eeworm.com/read/124989/6034963

c vsprintf.c

#include "etherboot.h" #include #define LONG_SHIFT ((sizeof(unsigned long)*CHAR_BIT) - 4) #define INT_SHIFT ((sizeof(unsigned int)*CHAR_BIT) - 4) #define SHRT_SHIFT ((sizeof(unsigned s