Searched refs:Special (Results 1 - 25 of 36) 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/v8/src/
H A Daddress-map.h64 SerializerReference() : bitfield_(Special(kInvalidValue)) {}
91 return SerializerReference(Special(kDummyValue));
94 bool is_valid() const { return bitfield_ != Special(kInvalidValue); }
138 inline static uint32_t Special(int value) { function in class:v8::internal::SerializerReference
148 // Special value
149 // [ kSpecialValueSpace ] [ Special value index ]
/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)
150 $! 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)
/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:__anon12561::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:__anon12947::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/ImageMagick/www/api/
H A Dfx.php9 <title>ImageMagick: MagickCore, C API for ImageMagick: Add a Special Effect</title>
590 <p>StereoAnaglyphImage() combines two images and produces a single image that is the composite of a left and right image of a stereo pair. Special red-green stereo glasses are required to view this effect.</p>
H A Dlayer.php294 <p>Special case:- If one of the image sequences is the last image (just a single image remaining), that image is repeatally composed with all the images in the other image list. Either the source or destination lists may be the single image, for this situation.</p>

Completed in 804 milliseconds

12