代码搜索:Thin
找到约 1,525 项符合「Thin」的源代码
代码结果 1,525
www.eeworm.com/read/418717/2085191
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/389028/2544345
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/389028/2544350
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/381490/2644414
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
--
www.eeworm.com/read/381490/2644419
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
--
www.eeworm.com/read/375613/2723742
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/375613/2723747
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/366702/2872654
ads thin_pointer.ads
with System;
package Thin_Pointer is
type Stream is array (Integer range ) of Character;
type Stream_Ptr is access Stream;
for Stream_Ptr'Size use Standard'Address_Size;
type Buf is
www.eeworm.com/read/366702/2872763
adb thin_pointer.adb
-- { dg-do compile }
-- { dg-options "-O" }
package body Thin_Pointer is
procedure Set_Buffer (AD : Buf_Ptr; Buffer : Stream_ptr) is
begin
AD.B.A := Buffer (Buffer'First)'Address;
end
www.eeworm.com/read/366359/2890991
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
--