Searched refs:Special (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dcoproc-diag.s0 # Special test to make sure we don't error on VFP co-proc access
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
H A Dpygapp2.py14 Comment.Special: "nobold noitalic bg:#800",
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp145 typedef First::Bar<Second::Foo> Special; typedef in namespace:PR9668
151 const bool Special::static_bool(false);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS]; member in struct:updatemask_state
86 dst->Special[i] = a->Special[i] | b->Special[i];
139 return &s->R.Special[index];
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp64 const char *Special = "!*'();:@&=+$,/?%#[]123ABCxyz-`~."; local
65 return Special[Rand(sizeof(Special) - 1)];
/external/llvm/utils/vim/syntax/
H A Dtablegen.vim48 HiLink tgCode Special
/external/curl/packages/vms/
H A Dbuild_libcurl_pc.com117 $! Special handling for libs.
H A Dbuild_gnv_curl_pcsi_desc.com10 $! 3. Special alias links for executables (curl. -> curl.exe)
146 $! 3. Special alias links for executables (curl. -> curl.exe)
H A Dconfig_h.com1072 $! Special false tests
1923 $! Special for SEEKDIR_RETURNS_VOID
/external/mesa3d/docs/
H A DMESA_swap_control.spec66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
H A DMESA_ycbcr_texture.spec153 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
H A DMESA_swap_frame_usage.spec102 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
H A DMESA_texture_array.spec603 Additions to Chapter 5 of the OpenGL 2.0 Specification (Special Functions)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1235 Special type of stream that is used internally by tree-building and tree-
1326 Special type of stream that is used internally by tree-building and tree-
1345 Special type of stream that is used internally by tree-building and tree-
1365 Special type of stream that is used internally by tree-building and tree-
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp166 bool Special = MI->isCall() || local
227 if (MO.isUse() && Special) {
H A DAggressiveAntiDepBreaker.cpp447 bool Special = MI->isCall() ||
467 if (Special) {
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
/external/vboot_reference/utility/
H A Defidecompress.c372 IN UINT16 Special
385 Special - The special symbol that needs to be taken care of
433 if (Index == Special) {
H A Deficompress.c154 IN INT32 Special
755 // Special usage of 'next'
996 IN INT32 Special
1008 Special - the special symbol that needs to be take care of
1028 if (i == Special) {
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp57 unsigned Special : 1; // Needs to be dealt with specially member in struct:__anon12131::ReduceEntry
360 // Special case for these ldr / str with sp as base register.
916 if (Entry.Special)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_avx_x86_64.asm28 ; Special case for ncoeff == 16, as it is frequent and we can save on
34 ;; Special case of ncoeff == 16
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp51 // register pressure decisions is partly worked around by the "Special"
1210 Special, ///< A special case of basic, allowing -1 scales. enumerator in enum:__anon12517::LSRUse::KindType
1338 case Special: OS << "Special"; break;
1416 case LSRUse::Special:
1417 // Special case Basic to handle -1 scales.
1517 case LSRUse::Special:
3569 isLegalUse(TTI, LU.MinOffset, LU.MaxOffset, LSRUse::Special,
3572 LU.Kind = LSRUse::Special;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml41 (* Special case '=' because we don't want to emit the LHS as an
/external/bison/djgpp/
H A Dconfig.bat51 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3443 enum Special { kHoleNaN }; enum in class:final::final
3445 DECLARE_INSTRUCTION_FACTORY_P1(HConstant, Special);
3692 explicit HConstant(Special special);

Completed in 957 milliseconds

12