/external/llvm/test/MC/ARM/ |
H A D | coproc-diag.s | 0 # 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 D | pygapp2.py | 14 Comment.Special: "nobold noitalic bg:#800",
|
/external/v8/src/ |
H A D | address-map.h | 64 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 D | examples.cpp | 145 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 D | radeon_dataflow_deadcode.c | 37 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 D | FuzzerMutate.cpp | 64 const char *Special = "!*'();:@&=+$,/?%#[]123ABCxyz-`~."; local 65 return Special[Rand(sizeof(Special) - 1)];
|
/external/llvm/utils/vim/syntax/ |
H A D | tablegen.vim | 48 HiLink tgCode Special
|
/external/curl/packages/vms/ |
H A D | build_libcurl_pc.com | 117 $! Special handling for libs.
|
H A D | build_gnv_curl_pcsi_desc.com | 10 $! 3. Special alias links for executables (curl. -> curl.exe) 150 $! 3. Special alias links for executables (curl. -> curl.exe)
|
H A D | config_h.com | 1072 $! Special false tests 1923 $! Special for SEEKDIR_RETURNS_VOID
|
/external/mesa3d/docs/ |
H A D | MESA_swap_control.spec | 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
|
H A D | MESA_ycbcr_texture.spec | 153 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
|
H A D | MESA_swap_frame_usage.spec | 102 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | tree.rb | 1235 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 D | CriticalAntiDepBreaker.cpp | 166 bool Special = MI->isCall() || local 227 if (MO.isUse() && Special) {
|
H A D | AggressiveAntiDepBreaker.cpp | 447 bool Special = MI->isCall() || 467 if (Special) {
|
/external/mesa3d/docs/OLD/ |
H A D | MESA_packed_depth_stencil.spec | 199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
|
/external/vboot_reference/utility/ |
H A D | efidecompress.c | 372 IN UINT16 Special 385 Special - The special symbol that needs to be taken care of 433 if (Index == Special) {
|
H A D | eficompress.c | 154 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 D | Thumb2SizeReduction.cpp | 57 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 D | quantize_avx_x86_64.asm | 28 ; 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 D | LoopStrengthReduce.cpp | 51 // 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 D | codegen.ml | 41 (* Special case '=' because we don't want to emit the LHS as an
|
/external/ImageMagick/www/api/ |
H A D | fx.php | 9 <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 D | layer.php | 294 <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>
|