代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/151104/5686311
c misc.c
/*
* BK Id: SCCS/s.misc.c 1.22 10/15/01 17:46:21 trini
*
* arch/ppc/boot/prep/misc.c
*
* Adapted for PowerPC by Gary Thomas
*
* Rewritten by Cort Dougan (cort@cs.nmt.edu)
* One day to be repla
www.eeworm.com/read/151104/5686320
s misc.s
/*
* BK Id: SCCS/s.misc.S 1.6 05/18/01 15:17:15 cort
*/
/*
* Copyright (C) Paul Mackerras 1997.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t
www.eeworm.com/read/151104/5686323
s misc.s
/*
* BK Id: SCCS/s.misc.S 1.7 05/18/01 06:20:29 patch
*/
/*
* Copyright (C) Paul Mackerras 1997.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/150583/5690386
cxx misc.cxx
//==========================================================================
//
// misc.cxx
//
// Fileio miscellaneous functions
//
//========================================================
www.eeworm.com/read/149876/5695177
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/149876/5695292
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/149876/5696212
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/149876/5696223
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/149876/5696521
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/149876/5696540
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;