代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/190666/5173138

c builtins8.c

// Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // // Special g++ Options: -O2 extern "C" void l
www.eeworm.com/read/175436/5347224

reg axcrypt-disabletrybrokenfile.reg

REGEDIT4 ; ; @(#) $Id: AxCrypt-DisableTryBrokenFile.reg,v 1.1 2005/02/23 17:27:36 svante Exp $ ; ; Use this file only when instructed by Axon Data. It is part ; of the built-in capabilities to ha
www.eeworm.com/read/175436/5347225

reg axcrypt-enabletrybrokenfile.reg

REGEDIT4 ; ; @(#) $Id: AxCrypt-EnableTryBrokenFile.reg,v 1.1 2005/02/23 17:27:37 svante Exp $ ; ; Use this file only when instructed by Axon Data. It is part ; of the built-in capabilities to han
www.eeworm.com/read/162614/5519684

c builtins7.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // exte
www.eeworm.com/read/162614/5519750

c builtins6.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // type
www.eeworm.com/read/162614/5519798

c builtins8.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // ext
www.eeworm.com/read/162614/5522028

c 900520_04.c

// { dg-do run } // g++ 1.37.1 bug 900520_04 // g++ does not yet support the initialization of scalar type objects // (including built-in arithmetic types, enum types, and pointer types) // via cons
www.eeworm.com/read/162614/5526871

c abs-1.c

/* Test for -fno-builtin-FUNCTION. */ /* Origin: Joseph Myers . */ /* GCC normally handles abs and labs as built-in functions even without optimization. So test that with -fno-b
www.eeworm.com/read/350483/3125282

c cipher_hash_test.c

/* test the ciphers and hashes using their built-in self-tests */ #include "test.h" int cipher_hash_test(void) { int x; unsigned char buf[4096]; unsigned long n; prng_state
www.eeworm.com/read/347830/3162628

java randomjava.java

package org.jgap.util; import org.jgap.*; import java.util.Random; /** Implementation of a randomX-compliant class based upon the built-in Java.util.Random generat