代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/148694/5710616
exp misc.exp
# Miscellaneous FR30 simulator testcases
if [istarget fr30*-*-*] {
# load support procs
# load_lib cgen.exp
# all machines
set all_machs "fr30"
# The .ms suffix is for "miscella
www.eeworm.com/read/148694/5710731
exp misc.exp
# Miscellaneous M32R simulator testcases
if [istarget m32r*-*-*] {
# load support procs
# load_lib cgen.exp
# all machines
set all_machs "m32r"
# The .ms suffix is for "miscell
www.eeworm.com/read/148694/5711651
exp misc.exp
# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/148694/5711662
cc misc.cc
// Test various -*- C++ -*- things.
// ====================== basic C++ types =======================
bool v_bool;
bool v_bool_array[2];
typedef struct fleep fleep;
struct fle
www.eeworm.com/read/148694/5711955
exp misc.exp
# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/148694/5711974
ch misc.ch
misc_tests : MODULE;
DCL otto INT := 42;
DCL foo STRUCT (l LONG, c CHAR, b BOOL, s CHARS(3));
dummyfunc: PROC();
END dummyfunc;
dummyfunc();
END misc_tests;
www.eeworm.com/read/148153/5717212
c misc.c
/*
* misc.c Various miscellaneous functions.
*
* Version: $Id: misc.c,v 1.41.2.3 2005/08/24 14:37:51 nbk Exp $
*
* This library is free software; you can redistribute it and/or
* modify it u
www.eeworm.com/read/147766/5720807
c misc.c
/*
* arch/sh/boot/compressed/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Adapte
www.eeworm.com/read/147766/5721149
c misc.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Miscellaneous ARCS
www.eeworm.com/read/147766/5721187
c misc.c
/*
* arch/mips/galileo/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
* puts by Nick Holl