代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/167185/5462583
help add_op.help
The add_op_panel provides a convenient interface to the
waves add_op command. A summary of the add_op command
itself is given later in this helpfile. Most of this
material was extracted from the w
www.eeworm.com/read/167133/5468647
java databasemetadata.java
/* DatabaseMetaData.java -- Information about the database itself.
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free so
www.eeworm.com/read/162614/5515386
c nested_struct1.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Limitations: none.
PR: none.
Originat
www.eeworm.com/read/162614/5515431
c nested_struct.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Limitations: none.
PR: none.
Originat
www.eeworm.com/read/162614/5521418
c nest13.c
// { dg-do assemble }
// GROUPS passed nested-classes
// The bug here is that wer'e getting a message about inner not
// being a basetype itself. I think it's because it's being
// compared as the "
www.eeworm.com/read/162614/5526306
f90 auto_array_1.f90
! { dg-do run }
! PR fortran/17077.
! Automatic arrays are allocated on the heap. When used as an actual argument
! we were passing the address of the pointer, not the pointer itself.
program p
i
www.eeworm.com/read/162614/5528714
c sibcall-2.c
/* Simple check that sibling calls are performed from a
void non-leaf-function taking no arguments calling itself.
Copyright (C) 2002 Free Software Foundation Inc.
Contributed by Hans-Peter
www.eeworm.com/read/350097/3134453
h unaligned.h
#ifdef __KERNEL__
#ifndef __PPC_UNALIGNED_H
#define __PPC_UNALIGNED_H
/*
* The PowerPC can do unaligned accesses itself in big endian mode.
*
* The strange macros are there to make sure these can
www.eeworm.com/read/350097/3134766
txt urb.txt
Revised: 2000-Dec-05.
1. Specification of the API
1.1. Basic concept or 'What is an URB?'
The basic idea of the new driver is message passing, the message itself is
called USB Request Block, or UR
www.eeworm.com/read/347549/3167687
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction) {
this.editor = editor;
this.handler = handler;
var dlg