代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/147766/5722162

s viscopy.s

/* $Id: VIScopy.S,v 1.26 2001/09/27 04:36:24 kanoj Exp $ * VIScopy.S: High speed copy operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Mille
www.eeworm.com/read/147331/5731183

h atomicity.h

/* Low-level functions for atomic operations. ix86 version, x >= 4. Copyright (C) 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library i
www.eeworm.com/read/144216/5752566

t ref.t

#!./perl print "1..56\n"; # Test glob operations. $bar = "ok 1\n"; $foo = "ok 2\n"; { local(*foo) = *bar; print $foo; } print $foo; $baz = "ok 3\n"; $foo = "ok 4\n"; { local(*foo) = 'b
www.eeworm.com/read/144216/5752596

t args.t

#!./perl print "1..9\n"; # test various operations on @_ my $ord = 0; sub new1 { bless \@_ } { my $x = new1("x"); my $y = new1("y"); ++$ord; print "# got [@$y], expected [y]\nnot "
www.eeworm.com/read/141138/5776952

h drawsemop.h

/* ** $Id: drawsemop.h,v 1.10 2003/08/12 07:46:18 weiym Exp $ ** ** drawsemop.h: operations for drawing semaphore. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming.
www.eeworm.com/read/141138/5777019

c screen.c

/* ** $Id: screen.c,v 1.5 2003/09/04 06:02:53 weiym Exp $ ** ** screen.c: Screen operations of GDI ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current ma
www.eeworm.com/read/141138/5777028

c palette.c

/* ** $Id: palette.c,v 1.6 2003/09/04 06:02:53 weiym Exp $ ** ** palette.c: Palette operations of GDI. ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2001 ~ 2002 Wei Yongming. ** ** Curren
www.eeworm.com/read/141138/5777033

c drawsemop.c

/* ** $Id: drawsemop.c,v 1.14 2003/09/04 03:46:47 weiym Exp $ ** ** drawsemop.c: operations for drawing semaphore. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming.
www.eeworm.com/read/141138/5777051

c rect.c

/* ** $Id: rect.c,v 1.10 2003/09/04 03:09:52 weiym Exp $ ** ** Rectangle operations of GDI. ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/06/12,
www.eeworm.com/read/141138/5777066

c screen.c

/* ** $Id: screen.c,v 1.15 2003/09/04 03:09:52 weiym Exp $ ** ** Screen operations of GDI ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/06/12, de