代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile
MINGW=S:\ProgRaw\MinGW
GCC=$(MINGW)\bin\gcc
LIB=$(MINGW)\lib
CFLAGS=-O2 -masm=intel -std=c99
LINKFLAGS=-mconsole -nostartfiles -Wl,--strip-all
load : load.o
$(GCC) $(LINKFLAGS) -o loa
makefile
MINGW=S:\ProgRaw\MinGW
GCC=$(MINGW)\bin\gcc
LIB=$(MINGW)\lib
CFLAGS=-O2 -masm=intel -std=c99
LINKFLAGS=-mconsole -nostartfiles -Wl,--strip-all
load : load.o
$(GCC) $(LINKFLAGS) -o loa
makefile
MINGW=S:\ProgRaw\MinGW
GCC=$(MINGW)\bin\gcc
LIB=$(MINGW)\lib
CFLAGS=-O2 -masm=intel -std=c99
LINKFLAGS=-mconsole -nostartfiles -Wl,--strip-all
load : load.o
$(GCC) $(LINKFLAGS) -o loa
tuple
// class template tuple -*- C++ -*-
// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistrib
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
raid0.h
#ifndef _RAID0_H
#define _RAID0_H
struct strip_zone
{
int zone_offset; /* Zone offset in md_dev */
int dev_offset; /* Zone offset in real dev */
int size; /* Zone size */
int nb_d
makefile
EXEC = main
OBJS = main.o
#CROSS = /usr/local/arm/xscalev1/bin/arm-linux-
CROSS = /usr/local/arm/3.4.3/bin/arm-linux-
#CROSS = /usr/local/arm/2.95.3/bin/arm-linux-
#CROSS =/usr/local/xscale/3.3.3-
fig10_32.cpp
// Points are all in the strip
for( i = 0; i < numPointsInStrip; i++ )
for( j = i + 1; j < numPointsInStrip; j++ )
if( $\mvar{dist}(p_i, p_j) < \delta$ )
rmdir.c
/* rmdir -- remove directories
Copyright (C) 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Genera