代码搜索:Concise
找到约 39 项符合「Concise」的源代码
代码结果 39
www.eeworm.com/read/144216/5752061
pm concise.pm
package B::Concise;
# Copyright (C) 2000, 2001 Stephen McCamant. All rights reserved.
# This program is free software; you can redistribute and/or modify it
# under the same terms as Perl itself.
our
www.eeworm.com/read/134009/5895955
pm concise.pm
package B::Concise;
# Copyright (C) 2000, 2001 Stephen McCamant. All rights reserved.
# This program is free software; you can redistribute and/or modify it
# under the same terms as Perl itself.
our
www.eeworm.com/read/231546/4714525
pm concise.pm
package B::Concise;
# Copyright (C) 2000, 2001 Stephen McCamant. All rights reserved.
# This program is free software; you can redistribute and/or modify it
# under the same terms as Perl itself.
our
www.eeworm.com/read/321483/3534605
pm concise.pm
package B::Concise;
# Copyright (C) 2000-2003 Stephen McCamant. All rights reserved.
# This program is free software; you can redistribute and/or modify it
# under the same terms as Perl itself.
# No
www.eeworm.com/read/321483/3534620
t concise.t
#!./perl
BEGIN {
if ($ENV{PERL_CORE}){
chdir('t') if -d 't';
@INC = ('.', '../lib');
} else {
unshift @INC, 't';
push @INC, "../../t";
}
require Config;
if (($Config::Config{'
www.eeworm.com/read/358128/3000195
pm concise.pm
package B::Concise;
# Copyright (C) 2000-2003 Stephen McCamant. All rights reserved.
# This program is free software; you can redistribute and/or modify it
# under the same terms as Perl itself.
# No
www.eeworm.com/read/103037/15748622
asm concise.asm
; Turbo Assembler Copyright (c) 1988, 1991 By Borland International, Inc.
; CONCISE.ASM
; From the Turbo Assembler Users Guide
.MODEL small,C
EXTRN C IntDivide:PROC
.COD
www.eeworm.com/read/321483/3534608
t optree_concise.t
#!perl
BEGIN {
if ($ENV{PERL_CORE}){
chdir('t') if -d 't';
@INC = ('.', '../lib', '../ext/B/t');
} else {
unshift @INC, 't';
push @INC, "../../t";
}
require Config;
if (($Conf
www.eeworm.com/read/321483/3534626
t concise-xs.t
#!./perl
# 2 purpose file: 1-test 2-demonstrate (via args, -v -a options)
=head1 SYNOPSIS
To verify that B::Concise properly reports whether functions are XS,
perl, or optimized constant subs, we t