代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/367467/2845131

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.130 2005/12/29 15:32:11 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/365785/2895235

h bitmap.h

#ifndef _BITMAP_H #define _BITMAP_H /* Bit map operations to manipulate bits of a simple mask variable. */ #define bit_set(mask, n) ((mask) |= (1
www.eeworm.com/read/362762/2927211

h bitmap.h

#ifndef _BITMAP_H #define _BITMAP_H /* Bit map operations to manipulate bits of a simple mask variable. */ #define bit_set(mask, n) ((mask) |= (1
www.eeworm.com/read/358714/2984432

c mkcert.c

/* Certificate creation. Demonstrates some certificate related * operations. */ #include #include #include #include #include
www.eeworm.com/read/357352/3016305

c lookup.c

/* vi: set sw=4 ts=4: */ /* * lookup.c --- ext2fs directory lookup operations * * Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under th
www.eeworm.com/read/357209/3028109

h drawsemop.h

/* ** $Id: drawsemop.h,v 1.11 2003/12/11 05:07:04 weiym Exp $ ** ** drawsemop.h: operations for drawing semaphore. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming.
www.eeworm.com/read/357209/3028158

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/357209/3028178

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/357209/3028189

c screen.c

/* ** $Id: screen.c,v 1.16 2005/01/04 02:07:02 snig Exp $ ** ** Screen operations of GDI ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/06/12, der
www.eeworm.com/read/357083/3030756

h atomic.h

#ifndef _ASM_IA64_ATOMIC_H #define _ASM_IA64_ATOMIC_H /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * * NOTE: don't mess with the types below! The "unsi