代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/166734/5473669

h sinfiles.h

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/163726/5509404

bas crc.bas

Attribute VB_Name = "CRC" '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '用来计算CRC的值 'BCRC是所要计算的进位值(16或32),如16位元CRC时,其值即为16 'GP是衍生多项式,以16进位表示较佳 'BDF是欲求出CRC的原始数值 '传回值即是计算後的CRC值 ''
www.eeworm.com/read/161692/5550683

java spark.java

// // Copyright 2002 Nokia Mobile Phones Ltd. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
www.eeworm.com/read/161513/5551538

bat antrun.bat

@echo off REM REM Copyright 2001-2002,2004 The Apache Software Foundation REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in comp
www.eeworm.com/read/161121/5556144

h fpmem.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. * * Copyright (C)
www.eeworm.com/read/161121/5557447

s divdi3.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/159825/5581101

h page.h

#ifndef _M68K_PAGE_H #define _M68K_PAGE_H /* PAGE_SHIFT determines the page size */ #define PAGE_SHIFT 12 #define PAGE_SIZE (1UL
www.eeworm.com/read/159482/5584221

c text_fdct_mmx.c

#define INP eax #define OUT ecx #define TABLE ebx #define TABLEF ebx #define round_frw_row edx #define x0 INP + 0*16 #define x1 INP + 1*16 #define x2 INP + 2*16 #define x3 INP + 3*16 #
www.eeworm.com/read/158872/5591254

c bits.c

/* This file is part of the program psim. Copyright (C) 1994-1995, Andrew Cagney This program is free software; you can redistribute it and/or modify it under t
www.eeworm.com/read/158865/5592727

c lbitshft.c

#include "f2c.h" integer #ifdef KR_headers lbit_shift(a, b) integer a; integer b; #else lbit_shift(integer a, integer b) #endif { return b >= 0 ? a > -b); }