代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/164889/5487040
c common_util.c
/*
* (C) Copyright 2001
* Denis Peter, MPL AG Switzerland, d.peter@mpl.ch
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can r
www.eeworm.com/read/162614/5516469
texi gcc-common.texi
@c Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@c Version number and development mod
www.eeworm.com/read/162614/5523030
h bf-common.h
#ifndef __NEXT_RUNTIME__
#include
#endif
#include "next_mapping.h"
void print_ivars (Class class)
{
struct objc_ivar_list* ivars = class->ivars;
int i;
for (i = 0; i < ivars-
www.eeworm.com/read/162614/5523163
f90 common.f90
! Program to test COMMON and EQUIVALENCE.
program common
real (kind=8) a(8)
real (kind=8) b(5), c(5)
common /com1/b,c
equivalence (a(1), b(2))
b = 100
c = 200
call common_pass
www.eeworm.com/read/162614/5529817
h compat-common.h
/* Several of the binary compatibility tests use these macros to
allow debugging the test or tracking down a failure by getting an
indication of whether each individual check passed or failed
www.eeworm.com/read/350097/3128366
c fault-common.c
/*
* linux/arch/arm/mm/fault-common.c
*
* Copyright (C) 1995 Linus Torvalds
* Modifications for ARM processor (c) 1995-1999 Russell King
*
* This program is free software; you can redistribu