代码搜索:Supporting
找到约 1,839 项符合「Supporting」的源代码
代码结果 1,839
www.eeworm.com/read/440906/1774702
c mmx1.c
// PR optimization/4994
// This testcase ICEd because movsi was not supporting direct
// mmx -> mmx register moves.
// { dg-do compile }
// { dg-options "-O2" }
// { dg-options "-fno-exceptions -O2 -m
www.eeworm.com/read/401534/2339747
sh regression.sh
#!/bin/sh
#
# automatic regression test for ffmpeg
#
#
#set -x
# Even in the 21st century some diffs are not supporting -u.
diff -u $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="diff -u"
el
www.eeworm.com/read/366702/2867399
c mmx1.c
// PR optimization/4994
// This testcase ICEd because movsi was not supporting direct
// mmx -> mmx register moves.
// { dg-do compile }
// { dg-options "-O2" }
// { dg-options "-fno-exceptions -O2 -m
www.eeworm.com/read/104466/15691493
sh regression.sh
#!/bin/sh
#
# automatic regression test for ffmpeg
#
#
#set -x
# Even in the 21st century some diffs are not supporting -u.
diff -u $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="diff -u"
el
www.eeworm.com/read/306970/13734005
sh server-regression.sh
#!/bin/bash
# Even in the 21st century some diffs are not supporting -u.
diff -u $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="diff -u"
else
diff_cmd="diff"
fi
# Make sure that
www.eeworm.com/read/258097/11886400
h tvif.h
#ifndef __TVIF_H
#define __TVIF_H
//
// for supporting 2 tv-encoder you must be careful about
// the hvsync.
//#define SUPPORT_SP721
//#define SUPPORT_ADV7176
#define SUPPORT_SP8200
#inc
www.eeworm.com/read/217811/14950827
lsm mt-st-0.9b.lsm
Begin4
Title: mt-st
Version: 0.9b
Entered-date: 2005-08-21
Description: Magnetic tape control tools for Linux SCSI tapes.
Includes a mt-like program supporting additional commands
www.eeworm.com/read/482538/1286961
hh ewma.hh
#ifndef CLICK_EWMA_HH
#define CLICK_EWMA_HH
#include
#include
CLICK_DECLS
/** @file
* @brief Click's classes for supporting exponentially weigh
www.eeworm.com/read/341356/3252741
java verbatim.java
// Verbatim.java - Saxon extensions supporting DocBook verbatim environments
package com.nwalsh.saxon;
import java.util.Stack;
import java.util.StringTokenizer;
import org.xml.sax.*;
import org.w3c.
www.eeworm.com/read/316872/3587015
c nommu.c
/*
* linux/arch/arm/mm/nommu.c
*
* ARM uCLinux supporting functions.
*/
#include
#include
#include
#include
#include