代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/432906/1888610
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/420998/2057543
h tree_impl.h
/*
* Implementations for our valuetypes. Note the inheritance for
* BinaryTree_impl, which is both a valuetype and a servant.
*/
#ifndef __TREE_IMPL_H__
#define __TREE_IMPL_H__
#include "tree.h"
www.eeworm.com/read/416830/2106234
h tree_impl.h
/*
* Implementations for our valuetypes. Note the inheritance for
* BinaryTree_impl, which is both a valuetype and a servant.
*/
#ifndef __TREE_IMPL_H__
#define __TREE_IMPL_H__
#include "tree.h"
www.eeworm.com/read/411046/2195273
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/395229/2447445
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/393286/2477313
s bzero.s
/* bzero.S: Simple prefetching memset, bzero, and clear_user
* implementations.
*
* Copyright (C) 2005 David S. Miller
*/
.text
.globl __memset
.type __memset,
www.eeworm.com/read/393286/2477671
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/393286/2479298
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/385462/2591538
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/378176/2689018
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