代码搜索:Implementations

找到约 4,027 项符合「Implementations」的源代码

代码结果 4,027
www.eeworm.com/read/378176/2689460

readme

This directory contains ia32 SSE assembly implementations for some of the most important Gromacs nonbonded functions. Since we want it to work with any compiler we cannot use gcc inline assembly (Por
www.eeworm.com/read/373367/2763902

readme

The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. T
www.eeworm.com/read/362989/2924213

h klist.h

/* * klist.h - Some generic list helpers, extending struct list_head a bit. * * Implementations are found in lib/klist.c * * * Copyright (C) 2005 Patrick Mochel * * This file is rleased under
www.eeworm.com/read/161121/5556904

s checksum.s

/* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * This program is free
www.eeworm.com/read/160611/5569403

original readme.original

The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. T
www.eeworm.com/read/156413/5611760

java value.java

package com.ora.jsp.sql; import java.math.*; import java.sql.*; /** * This class represents a value used by the SQL tags. It contains * default implementations of get methods for all suppor
www.eeworm.com/read/156413/5611761

java column.java

package com.ora.jsp.sql; import java.math.*; import java.sql.*; /** * This class represents a column in a row returned by a SQL query. It * contains default implementations of get methods f
www.eeworm.com/read/152843/5658210

s checksum_64.s

/* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * This program is free
www.eeworm.com/read/152843/5658216

s checksum_32.s

/* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * This program is free
www.eeworm.com/read/152843/5658496

s bzero.s

/* bzero.S: Simple prefetching memset, bzero, and clear_user * implementations. * * Copyright (C) 2005 David S. Miller */ .text .globl __memset .type __memset,