/external/e2fsprogs/lib/ext2fs/ |
D | blkmap64_rb.c | 75 struct bmap_rb_extent *ext; in print_tree() local 81 ext = node_to_extent(node); in print_tree() 83 ext->start, ext->start + ext->count); in print_tree() 91 struct bmap_rb_extent *ext, *old = NULL; in check_tree() local 95 ext = node_to_extent(node); in check_tree() 96 if (ext->count == 0) { in check_tree() 98 printf("extent: %llu -> %llu (%llu)\n", ext->start, in check_tree() 99 ext->start + ext->count, ext->count); in check_tree() 102 if (ext->start + ext->count < ext->start) { in check_tree() 104 printf("extent: %llu -> %llu (%llu)\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 | 36 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i); in custom_ext_find() local 37 if (ext->value == value) { in custom_ext_find() 41 return ext; in custom_ext_find() 81 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i); in custom_ext_add_hello() local 94 switch (ext->add_callback(ssl, ext->value, &contents, &contents_len, &alert, in custom_ext_add_hello() 95 ext->add_arg)) { in custom_ext_add_hello() 97 if (!CBB_add_u16(extensions, ext->value) || in custom_ext_add_hello() 102 ERR_add_error_dataf("extension %u", (unsigned) ext->value); in custom_ext_add_hello() 103 if (ext->free_callback && 0 < contents_len) { in custom_ext_add_hello() 104 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 | 132 ext v31.8b, v2.8b , v3.8b, #5 ////extract a[5] (column1,row0) 134 ext v30.8b, v3.8b , v4.8b, #5 ////extract a[5] (column2,row0) 136 ext v28.8b, v5.8b , v6.8b, #5 ////extract a[5] (column1,row1) 138 ext v27.8b, v6.8b , v7.8b, #5 ////extract a[5] (column2,row1) 140 ext v31.8b, v2.8b , v3.8b, #2 ////extract a[2] (column1,row0) 142 ext v30.8b, v3.8b , v4.8b, #2 ////extract a[2] (column2,row0) 144 ext v28.8b, v5.8b , v6.8b, #2 ////extract a[2] (column1,row1) 146 ext v27.8b, v6.8b , v7.8b, #2 ////extract a[2] (column2,row1) 148 ext v31.8b, v2.8b , v3.8b, #3 ////extract a[3] (column1,row0) 150 ext v30.8b, v3.8b , v4.8b, #3 ////extract a[3] (column2,row0) [all …]
|
D | ih264_inter_pred_luma_horz_qpel_av8.s | 140 ext v31.8b, v2.8b , v3.8b , #5 142 ext v30.8b, v3.8b , v4.8b , #5 144 ext v28.8b, v5.8b , v6.8b , #5 146 ext v27.8b, v6.8b , v7.8b , #5 148 ext v31.8b, v2.8b , v3.8b , #2 150 ext v30.8b, v3.8b , v4.8b , #2 152 ext v28.8b, v5.8b , v6.8b , #2 154 ext v27.8b, v6.8b , v7.8b , #2 156 ext v31.8b, v2.8b , v3.8b , #3 158 ext v30.8b, v3.8b , v4.8b , #3 [all …]
|
D | ih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s | 164 ext v5.8b, v0.8b , v1.8b , #5 167 ext v2.8b, v0.8b , v1.8b , #2 168 ext v3.8b, v0.8b , v1.8b , #3 170 ext v4.8b, v0.8b , v1.8b , #4 172 ext v1.8b, v0.8b , v1.8b , #1 176 ext v5.8b, v0.8b , v1.8b , #5 178 ext v2.8b, v0.8b , v1.8b , #2 179 ext v3.8b, v0.8b , v1.8b , #3 184 ext v4.8b, v0.8b , v1.8b , #4 186 ext v1.8b, v0.8b , v1.8b , #1 [all …]
|
D | ih264_inter_pred_luma_horz_qpel_vert_qpel_av8.s | 162 ext v23.8b, v18.8b , v19.8b , #5 163 ext v20.8b, v18.8b , v19.8b , #2 164 ext v21.8b, v18.8b , v19.8b , #3 165 ext v22.8b, v18.8b , v19.8b , #4 166 ext v19.8b, v18.8b , v19.8b , #1 180 ext v23.8b, v18.8b , v19.8b , #5 181 ext v20.8b, v18.8b , v19.8b , #2 182 ext v21.8b, v18.8b , v19.8b , #3 183 ext v22.8b, v18.8b , v19.8b , #4 184 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 | 107 ext v31.8b, v2.8b , v3.8b , #5 108 ext v30.8b, v3.8b , v4.8b , #5 111 ext v29.8b, v4.8b , v4.8b , #5 113 ext v28.8b, v5.8b , v6.8b , #5 115 ext v27.8b, v6.8b , v7.8b , #5 117 ext v26.8b, v7.8b , v7.8b , #5 120 ext v31.8b, v2.8b , v3.8b , #2 122 ext v30.8b, v3.8b , v4.8b , #2 124 ext v29.8b, v4.8b , v4.8b , #2 126 ext v28.8b, v5.8b , v6.8b , #2 [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | load-local-i8.ll | 89 %ext = zext i8 %a to i32 90 store i32 %ext, i32 addrspace(3)* %out 103 %ext = sext i8 %ld to i32 104 store i32 %ext, i32 addrspace(3)* %out 111 %ext = zext <1 x i8> %load to <1 x i32> 112 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 119 %ext = sext <1 x i8> %load to <1 x i32> 120 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 131 %ext = zext <2 x i8> %load to <2 x i32> 132 store <2 x i32> %ext, <2 x i32> addrspace(3)* %out [all …]
|
D | load-constant-i8.ll | 82 %ext = zext i8 %a to i32 83 store i32 %ext, i32 addrspace(1)* %out 96 %ext = sext i8 %ld to i32 97 store i32 %ext, i32 addrspace(1)* %out 104 %ext = zext <1 x i8> %load to <1 x i32> 105 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 112 %ext = sext <1 x i8> %load to <1 x i32> 113 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 124 %ext = zext <2 x i8> %load to <2 x i32> 125 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | load-global-i1.ll | 72 %ext = zext i1 %a to i32 73 store i32 %ext, i32 addrspace(1)* %out 86 %ext = sext i1 %a to i32 87 store i32 %ext, i32 addrspace(1)* %out 94 %ext = zext <1 x i1> %load to <1 x i32> 95 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 102 %ext = sext <1 x i1> %load to <1 x i32> 103 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 110 %ext = zext <2 x i1> %load to <2 x i32> 111 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | load-constant-i1.ll | 72 %ext = zext i1 %a to i32 73 store i32 %ext, i32 addrspace(1)* %out 86 %ext = sext i1 %a to i32 87 store i32 %ext, i32 addrspace(1)* %out 94 %ext = zext <1 x i1> %load to <1 x i32> 95 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 102 %ext = sext <1 x i1> %load to <1 x i32> 103 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 110 %ext = zext <2 x i1> %load to <2 x i32> 111 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | load-local-i1.ll | 73 %ext = zext i1 %a to i32 74 store i32 %ext, i32 addrspace(3)* %out 87 %ext = sext i1 %a to i32 88 store i32 %ext, i32 addrspace(3)* %out 95 %ext = zext <1 x i1> %load to <1 x i32> 96 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 103 %ext = sext <1 x i1> %load to <1 x i32> 104 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 111 %ext = zext <2 x i1> %load to <2 x i32> 112 store <2 x i32> %ext, <2 x i32> addrspace(3)* %out [all …]
|
D | load-global-i8.ll | 88 %ext = zext i8 %a to i32 89 store i32 %ext, i32 addrspace(1)* %out 102 %ext = sext i8 %ld to i32 103 store i32 %ext, i32 addrspace(1)* %out 110 %ext = zext <1 x i8> %load to <1 x i32> 111 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 118 %ext = sext <1 x i8> %load to <1 x i32> 119 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 131 %ext = zext <2 x i8> %load to <2 x i32> 132 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | load-local-i16.ll | 95 %ext = zext i16 %a to i32 96 store i32 %ext, i32 addrspace(3)* %out 109 %ext = sext i16 %a to i32 110 store i32 %ext, i32 addrspace(3)* %out 118 %ext = zext <1 x i16> %load to <1 x i32> 119 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 127 %ext = sext <1 x i16> %load to <1 x i32> 128 store <1 x i32> %ext, <1 x i32> addrspace(3)* %out 141 %ext = zext <2 x i16> %load to <2 x i32> 142 store <2 x i32> %ext, <2 x i32> addrspace(3)* %out [all …]
|
D | load-constant-i16.ll | 85 %ext = zext i16 %a to i32 86 store i32 %ext, i32 addrspace(1)* %out 102 %ext = sext i16 %a to i32 103 store i32 %ext, i32 addrspace(1)* %out 112 %ext = zext <1 x i16> %load to <1 x i32> 113 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 122 %ext = sext <1 x i16> %load to <1 x i32> 123 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 133 %ext = zext <2 x i16> %load to <2 x i32> 134 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
D | load-global-i16.ll | 96 %ext = zext i16 %a to i32 97 store i32 %ext, i32 addrspace(1)* %out 113 %ext = sext i16 %a to i32 114 store i32 %ext, i32 addrspace(1)* %out 123 %ext = zext <1 x i16> %load to <1 x i32> 124 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 133 %ext = sext <1 x i16> %load to <1 x i32> 134 store <1 x i32> %ext, <1 x i32> addrspace(1)* %out 143 %ext = zext <2 x i16> %load to <2 x i32> 144 store <2 x i32> %ext, <2 x i32> addrspace(1)* %out [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_lib.c | 72 static void ext_list_free(X509V3_EXT_METHOD *ext); 80 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add() argument 84 ext_list_free(ext); in X509V3_EXT_add() 87 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) { in X509V3_EXT_add() 89 ext_list_free(ext); in X509V3_EXT_add() 124 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() argument 127 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef) in X509V3_EXT_get() 162 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local 165 if (!(ext = X509V3_EXT_get_nid(nid_from))) { in X509V3_EXT_add_alias() 175 *tmpext = *ext; in X509V3_EXT_add_alias() [all …]
|
/external/syslinux/com32/elflink/ldlinux/ |
D | ldlinux.c | 50 const struct file_ext *ext; in parse_image_type() local 58 for (ext = file_extensions; ext->name; ext++) { in parse_image_type() 59 int elen = strlen(ext->name); in parse_image_type() 61 if (!strncmp(kernel + len - elen, ext->name, elen)) in parse_image_type() 62 return ext->type; in parse_image_type() 74 const struct file_ext *ext; in get_extension() local 82 for (ext = file_extensions; ext->name; ext++) { in get_extension() 84 int elen = strlen(ext->name); in get_extension() 90 strncpy(str + len, ext->name, elen); in get_extension() 97 return ext->name; in get_extension() [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 …]
|