代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/232343/14196981
lst monitor.lst
1 # 1 "monitor.S"
2 # 1 ""
1 #include "avrx.inc"
0
0
1 #ifndef __AVR
www.eeworm.com/read/225148/14554788
h dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/225148/14554839
h at91c_spi_dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/215074/15075569
h at91c_spi_dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*--------------------------------------------------
www.eeworm.com/read/206968/15284726
h dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/206968/15284740
h at91c_spi_dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/162614/5529930
c builtins-35.c
/* Test that nan functions are not built-in in C90 mode. Bug 14635. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=c89" } */
int nan, nanf, nanl,
www.eeworm.com/read/162614/5530227
c pr15698-6.c
/* Test diagnostics for old-style definition not matching prior
prototype are present and give correct location for that prototype
(bug 15698). Prototyped built-in function, wrong number of
www.eeworm.com/read/293571/8286684
h at91c_spi_dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/147186/12578903
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo