代码搜索结果

找到约 820,005 项符合 if 的代码

bttv-if.c

/* bttv-if.c -- old gpio interface to other kernel modules don't use in new code, will go away in 2.7 have a look at bttv-gpio.c instead. bttv - Bt848 frame grabber driver C

bttv-if.c

/* bttv-if.c -- interfaces to other kernel modules all the i2c code is here also the gpio interface exported by bttv (used by lirc) bttv - Bt848 frame grabber driver Copyright (C) 19

if.c

/* if.c - network interface utility routines */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */ /* * Copyri

if.c

/* if.c - network interface utility routines */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */ /* * Copyri

if.c

/* if.c - network interface utility routines */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */ /* * Copyri

bttv-if.c

/* bttv-if.c -- old gpio interface to other kernel modules don't use in new code, will go away in 2.7 have a look at bttv-gpio.c instead. bttv - Bt848 frame grabber driver C

if.java

class If{ public static void main(String args[]) { int a, b, c; a = 3; b = 4; if(a < b) System.out.println("a is less than b"); if(a == b) System.out.println("this won’t be

if.1

.th IF I 5/2/74 .sh NAME if \*- conditional command .sh SYNOPSIS .bd if expr command [ arg ... ] .sh DESCRIPTION .it If evaluates the expression .it expr, and if its value is true, executes the given

if.c

/* if command */ int ap; int ac; char **av; main(argc, argv) char *argv[]; { argv[argc] = 0; ac = argc; av = argv; ap = 1; if (argc

bttv-if.c

/* bttv-if.c -- interfaces to other kernel modules all the i2c code is here also the gpio interface exported by bttv (used by lirc) bttv - Bt848 frame grabber driver Copyright (C) 19