代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/136786/5863157

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/128531/5984716

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/127781/5995885

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/110034/6167325

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/102935/6226174

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/101990/6234712

1 pkcs15-crypt.1

.PU .ds nm \fBpkcs15-crypt\fR .TH pkcs15-crypt 1 "" "" OpenSC .SH NAME pkcs15-crypt \- perform crypto operations using pkcs15 smart card .SH SYNOPSIS \*(nm .RI [ " OPTIONS " ] .SH DESCRIPTION The \*(n
www.eeworm.com/read/101082/6246017

3 swaplwbytes.3

.TH swap_lw_bytes 3 .SH Name swap_lw_bytes, swap_word_bytes, swap_words \- perform byte swapping operations .SH Syntax unsigned int swap_lw_bytes\^(\^\fIbuffer\fP\^) .br unsigned int \fIbuffer\fP\^; .
www.eeworm.com/read/101082/6247877

3 swaplwbytes.3

.TH swap_lw_bytes 3 .SH Name swap_lw_bytes, swap_word_bytes, swap_words \- perform byte swapping operations .SH Syntax unsigned int swap_lw_bytes\^(\^\fIbuffer\fP\^) .br unsigned int \fIbuffer\fP\^; .
www.eeworm.com/read/100127/6274100

py glstdwdraw.py

# Define drawing operations for GL stdwin import gl import fm from GL import LO_XOR, LO_SRC from glstdwin import MASK class DrawingObject: # def _init(self, win): self.fg = win._fg self.bg = w
www.eeworm.com/read/410432/11287486

c ptr_ops.c

// ptr_ops.c -- pointer operations #include int main(void) { int urn[5] = {100,200,300,400,500}; int * ptr1, * ptr2, *ptr3; ptr1 = urn; // assign an address to a