/external/valgrind/none/tests/ppc32/ |
D | twi.c | 32 static void twi_0_neg100 ( long n ) { in twi_0_neg100() 36 static void twi_1_neg100 ( long n ) { in twi_1_neg100() 40 static void twi_2_neg100 ( long n ) { in twi_2_neg100() 44 static void twi_3_neg100 ( long n ) { in twi_3_neg100() 48 static void twi_4_neg100 ( long n ) { in twi_4_neg100() 52 static void twi_5_neg100 ( long n ) { in twi_5_neg100() 56 static void twi_6_neg100 ( long n ) { in twi_6_neg100() 60 static void twi_7_neg100 ( long n ) { in twi_7_neg100() 64 static void twi_8_neg100 ( long n ) { in twi_8_neg100() 68 static void twi_9_neg100 ( long n ) { in twi_9_neg100() [all …]
|
D | tw.c | 33 static void tw_0 ( long n, long m ) { in tw_0() 37 static void tw_1 ( long n, long m ) { in tw_1() 41 static void tw_2 ( long n, long m ) { in tw_2() 45 static void tw_3 ( long n, long m ) { in tw_3() 49 static void tw_4 ( long n, long m ) { in tw_4() 53 static void tw_5 ( long n, long m ) { in tw_5() 57 static void tw_6 ( long n, long m ) { in tw_6() 61 static void tw_7 ( long n, long m ) { in tw_7() 65 static void tw_8 ( long n, long m ) { in tw_8() 69 static void tw_9 ( long n, long m ) { in tw_9() [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | twi_tdi.c | 32 static void twi_0_neg100 ( long n ) { in twi_0_neg100() 36 static void twi_1_neg100 ( long n ) { in twi_1_neg100() 40 static void twi_2_neg100 ( long n ) { in twi_2_neg100() 44 static void twi_3_neg100 ( long n ) { in twi_3_neg100() 48 static void twi_4_neg100 ( long n ) { in twi_4_neg100() 52 static void twi_5_neg100 ( long n ) { in twi_5_neg100() 56 static void twi_6_neg100 ( long n ) { in twi_6_neg100() 60 static void twi_7_neg100 ( long n ) { in twi_7_neg100() 64 static void twi_8_neg100 ( long n ) { in twi_8_neg100() 68 static void twi_9_neg100 ( long n ) { in twi_9_neg100() [all …]
|
D | tw_td.c | 33 static void tw_0 ( long n, long m ) { in tw_0() 37 static void tw_1 ( long n, long m ) { in tw_1() 41 static void tw_2 ( long n, long m ) { in tw_2() 45 static void tw_3 ( long n, long m ) { in tw_3() 49 static void tw_4 ( long n, long m ) { in tw_4() 53 static void tw_5 ( long n, long m ) { in tw_5() 57 static void tw_6 ( long n, long m ) { in tw_6() 61 static void tw_7 ( long n, long m ) { in tw_7() 65 static void tw_8 ( long n, long m ) { in tw_8() 69 static void tw_9 ( long n, long m ) { in tw_9() [all …]
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Visitor.java | 26 public void atASTList(ASTList n) throws CompileError {} in atASTList() 27 public void atPair(Pair n) throws CompileError {} in atPair() 29 public void atFieldDecl(FieldDecl n) throws CompileError {} in atFieldDecl() 30 public void atMethodDecl(MethodDecl n) throws CompileError {} in atMethodDecl() 31 public void atStmnt(Stmnt n) throws CompileError {} in atStmnt() 32 public void atDeclarator(Declarator n) throws CompileError {} in atDeclarator() 34 public void atAssignExpr(AssignExpr n) throws CompileError {} in atAssignExpr() 35 public void atCondExpr(CondExpr n) throws CompileError {} in atCondExpr() 36 public void atBinExpr(BinExpr n) throws CompileError {} in atBinExpr() 37 public void atExpr(Expr n) throws CompileError {} in atExpr() [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | endian.h | 48 #define ToBE16(n) EndianSwap16(n) argument 49 #define ToBE32(n) EndianSwap32(n) argument 50 #define ToBE64(n) EndianSwap64(n) argument 51 #define ToLE16(n) (n) argument 52 #define ToLE32(n) (n) argument 53 #define ToLE64(n) (n) argument 54 #define FromBE16(n) EndianSwap16(n) argument 55 #define FromBE32(n) EndianSwap32(n) argument 56 #define FromBE64(n) EndianSwap64(n) argument 57 #define FromLE16(n) (n) argument [all …]
|
/external/valgrind/massif/tests/ |
D | alloc-fns.c | 3 void a4(int n) { malloc(n); } in a4() 4 void a3(int n) { a4(n); } in a3() 5 void a2(int n) { a3(n); } in a2() 6 void a1(int n) { a2(n); } in a1() 8 void b4(int n) { malloc(n); } in b4() 9 void b3(int n) { b4(n); } in b3() 10 void b2(int n) { b3(n); } in b2() 11 void b1(int n) { b2(n); } in b1() 13 void c4(int n) { malloc(n); } in c4() 14 void c3(int n) { c4(n); } in c3() [all …]
|
D | deep.c | 16 void a12(int n) { malloc(n); } in a12() 17 void a11(int n) { a12(n); } in a11() 18 void a10(int n) { a11(n); } in a10() 19 void a9 (int n) { a10(n); } in a9() 20 void a8 (int n) { a9 (n); } in a8() 21 void a7 (int n) { a8 (n); } in a7() 22 void a6 (int n) { a7 (n); } in a6() 23 void a5 (int n) { a6 (n); } in a5() 24 void a4 (int n) { a5 (n); } in a4() 25 void a3 (int n) { a4 (n); } in a3() [all …]
|
/external/libunwind/tests/ |
D | Lrs-race.c | 50 int n; in foo_0() local 60 int n; in foo_1() local 70 int n; in foo_2() local 80 int n; in foo_3() local 90 int n; in foo_4() local 100 int n; in foo_5() local 110 int n; in foo_6() local 120 int n; in foo_7() local 130 int n; in foo_8() local 140 int n; in foo_9() local [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-vla.cpp | 3 void test1(int n) { in test1() 7 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} in test2() 13 void test4(int n) { in test4() 18 void test5(int n, int v[n]) { // expected-warning {{variable length array used}} in test5() 25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} in test7()
|
/external/skia/src/core/ |
D | SkEndian.h | 116 #define SkEndian_SwapBE16(n) SkEndianSwap16(n) argument 117 #define SkEndian_SwapBE32(n) SkEndianSwap32(n) argument 118 #define SkEndian_SwapBE64(n) SkEndianSwap64(n) argument 119 #define SkEndian_SwapLE16(n) (n) argument 120 #define SkEndian_SwapLE32(n) (n) argument 121 #define SkEndian_SwapLE64(n) (n) argument 123 #define SkTEndian_SwapBE16(n) SkTEndianSwap16<n>::value argument 124 #define SkTEndian_SwapBE32(n) SkTEndianSwap32<n>::value argument 125 #define SkTEndian_SwapBE64(n) SkTEndianSwap64<n>::value argument 126 #define SkTEndian_SwapLE16(n) (n) argument [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/ |
D | p1.cpp | 3 void f(int n) { in f() 15 for (int n = 0; n != 10; ++n) in f() local 46 [[fallthrough]] typedef int n; // expected-error {{'fallthrough' attribute cannot be applied to a d… typedef 47 typedef int [[fallthrough]] n; // expected-error {{'fallthrough' attribute cannot be applied to typ… typedef 48 typedef int n [[fallthrough]]; // expected-error {{'fallthrough' attribute cannot be applied to a d… typedef 55 …[[fallthrough]] int n; // expected-error {{'fallthrough' attribute cannot be applied to a declarat… in g() local
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-sandboxing.cc | 33 #define bb0(n) \ argument 38 #define bb1(n) bb0(n) bb0(n + 1) argument 39 #define bb2(n) bb1(n) bb1(n + 2) argument 40 #define bb3(n) bb2(n) bb2(n + 4) argument 41 #define bb4(n) bb3(n) bb3(n + 8) argument 42 #define bb5(n) bb4(n) bb4(n + 16) argument 43 #define bb6(n) bb5(n) bb5(n + 32) argument 44 #define bb7(n) bb6(n) bb6(n + 64) argument 45 #define bb8(n) bb7(n) bb7(n + 128) argument
|
/external/bison/lib/ |
D | bitrotate.h | 36 rotl64 (uint64_t x, int n) in rotl64() 45 rotr64 (uint64_t x, int n) in rotr64() 55 rotl32 (uint32_t x, int n) in rotl32() 64 rotr32 (uint32_t x, int n) in rotr32() 73 rotl_sz (size_t x, int n) in rotl_sz() 82 rotr_sz (size_t x, int n) in rotr_sz() 93 rotl16 (uint16_t x, int n) in rotl16() 104 rotr16 (uint16_t x, int n) in rotr16() 115 rotl8 (uint8_t x, int n) in rotl8() 126 rotr8 (uint8_t x, int n) in rotr8()
|
/external/clang/test/Analysis/ |
D | malloc-overflow.c | 7 void * f1(int n) in f1() 12 void * f2(int n) in f2() 24 int n; member 38 void * f6(int n) in f6() 45 void * f7(int n) in f7() 52 void * f8(int n) in f8() 60 void * f9(int n) in f9() 68 void * f10(int n) in f10() 77 void * f11(int n) in f11() 87 void * f12(int n) in f12() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_pass.cpp | 52 void vpass::run_on(container_node &n) { in run_on() 72 bool vpass::visit(node& n, bool enter) { return true; } in visit() 73 bool vpass::visit(container_node& n, bool enter) { return true; } in visit() 74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } in visit() 75 bool vpass::visit(cf_node& n, bool enter) { return true; } in visit() 76 bool vpass::visit(alu_node& n, bool enter) { return true; } in visit() 77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } in visit() 78 bool vpass::visit(fetch_node& n, bool enter) { return true; } in visit() 79 bool vpass::visit(region_node& n, bool enter) { return true; } in visit() 80 bool vpass::visit(repeat_node& n, bool enter) { return true; } in visit() [all …]
|
D | sb_dump.cpp | 32 bool dump::visit(node& n, bool enter) { in visit() 56 bool dump::visit(container_node& n, bool enter) { in visit() 86 bool dump::visit(bb_node& n, bool enter) { in visit() 102 bool dump::visit(alu_group_node& n, bool enter) { in visit() 120 bool dump::visit(cf_node& n, bool enter) { in visit() 151 bool dump::visit(alu_node& n, bool enter) { in visit() 167 bool dump::visit(alu_packed_node& n, bool enter) { in visit() 188 bool dump::visit(fetch_node& n, bool enter) { in visit() 202 bool dump::visit(region_node& n, bool enter) { in visit() 232 bool dump::visit(repeat_node& n, bool enter) { in visit() [all …]
|
D | sb_ssa_builder.cpp | 49 void ssa_prepare::add_defs(node &n) { in add_defs() 63 bool ssa_prepare::visit(cf_node& n, bool enter) { in visit() 73 bool ssa_prepare::visit(alu_node& n, bool enter) { in visit() 81 bool ssa_prepare::visit(fetch_node& n, bool enter) { in visit() 89 bool ssa_prepare::visit(region_node& n, bool enter) { in visit() 107 bool ssa_prepare::visit(repeat_node& n, bool enter) { in visit() 119 bool ssa_prepare::visit(depart_node& n, bool enter) { in visit() 138 bool ssa_rename::visit(alu_group_node& n, bool enter) { in visit() 152 bool ssa_rename::visit(cf_node& n, bool enter) { in visit() 161 bool ssa_rename::visit(alu_node& n, bool enter) { in visit() [all …]
|
D | sb_dce_cleanup.cpp | 45 bool dce_cleanup::visit(node& n, bool enter) { in visit() 56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit() 64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit() 78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit() 89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit() 100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit() 111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit() 122 void dce_cleanup::cleanup_dst(node& n) { in cleanup_dst() 139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | CXX11Workarounds.h | 69 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) mt... n argument 70 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) , EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 71 #define EIGEN_TPL_PP_SPEC_HACK_USE(n) n... argument 72 #define EIGEN_TPL_PP_SPEC_HACK_USEC(n) , n... argument 74 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 75 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) argument 76 #define EIGEN_TPL_PP_SPEC_HACK_USE(n) argument 77 #define EIGEN_TPL_PP_SPEC_HACK_USEC(n) argument
|
/external/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_length.pass.cpp | 31 char n[4] = {char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 54 char n[4] = {char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 77 char n[6] = {char(0xFE), char(0xFF), char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 100 char n[4] = {char(0xC0), char(0xD8), char(0x03), char(0xDC)}; in main() local 123 char n[4] = {char(0xC0), char(0xD8), char(0x03), char(0xDC)}; in main() local 148 char n[6] = {char(0xFF), char(0xFE), char(0xC0), char(0xD8), char(0x03), char(0xDC)}; in main() local 171 char n[4] = {char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 194 char n[4] = {char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 217 char n[6] = {char(0xFE), char(0xFF), char(0xD8), char(0xC0), char(0xDC), char(0x03)}; in main() local 240 char n[4] = {char(0xC0), char(0xD8), char(0x03), char(0xDC)}; in main() local [all …]
|
/external/python/cpython2/Parser/ |
D | node.c | 10 node *n = (node *) PyObject_MALLOC(1 * sizeof(node)); in PyNode_New() local 23 fancy_roundup(int n) in fancy_roundup() 73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \ argument 84 node *n; in PyNode_AddChild() local 121 PyNode_Free(node *n) in PyNode_Free() 130 _PyNode_SizeOf(node *n) in _PyNode_SizeOf() 140 freechildren(node *n) in freechildren() 152 sizeofchildren(node *n) in sizeofchildren()
|
/external/libldac/src/ |
D | struct_ldac.h | 61 #define clear_data_ldac(p, n) memset((p), 0, (n)) argument 62 #define clear_seq_s_ldac(p, n) memset((char *)(p), 0, (n)*sizeof(short)) argument 63 #define clear_seq_l_ldac(p, n) memset((char *)(p), 0, (n)*sizeof(int)) argument 64 #define clear_seq_f_ldac(p, n) memset((char *)(p), 0, (n)*sizeof(SCALAR)) argument 68 #define copy_data_ldac(p1, p2, n) memcpy_s((p2), (n), (p1), (n)) argument 69 #define copy_seq_s_ldac(p1, p2, n) memcpy_s((p2), (n)*sizeof(short), (p1), (n)*sizeof(short)) argument 70 #define copy_seq_l_ldac(p1, p2, n) memcpy_s((p2), (n)*sizeof(int), (p1), (n)*sizeof(int)) argument 71 #define copy_seq_f_ldac(p1, p2, n) memcpy_s((p2), (n)*sizeof(SCALAR), (p1), (n)*sizeof(SCALAR)) argument 72 #define move_seq_f_ldac(p1, p2, n) memmove_s((p2), (n)*sizeof(SCALAR), (p1), (n)*sizeof(SCALAR)) argument 74 #define copy_data_ldac(p1, p2, n) memcpy((p2), (p1), (n)) argument [all …]
|
/external/libmicrohttpd/src/microspdy/ |
D | internal.h | 93 #define HTON24(n) n argument 95 #define HTON24(n) (((((uint32_t)(n) & 0xFF)) << 16)\ argument 108 #define NTOH24(n) n argument 110 #define NTOH24(n) (((((uint32_t)(n) & 0xFF)) << 16)\ argument 123 #define NTOH31(n) n argument 125 #define NTOH31(n) (((((uint32_t)(n) & 0x7F)) << 24) | \ argument 139 #define HTON31(n) n argument 141 #define HTON31(n) (((((uint32_t)(n) & 0xFF)) << 24) | \ argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_asm.h | 21 # define CFI_INL_ADJUST_CFA_OFFSET(n) ".cfi_adjust_cfa_offset " #n ";" argument 25 # define CFI_ADJUST_CFA_OFFSET(n) .cfi_adjust_cfa_offset n argument 26 # define CFI_DEF_CFA_OFFSET(n) .cfi_def_cfa_offset n argument 27 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n argument 28 # define CFI_OFFSET(reg, n) .cfi_offset reg, n argument 30 # define CFI_DEF_CFA(reg, n) .cfi_def_cfa reg, n argument 34 # define CFI_INL_ADJUST_CFA_OFFSET(n) argument 37 # define CFI_ADJUST_CFA_OFFSET(n) argument 38 # define CFI_DEF_CFA_OFFSET(n) argument 39 # define CFI_REL_OFFSET(reg, n) argument [all …]
|