/external/e2fsprogs/lib/ext2fs/ |
D | blkmap64_rb.c | 71 struct bmap_rb_extent *ext; in print_tree() local 77 ext = node_to_extent(node); in print_tree() 79 ext->start, ext->start + ext->count); in print_tree() 87 struct bmap_rb_extent *ext, *old = NULL; in check_tree() local 91 ext = node_to_extent(node); in check_tree() 92 if (ext->count <= 0) { in check_tree() 94 printf("extent: %llu -> %llu (%u)\n", ext->start, in check_tree() 95 ext->start + ext->count, ext->count); in check_tree() 98 if (ext->start < 0) { in check_tree() 100 printf("extent: %llu -> %llu (%u)\n", ext->start, in check_tree() [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-assume-hang.ll | 8 define available_externally void @assume1(i64 %i.ext, i64 %a) alwaysinline { 9 %cmp0 = icmp ne i64 %i.ext, %a 13 %cmp1 = icmp ne i64 %i.ext, %a1 17 %cmp2 = icmp ne i64 %i.ext, %a2 21 %cmp3 = icmp ne i64 %i.ext, %a3 25 %cmp4 = icmp ne i64 %i.ext, %a4 31 define available_externally void @assume2(i64 %i.ext, i64 %a) alwaysinline { 32 call void @assume1(i64 %i.ext, i64 %a) 35 %cmp1 = icmp ne i64 %i.ext, %a1 36 call void @assume1(i64 %i.ext, i64 %a1) [all …]
|
D | non-IV-phi.ll | 5 ; CHECK: %sphi = phi i32 [ %ext, %entry ], [ %idx.inc.ext, %loop ] 10 %ext = zext i8 %t to i32 17 %sphi = phi i32 [ %ext, %entry ], [%idx.inc.ext, %loop] 20 %idx.inc.ext = zext i8 %idx.inc to i32 21 %idx.ext = zext i8 %idx to i32 23 %c = icmp ult i32 %idx.inc.ext, %len 32 ; CHECK: %sphi = phi i32 [ %ext.mul, %entry ], [ %mul, %loop ] 37 %ext = zext i8 %t to i32 38 %ext.mul = mul i32 %ext, 4 46 %sphi = phi i32 [ %ext.mul, %entry ], [%mul, %loop] [all …]
|
/external/boringssl/src/ssl/ |
D | custom_extensions.c | 37 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i); in custom_ext_find() local 38 if (ext->value == value) { in custom_ext_find() 42 return ext; in custom_ext_find() 74 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i); in custom_ext_add_hello() local 87 switch (ext->add_callback(ssl, ext->value, &contents, &contents_len, &alert, in custom_ext_add_hello() 88 ext->add_arg)) { in custom_ext_add_hello() 90 if (!CBB_add_u16(extensions, ext->value) || in custom_ext_add_hello() 95 ERR_add_error_dataf("extension: %u", (unsigned) ext->value); in custom_ext_add_hello() 96 if (ext->free_callback && 0 < contents_len) { in custom_ext_add_hello() 97 ext->free_callback(ssl, ext->value, contents, ext->add_arg); in custom_ext_add_hello() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | key_debug.c | 82 static void kdebug_sadb_x_policy __P((struct sadb_ext *ext)); 86 static void kdebug_sadb_x_nat_t_type __P((struct sadb_ext *ext)); 87 static void kdebug_sadb_x_nat_t_port __P((struct sadb_ext *ext)); 110 struct sadb_ext *ext; local 125 ext = (void *)((caddr_t)(void *)base + sizeof(struct sadb_msg)); 129 ext->sadb_ext_len, ext->sadb_ext_type); 131 if (ext->sadb_ext_len == 0) { 135 if (ext->sadb_ext_len > tlen) { 140 switch (ext->sadb_ext_type) { 142 kdebug_sadb_sa(ext); [all …]
|
/external/libavc/common/armv8/ |
D | ih264_inter_pred_filters_luma_horz_av8.s | 128 ext v31.8b, v2.8b , v3.8b, #5 ////extract a[5] (column1,row0) 130 ext v30.8b, v3.8b , v4.8b, #5 ////extract a[5] (column2,row0) 132 ext v28.8b, v5.8b , v6.8b, #5 ////extract a[5] (column1,row1) 134 ext v27.8b, v6.8b , v7.8b, #5 ////extract a[5] (column2,row1) 136 ext v31.8b, v2.8b , v3.8b, #2 ////extract a[2] (column1,row0) 138 ext v30.8b, v3.8b , v4.8b, #2 ////extract a[2] (column2,row0) 140 ext v28.8b, v5.8b , v6.8b, #2 ////extract a[2] (column1,row1) 142 ext v27.8b, v6.8b , v7.8b, #2 ////extract a[2] (column2,row1) 144 ext v31.8b, v2.8b , v3.8b, #3 ////extract a[3] (column1,row0) 146 ext v30.8b, v3.8b , v4.8b, #3 ////extract a[3] (column2,row0) [all …]
|
D | ih264_inter_pred_luma_horz_qpel_av8.s | 136 ext v31.8b, v2.8b , v3.8b , #5 138 ext v30.8b, v3.8b , v4.8b , #5 140 ext v28.8b, v5.8b , v6.8b , #5 142 ext v27.8b, v6.8b , v7.8b , #5 144 ext v31.8b, v2.8b , v3.8b , #2 146 ext v30.8b, v3.8b , v4.8b , #2 148 ext v28.8b, v5.8b , v6.8b , #2 150 ext v27.8b, v6.8b , v7.8b , #2 152 ext v31.8b, v2.8b , v3.8b , #3 154 ext v30.8b, v3.8b , v4.8b , #3 [all …]
|
D | ih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s | 159 ext v5.8b, v0.8b , v1.8b , #5 162 ext v2.8b, v0.8b , v1.8b , #2 163 ext v3.8b, v0.8b , v1.8b , #3 165 ext v4.8b, v0.8b , v1.8b , #4 167 ext v1.8b, v0.8b , v1.8b , #1 171 ext v5.8b, v0.8b , v1.8b , #5 173 ext v2.8b, v0.8b , v1.8b , #2 174 ext v3.8b, v0.8b , v1.8b , #3 179 ext v4.8b, v0.8b , v1.8b , #4 181 ext v1.8b, v0.8b , v1.8b , #1 [all …]
|
D | ih264_inter_pred_luma_horz_qpel_vert_qpel_av8.s | 158 ext v23.8b, v18.8b , v19.8b , #5 159 ext v20.8b, v18.8b , v19.8b , #2 160 ext v21.8b, v18.8b , v19.8b , #3 161 ext v22.8b, v18.8b , v19.8b , #4 162 ext v19.8b, v18.8b , v19.8b , #1 176 ext v23.8b, v18.8b , v19.8b , #5 177 ext v20.8b, v18.8b , v19.8b , #2 178 ext v21.8b, v18.8b , v19.8b , #3 179 ext v22.8b, v18.8b , v19.8b , #4 180 ext v19.8b, v18.8b , v19.8b , #1 [all …]
|
/external/bison/src/ |
D | files.c | 143 compute_exts_from_gf (const char *ext) in compute_exts_from_gf() argument 145 if (strcmp (ext, ".y") == 0) in compute_exts_from_gf() 152 src_extension = xstrdup (ext); in compute_exts_from_gf() 153 header_extension = xstrdup (ext); in compute_exts_from_gf() 163 compute_exts_from_src (const char *ext) in compute_exts_from_src() argument 168 src_extension = xstrdup (ext); in compute_exts_from_src() 169 header_extension = xstrdup (ext); in compute_exts_from_src() 205 const char **base, const char **tab, const char **ext) in file_name_split() argument 210 *ext = mbsrchr (*base, '.'); in file_name_split() 215 if (*ext) in file_name_split() [all …]
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 24 void print_ext(struct file_ext *ext) in print_ext() argument 26 if (ext->end_blk == 0) in print_ext() 27 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count); in print_ext() 29 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext() 30 ext->end_blk, ext->blk_count); in print_ext() 95 struct file_ext ext; in main() local 135 ext.f_pos = 0; in main() 136 ext.start_blk = blknum; in main() 137 ext.end_blk = blknum; in main() 138 ext.blk_count = 1; in main() [all …]
|
/external/libavc/encoder/armv8/ |
D | ih264e_half_pel_av8.s | 105 ext v31.8b, v2.8b , v3.8b , #5 106 ext v30.8b, v3.8b , v4.8b , #5 109 ext v29.8b, v4.8b , v4.8b , #5 111 ext v28.8b, v5.8b , v6.8b , #5 113 ext v27.8b, v6.8b , v7.8b , #5 115 ext v26.8b, v7.8b , v7.8b , #5 118 ext v31.8b, v2.8b , v3.8b , #2 120 ext v30.8b, v3.8b , v4.8b , #2 122 ext v29.8b, v4.8b , v4.8b , #2 124 ext v28.8b, v5.8b , v6.8b , #2 [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_lib.c | 71 static void ext_list_free(X509V3_EXT_METHOD *ext); 78 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add() argument 82 ext_list_free(ext); in X509V3_EXT_add() 85 if(!sk_X509V3_EXT_METHOD_push(ext_list, ext)) { in X509V3_EXT_add() 87 ext_list_free(ext); in X509V3_EXT_add() 118 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() argument 121 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL; in X509V3_EXT_get() 156 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local 159 if(!(ext = X509V3_EXT_get_nid(nid_from))) { in X509V3_EXT_add_alias() 167 *tmpext = *ext; in X509V3_EXT_add_alias() [all …]
|
D | v3_prn.c | 69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int sup… 95 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) in X509V3_EXT_print() argument 104 if(!(method = X509V3_EXT_get(ext))) in X509V3_EXT_print() 105 return unknown_ext_print(out, ext, flag, indent, 0); in X509V3_EXT_print() 106 p = ext->value->data; in X509V3_EXT_print() 107 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); in X509V3_EXT_print() 108 else ext_str = method->d2i(NULL, &p, ext->value->length); in X509V3_EXT_print() 110 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1); in X509V3_EXT_print() 171 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int sup… in unknown_ext_print() argument 187 ext->value->data, ext->value->length, indent, -1); in unknown_ext_print() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | global-extload-i16.ll | 12 %ext = zext i16 %a to i32 13 store i32 %ext, i32 addrspace(1)* %out 23 %ext = sext i16 %a to i32 24 store i32 %ext, i32 addrspace(1)* %out 33 %ext = zext <1 x i16> %load to <1 x i32> 34 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 43 %ext = sext <1 x i16> %load to <1 x i32> 44 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 52 %ext = zext <2 x i16> %load to <2 x i32> 53 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | global-extload-i1.ll | 12 %ext = zext i1 %a to i32 13 store i32 %ext, i32 addrspace(1)* %out 24 %ext = sext i1 %a to i32 25 store i32 %ext, i32 addrspace(1)* %out 33 %ext = zext <1 x i1> %load to <1 x i32> 34 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 42 %ext = sext <1 x i1> %load to <1 x i32> 43 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 51 %ext = zext <2 x i1> %load to <2 x i32> 52 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | global-extload-i8.ll | 11 %ext = zext i8 %a to i32 12 store i32 %ext, i32 addrspace(1)* %out 22 %ext = sext i8 %a to i32 23 store i32 %ext, i32 addrspace(1)* %out 31 %ext = zext <1 x i8> %load to <1 x i32> 32 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 40 %ext = sext <1 x i8> %load to <1 x i32> 41 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 49 %ext = zext <2 x i8> %load to <2 x i32> 50 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | trunc-cmp-constant.ll | 13 %ext = sext i1 %load to i32 14 %cmp = icmp eq i32 %ext, 0 29 %ext = zext i1 %load to i32 30 %cmp = icmp eq i32 %ext, 0 40 %ext = sext i1 %load to i32 41 %cmp = icmp eq i32 %ext, 1 52 %ext = zext i1 %load to i32 53 %cmp = icmp eq i32 %ext, 1 64 %ext = sext i1 %load to i32 65 %cmp = icmp eq i32 %ext, -1 [all …]
|
D | commute-compares.ll | 17 %ext = sext i1 %cmp to i32 18 store i32 %ext, i32 addrspace(1)* %gep.out 30 %ext = sext i1 %cmp to i32 31 store i32 %ext, i32 addrspace(1)* %gep.out 45 %ext = sext i1 %cmp to i32 46 store i32 %ext, i32 addrspace(1)* %gep.out 58 %ext = sext i1 %cmp to i32 59 store i32 %ext, i32 addrspace(1)* %gep.out 71 %ext = sext i1 %cmp to i32 72 store i32 %ext, i32 addrspace(1)* %gep.out [all …]
|
/external/opencv3/modules/videoio/test/ |
D | test_basic_props.cpp | 55 const string ext[] = {"avi"}; variable 57 const string ext[] = {"avi", "mov", "mp4"}; variable 62 const size_t n = sizeof(ext)/sizeof(ext[0]); in TEST() 69 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() 73 …OG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str()); in TEST() 86 const size_t n = sizeof(ext)/sizeof(ext[0]); in TEST() 93 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() 97 …OG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str()); in TEST() 113 const size_t n = sizeof(ext)/sizeof(ext[0]); in TEST() 120 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() [all …]
|
/external/tcpdump/ |
D | print-isakmp.c | 581 const struct isakmp_gen *ext, \ 619 const struct isakmp_gen *ext, 634 u_char np, const struct isakmp_gen *ext, 684 const struct isakmp_gen *ext, 993 const struct isakmp_gen *ext, in ikev1_sa_print() argument 1006 p = (struct ikev1_pl_sa *)ext; in ikev1_sa_print() 1008 UNALIGNED_MEMCPY(&sa, ext, sizeof(sa)); in ikev1_sa_print() 1031 np = (u_char *)ext + sizeof(sa); in ikev1_sa_print() 1033 ND_TCHECK2(*(ext + 1), sizeof(ident)); in ikev1_sa_print() 1034 UNALIGNED_MEMCPY(&ident, ext + 1, sizeof(ident)); in ikev1_sa_print() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 15 %ext = zext i8 %shr to i16 16 %shl = shl i16 %ext, 4 29 %ext = zext i8 %shr to i32 30 %shl = shl i32 %ext, 4 43 %ext = zext i16 %shr to i32 44 %shl = shl i32 %ext, 4 57 %ext = zext i8 %shr to i64 58 %shl = shl i64 %ext, 4 71 %ext = zext i16 %shr to i64 72 %shl = shl i64 %ext, 4 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-10.ll | 10 %ext = zext i32 %a to i64 11 ret i64 %ext 20 %ext = zext i32 %word to i64 21 ret i64 %ext 29 %ext = and i64 %a, 4294967295 30 ret i64 %ext 39 %ext = zext i32 %word to i64 40 ret i64 %ext 50 %ext = zext i32 %word to i64 51 ret i64 %ext [all …]
|
D | int-conv-09.ll | 10 %ext = sext i32 %a to i64 11 ret i64 %ext 20 %ext = sext i32 %word to i64 21 ret i64 %ext 30 %ext = sext i32 %word to i64 31 ret i64 %ext 41 %ext = sext i32 %word to i64 42 ret i64 %ext 54 %ext = sext i32 %word to i64 55 ret i64 %ext [all …]
|
/external/iputils/doc/ |
D | docbook2man-spec.pl | 494 elsif(exists $_[0]->parent->ext->{'title'}) { 497 $_[0]->parent->ext->{'title'} = $title; 509 sgml('</ATTRIBUTION>', sub { $_[0]->parent->ext->{'attribution'} = pop_output(); }); 680 if($_[0]->parent->ext->{'nobreak'}==1) { 684 $_[0]->parent->ext->{'nobreak'} = 2; 685 } elsif($_[0]->parent->ext->{'nobreak'}==2) { 725 $_[0]->ext->{'title'} = 'ABSTRACT'; 734 output ".SS \"", uc($_[0]->ext->{'title'}), "\"\n"; 776 $_[0]->ext->{'title'} = ''; 785 if($_[0]->ext->{'title'}) { [all …]
|