代码搜索结果

找到约 10,000 项符合 PIC 的代码

pic.aspx.cs

//====================================================== //== (c)2008 aspxcms inc by NeTCMS v1.0 == //== Forum:bbs.aspxcms.com == //== Website:w

ld-pic.s

# Source file used to test the ld macro with PIC code. .set mips1 .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .co

lb-pic.s

# Source file used to test the lb macro with PIC code. .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .comm small_exte

ulh-pic.s

# Test unaligned load and store macros with PIC code. We don't bother # to test most cases. The actual loads and stores are tested by the # non-PIC test case. We just want to check that the initial

pic1.s

.text .globl _foo _foo: leal %pc@(_i), %a0 leal %pc@(_i-.), %a1

pic1.c

// Build don't link: // GROUPS passed operators // pic file // Message-Id: // Subject: gcc-2.5.8 -fpic fails to compile extern const char static initi

pic-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fpic -ftls-model=global-dynamic" } */ extern __thread long e1; extern __thread int e2; static __thread long s1; static __thread int s2; long *ae1 (void)

ess_pic.cfg

# Scalable H.264/AVC Extension Configuration File #============================== GENERAL ============================== OutputFile str/ESS_PIC.264 # Bitstream file Fr

ess_pic.txt

{ #==========================================================# # General parameters # #==========================================================# name

qpaintengine_pic.cpp

/**************************************************************************** ** ** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved. ** ** This file is part of the QtGui module of the Qt To