/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vmemptr-conflicts.cpp | 53 struct Big { int big[32]; }; struct 55 struct B { virtual Big b(); }; 58 virtual Big b(); 62 Big b((c->*(&C::b))()); in f() 77 struct Big { struct 78 Big(); 79 ~Big(); 83 struct B { virtual void __cdecl b(Big); }; 86 virtual void __cdecl b(Big); 89 Big b; in f()
|
D | microsoft-abi-sret-and-byval.cpp | 46 struct Big { struct 97 Big big_return() { return Big(); } in big_return() 194 void big_arg(Big s) {} in big_arg() 216 Big __cdecl cdecl_method_big() { return Big(); } in cdecl_method_big() 241 void thiscall_method_arg(Big s) {} in thiscall_method_arg() 259 c.thiscall_method_arg(Big()); in use_class()
|
/external/llvm/unittests/Support/ |
D | BlockFrequencyTest.cpp | 65 const uint64_t Big = 387246523487234346LL; in TEST() local 67 BlockFrequency Freq(Big); in TEST() 70 EXPECT_EQ(Freq.getFrequency(), Big); in TEST() 72 Freq = BlockFrequency(Big); in TEST() 74 EXPECT_EQ(Freq.getFrequency(), Big); in TEST()
|
/external/clang/test/CodeGen/ |
D | x86_32-fpcc-struct-return.c | 11 typedef struct { int a,b,c,d; } Big; typedef 18 Big returnBig(Big x) { return x; } in returnBig()
|
/external/lzma/ |
D | Methods.txt | 30 05 - PPC (Big Endian) 51 05 - PPC (Big Endian) 59 05 - M68 (Big Endian)
|
/external/llvm/test/YAMLParser/ |
D | spec-02-12.data | 9 - item : Big Shoes
|
/external/llvm/test/MC/Mips/ |
D | micromips-multiply-instructions.s | 17 # Big endian
|
D | micromips-movcond-instructions.s | 17 # Big endian
|
D | micromips-loadstore-unaligned.s | 17 # Big endian
|
D | micromips-shift-instructions.s | 19 # Big endian
|
D | micromips-trap-instructions.s | 25 # Big endian
|
D | micromips-jump-instructions.s | 33 # Big endian
|
D | micromips-branch-instructions.s | 37 # Big endian
|
D | micromips-control-instructions.s | 43 # Big endian
|
D | micromips-alu-instructions.s | 45 # Big endian
|
D | micromips-loadstore-instructions.s | 48 # Big endian
|
D | micromips-16-bit-instructions.s | 65 # Big endian
|
/external/bison/tests/ |
D | torture.at | 134 ## Big triangle. ## 137 AT_SETUP([Big triangle]) 224 ## Big horizontal. ## 227 AT_SETUP([Big horizontal])
|
/external/pdfium/third_party/bigint/ |
D | LICENSE | 2 C++ Big Integer Library 67 I, Matt McCutchen, the sole author of the original Big Integer Library, waive my
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 12 def Big : Tag<"big">;
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 9 which block "ICMP Fragmentation Needed" or "ICMPv6 Packet Too Big"
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | arguments-varargs.ll | 76 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 194 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 315 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 439 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 557 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 678 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 801 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 918 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte 1038 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.mli | 17 | Big Constructor 76 (** Returns the byte order of a target, either [Endian.Big] or
|
D | llvm_target.ml | 12 | Big Constructor
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 1041 struct Big { struct 1042 Big() { memset(array, 0, sizeof(array)); } in Big() argument 1054 Print(Big())); in TEST()
|