代码搜索:Implementations

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

代码结果 4,027
www.eeworm.com/read/324920/3491792

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/322306/3526244

c execr.c

/* Reentrant versions of execution system calls. These implementations just call the usual system calls. */ #include #include #include /* Some targets provides
www.eeworm.com/read/316872/3587881

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/316872/3587886

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/316872/3588649

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/316872/3590263

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/316872/3598133

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/316872/3598371

h key-type.h

/* Definitions for key type implementations * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can r
www.eeworm.com/read/316872/3601782

h prefetch.h

/* * include/asm-parisc/prefetch.h * * PA 2.0 defines data prefetch instructions on page 6-11 of the Kane book. * In addition, many implementations do hardware prefetching of both * instructions
www.eeworm.com/read/315543/3619642

h listeners.h

/** * Usable ValueUpdateListener implementations * @author OP */ #ifndef LISTENERS_H #define LISTENERS_H #include "Control.h" #include "cthread.h" namespace annie { /** * Simple text-mode visu