代码搜索:byte

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

代码结果 10,000
www.eeworm.com/read/398634/2373291

h ut0byte.h

/********************************************************************** Utilities for byte operations (c) 1994, 1995 Innobase Oy Created 1/20/1994 Heikki Tuuri **************************************
www.eeworm.com/read/398634/2373451

c ut0byte.c

/******************************************************************* Byte utilities (c) 1994, 1995 Innobase Oy Created 5/11/1994 Heikki Tuuri ********************************************************
www.eeworm.com/read/395929/2427275

v cache_byte_select.v

module CACHE_BYTE_SELECT(din, r, byte, dout); input [31:0] din; wire [31:0] din; input [1:0] r; wire [1:0] r; input [1:0] byte; wire [1:0] byte; output [31:0] dout; reg
www.eeworm.com/read/395929/2429922

d x-to-byte-sreg.d

#objdump: -dr #name: x-to-byte-sreg-@OR@ .*: file format .*-cris Disassembly of section \.text: 00000000 : [ ]+0:[ ]+0000[ ]+bcc ( 0x2|\.\+2) ^[ ]+\.\.\. 00000004 : [ ]+4:[
www.eeworm.com/read/395929/2429929

d pushpop-byte-sreg.d

#objdump: -dr #name: pushpop-byte-sreg-@OR@ .*:[ ]+file format .*-cris Disassembly of section \.text: 00000000 : [ ]+0:[ ]+ffe1 @IM+7e0e@[ ]+push[ ]+[a-z].* [ ]+4:[ ]+ffe1 @IM+7e0e@[ ]
www.eeworm.com/read/389028/2544750

cdf obj.size.byte.cdf

700 1174 0.1 2400 2265 1.0
www.eeworm.com/read/368335/2823204

sha1 byte-hashes.sha1

# Configuration information for "SHA-1 Test" # SHA tests are configured for BYTE oriented implementations H>SHS Type 1 Hashes DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ^ 3CDF2936DA2FC556BFA533AB
www.eeworm.com/read/368335/2823206

sha1 byte-messages.sha1

# Configuration information for "SHA-1 Test" # SHA tests are configured for BYTE oriented implementations H>SHS Type 1 Strings 0 1 ^ 5 0 2 1 2 1 2 ^ 5 0 1 3 4 4 4 ^ 7 0 4 3 4 4 1 4 4 ^ 10 0 4 1
www.eeworm.com/read/366702/2876216

f90 byte_1.f90

! { dg-do compile } ! { dg-options "-fall-intrinsics -std=f95" } program testbyte integer(1) :: ii = 7 call foo(ii) end program testbyte subroutine foo(ii) integer(1) ii byte b ! { d
www.eeworm.com/read/366702/2877485

f90 byte_2.f90

! { dg-do run } ! { dg-options "-std=gnu" } program testbyte integer(1) :: ii = 7 call foo(ii) end program testbyte subroutine foo(ii) integer(1) ii byte b b = ii call bar(ii,b) end subro