代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/192391/5157307

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/192080/5160194

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/190666/5175374

c 900520_04.c

// 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 constructor initializa
www.eeworm.com/read/179911/5295413

c parport_atari.c

/* Low-level parallel port routines for the Atari builtin port * * Author: Andreas Schwab * * Based on parport_amiga.c. * * The built-in Atari parallel
www.eeworm.com/read/162614/5516921

c builtin-apply-mmx.c

/* __builtin_apply_args () and __builtin_return () built-in functions does not function properly when -mmmx is used in compile flags. __builtin_apply_args () saves all registers that pass argume
www.eeworm.com/read/162614/5529001

c builtins-26.c

/* Copyright (C) 2003 Free Software Foundation. Check that constant folding of built-in math functions doesn't break anything and produces the expected results. Written by Roger Sayle, 28th
www.eeworm.com/read/162614/5529140

c builtins-27.c

/* Copyright (C) 2003 Free Software Foundation. Check that constant folding of built-in math functions doesn't break anything and produces the expected results. Written by Roger Sayle, 29th
www.eeworm.com/read/162614/5529483

c builtins-14.c

/* Copyright (C) 2003 Free Software Foundation. Check that constant folding of built-in math functions doesn't break anything and produces the expected results. Written by Roger Sayle, 9th
www.eeworm.com/read/350097/3130306

c parport_atari.c

/* Low-level parallel port routines for the Atari builtin port * * Author: Andreas Schwab * * Based on parport_amiga.c. * * The built-in Atari parallel
www.eeworm.com/read/340665/3276028

c 900520_04.c

// 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 constructor initializa