代码搜索:stripped-down
找到约 32 项符合「stripped-down」的源代码
代码结果 32
www.eeworm.com/read/127781/5996520
makefile
#
# Makefile for the linux/parisc floating point code
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unl
www.eeworm.com/read/161121/5557224
makefile
#
# Makefile for the linux/parisc floating point code
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unl
www.eeworm.com/read/171365/9760324
asm start.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; stripped-down startup code
; - no #pragma startup/#pragma exit/atexit()...
; - no freeing of unused memory for TINY
www.eeworm.com/read/137133/13344103
readme
This directory contains a stripped-down version of the zlib 1.1.4 compression
library, modified to allow creation of a static library with autoconf.
The original library was obtained from:
http
www.eeworm.com/read/315177/13549200
c printf.c
/*****************************************************************************
Stripped-down printf()
Chris Giese http://www.execpc.com/~geezer
Release date: Dec 12, 2003
This code
www.eeworm.com/read/199943/5074852
bogofilter readme.bogofilter
README.bogofilter -- (C) 2004 by Matthias Andree, GNU GPL v2.
------------------------------------------------------------------------
This is a stripped-down import of the GNU Scientific Library v1.4
www.eeworm.com/read/347220/3173984
readme
This directory contains a stripped-down version of the zlib 1.1.4 compression
library, modified to allow creation of a static library with autoconf.
The original library was obtained from:
http
www.eeworm.com/read/109811/15547566
readme
This directory contains a stripped-down version of the zlib 1.1.4 compression
library, modified to allow creation of a static library with autoconf.
The original library was obtained from:
http
www.eeworm.com/read/456693/1604401
py urlparse.py
# Portions Copyright (c) 2005 Nokia Corporation
# A stripped-down version
__all__ = ["urlsplit"]
# A classification of schemes ('' means apply by default)
uses_netloc = ['ftp', 'http', 'gophe
www.eeworm.com/read/217965/4865712
c bootconfig.c
/* bootConfig.c - system configuration module for boot ROMs */
/*
DESCRIPTION
This is the WRS-supplied configuration module for the VxWorks boot ROM.
It is a stripped-down version of usrConfig.c, hav