代码搜索:Invert

找到约 1,464 项符合「Invert」的源代码

代码结果 1,464
www.eeworm.com/read/262041/4316863

h ebt_pkttype.h

#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H #define __LINUX_BRIDGE_EBT_PKTTYPE_H struct ebt_pkttype_info { uint8_t pkt_type; uint8_t invert; }; #define EBT_PKTTYPE_MATCH "pkttype" #endif
www.eeworm.com/read/258868/4351329

h ipt_realm.h

#ifndef _IPT_REALM_H #define _IPT_REALM_H struct ipt_realm_info { u_int32_t id; u_int32_t mask; u_int8_t invert; }; #endif /*_IPT_REALM_H*/
www.eeworm.com/read/136812/5860881

llib-lmp

/* @(#)llib-lmp 1.1 92/07/30 SMI */ /* LINTLIBRARY */ #include #include gcd(a,b,c) MINT *a,*b,*c; {} invert(a, b, c) MINT *a, *b, *c; {} m_add(a,b,c) struct mint *a,*b,*c; {} mad
www.eeworm.com/read/183495/5256007

cpp testmat.cpp

#include #include #include #include #include #include #include "old-matlib.h" #include #include
www.eeworm.com/read/355282/3054805

h ipt_mark.h

#ifndef _IPT_MARK_H #define _IPT_MARK_H struct ipt_mark_info { #ifdef KERNEL_64_USERSPACE_32 unsigned long long mark, mask; #else unsigned long mark, mask; #endif u_int8_t invert; }; #en
www.eeworm.com/read/355282/3054814

h ipt_mark.h

#ifndef _IPT_MARK_H #define _IPT_MARK_H struct ipt_mark_info { #ifdef KERNEL_64_USERSPACE_32 unsigned long long mark, mask; #else unsigned long mark, mask; #endif u_int8_t invert; }; #en
www.eeworm.com/read/179705/9343806

changelog

2006-03-26 Brian Gough * jacobi.c (gsl_eigen_invert_jacobi): use unsigned int for nrot consistently 2005-08-22 Brian Gough * test.c (tes
www.eeworm.com/read/468066/6998912

v addr_gen.v

/* * filename: addr_gen.v * * version: 2007-04-21 * * funciton: 读写地址生成和控制模块. * */ module addr_gen ( rst, fft_start, clk8x, invert, I_in, Q_in, fft_I, fft_Q, wren,
www.eeworm.com/read/462156/7208366

c char_1.c

#include #include /* **输入一个字符串,逆序打印(1) */ int invert() { char a[30]; char *pc=a; int i,temp,n,m; printf("input a string:\n"); scanf("%s",a); n=strlen(a); m
www.eeworm.com/read/101082/6250592

llib-lmp

/* llib-lmp 4.1 87/11/23 */ /* LINTLIBRARY */ #include #include gcd(a,b,c) MINT *a,*b,*c; {} invert(a, b, c) MINT *a, *b, *c; {} m_add(a,b,c) struct mint *a,*b,*c; {} madd(a,b,c)