代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/167185/5464244
me local.me
.lo
.SJ "Adding Local Functions to ESPS"
.AU "Alan Parker"
.TM ETM-S-88-W1 1.2 6/27/88
.*R
ETM-S-86-14, Entropic Signal Processing System (ESPS) Programming Guidelines
.*R
ETM-S-87-29, Installation In
www.eeworm.com/read/164889/5486835
h local.h
/*
* (C) Copyright 2003
* Ingo Assmus
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribut
www.eeworm.com/read/162614/5517081
c local.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -funit-at-a-time" } */
/* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target ilp32 } } } */
/* { dg-final { scan-assem
www.eeworm.com/read/162614/5522410
c local.c
// { dg-do assemble }
// General testcase for local classes.
int x;
void f ()
{
static int s;
int x; // { dg-error "" } referenced below
extern int q();
struct local {
int g() { retur
www.eeworm.com/read/347002/3178339
rc local.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/342142/3237827
h local.h
/*
* (C) Copyright 2003
* Ingo Assmus
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribut
www.eeworm.com/read/340710/3265156
local db.local
;
; BIND data file for local domain
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cach
www.eeworm.com/read/340665/3269073
h local.h
/* local header used by libc/time routines */
#include
#include
#define SECSPERMIN 60L
#define MINSPERHOUR 60L
#define HOURSPERDAY 24L
#define SECSPERHOUR (SECSPERMIN * MINSPERHOUR
www.eeworm.com/read/340665/3270615
h local.h
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/340665/3270946
h local.h
/* Misc. local definitions for libc/stdlib */
#ifndef _LOCAL_H_
#define _LOCAL_H_
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
#endif