/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() 99 ext->start, ext->start + ext->count, in check_tree() 100 ext->count); in check_tree() 103 if (ext->start + ext->count < ext->start) { in check_tree() 107 ext->start, ext->start + ext->count, in check_tree() [all …]
|
/external/swiftshader/third_party/llvm-7.0/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 …]
|
/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 …]
|
/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | mad-mix.ll | 12 %src0.ext = fpext half %src0 to float 13 %src1.ext = fpext half %src1 to float 14 %src2.ext = fpext half %src2 to float 15 %result = tail call float @llvm.fmuladd.f32(float %src0.ext, float %src1.ext, float %src2.ext) 33 %src0.ext = fpext half %src0.fp16 to float 34 %src1.ext = fpext half %src1.fp16 to float 35 %src2.ext = fpext half %src2.fp16 to float 36 %result = tail call float @llvm.fmuladd.f32(float %src0.ext, float %src1.ext, float %src2.ext) 49 %src0.ext = fpext half %src0.hi to float 50 %src1.ext = fpext half %src1.hi to float [all …]
|
D | mad-mix-hi.ll | 10 %src0.ext = fpext half %src0 to float 11 %src1.ext = fpext half %src1 to float 12 %src2.ext = fpext half %src2 to float 13 %result = tail call float @llvm.fmuladd.f32(float %src0.ext, float %src1.ext, float %src2.ext) 26 %src0.ext = fpext half %src0 to float 27 %src1.ext = fpext half %src1 to float 28 %src2.ext = fpext half %src2 to float 29 %result = tail call float @llvm.fmuladd.f32(float %src0.ext, float %src1.ext, float %src2.ext) 41 %src0.ext = fpext half %src0 to float 42 %src1.ext = fpext half %src1 to float [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 55 for ext in self.extensions: 56 fullname = self.get_ext_fullname(ext.name) 71 if ext._needs_stub: 72 self.write_stub(package_dir or os.curdir, ext, True) 87 ext = self.ext_map[fullname] 88 if isinstance(ext,Library): 89 fn, ext = os.path.splitext(filename) 91 elif use_stubs and ext._links_to_dynamic: 107 self.shlibs = [ext for ext in self.extensions 108 if isinstance(ext,Library)] [all …]
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 85 for ext in self.extensions: 86 fullname = self.get_ext_fullname(ext.name) 102 if ext._needs_stub: 103 self.write_stub(package_dir or os.curdir, ext, True) 108 ext = self.ext_map[fullname] 111 and getattr(ext, 'py_limited_api') 118 if isinstance(ext, Library): 119 fn, ext = os.path.splitext(filename) 121 elif use_stubs and ext._links_to_dynamic: 136 self.shlibs = [ext for ext in self.extensions [all …]
|
/external/grpc-grpc/ |
D | config.w32 | 9 "src\\php\\ext\\grpc\\byte_buffer.c " + 10 "src\\php\\ext\\grpc\\call.c " + 11 "src\\php\\ext\\grpc\\call_credentials.c " + 12 "src\\php\\ext\\grpc\\channel.c " + 13 "src\\php\\ext\\grpc\\channel_credentials.c " + 14 "src\\php\\ext\\grpc\\completion_queue.c " + 15 "src\\php\\ext\\grpc\\php_grpc.c " + 16 "src\\php\\ext\\grpc\\server.c " + 17 "src\\php\\ext\\grpc\\server_credentials.c " + 18 "src\\php\\ext\\grpc\\timeval.c " + [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | byext.py | 47 head, ext = os.path.splitext(filename) 49 if ext == base: 50 ext = "" # E.g. .cvsignore is deemed not to have an extension 51 ext = os.path.normcase(ext) 52 if not ext: 53 ext = "<none>" 54 self.addstats(ext, "files", 1) 59 self.addstats(ext, "unopenable", 1) 63 self.addstats(ext, "bytes", len(data)) 65 self.addstats(ext, "binary", 1) [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_ext.py | 356 for i, ext in enumerate(extensions): 357 if isinstance(ext, Extension): 361 if not isinstance(ext, tuple) or len(ext) != 2: 366 ext_name, build_info = ext 385 ext = Extension(ext_name, build_info['sources']) 394 setattr(ext, key, val) 397 ext.runtime_library_dirs = build_info.get('rpath') 406 ext.define_macros = [] 407 ext.undef_macros = [] 414 ext.undef_macros.append(macro[0]) [all …]
|
/external/brotli/ |
D | setup.py | 54 for ext in self.extensions: 55 filenames.extend(ext.depends) 58 def build_extension(self, ext): argument 59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)): 63 "a list of source filenames" % ext.name) 65 ext_path = self.get_ext_fullpath(ext.name) 66 depends = ext.sources + ext.depends 68 log.debug("skipping '%s' extension (up-to-date)", ext.name) 71 log.info("building '%s' extension", ext.name) 75 for source in ext.sources: [all …]
|
/external/python/cpython3/Tools/scripts/ |
D | byext.py | 46 head, ext = os.path.splitext(filename) 48 if ext == base: 49 ext = "" # E.g. .cvsignore is deemed not to have an extension 50 ext = os.path.normcase(ext) 51 if not ext: 52 ext = "<none>" 53 self.addstats(ext, "files", 1) 59 self.addstats(ext, "unopenable", 1) 61 self.addstats(ext, "bytes", len(data)) 63 self.addstats(ext, "binary", 1) [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_ext.py | 356 for i, ext in enumerate(extensions): 357 if isinstance(ext, Extension): 361 if not isinstance(ext, tuple) or len(ext) != 2: 366 ext_name, build_info = ext 385 ext = Extension(ext_name, build_info['sources']) 394 setattr(ext, key, val) 397 ext.runtime_library_dirs = build_info.get('rpath') 406 ext.define_macros = [] 407 ext.undef_macros = [] 414 ext.undef_macros.append(macro[0]) [all …]
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_ext_deps.py | 69 for ext in sorted(extDepsDict.iterkeys()): 70 for dep in extDepsDict[ext]: 71 yield '\tstd::make_pair("%s", "%s"),' % (ext, dep) 95 def genExtDepsOnApiVersion(ext, extInfoDict, apiVersion): argument 98 for dep in extInfoDict[ext].deps: 113 for ext, info in extInfoDict.iteritems(): 118 …allExtDepsDict[VK_INST_EXT_DEP_1_1][ext] = genExtDepsOnApiVersion(ext, extInfoDict, VK_API_VERSION… 121 …allExtDepsDict[VK_INST_EXT_DEP_1_0][ext] = genExtDepsOnApiVersion(ext, extInfoDict, VK_API_VERSION… 123 …allExtDepsDict[VK_DEV_EXT_DEP_1_1][ext] = genExtDepsOnApiVersion(ext, extInfoDict, VK_API_VERSION… 126 …allExtDepsDict[VK_DEV_EXT_DEP_1_0][ext] = genExtDepsOnApiVersion(ext, extInfoDict, VK_API_VERSION… [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_select.ll | 1 define <4 x float> @_Z6selectDv4_iDv4_fS0_(<4 x i32> %cond.ext, <4 x float> %arg1, <4 x float> %arg… 3 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 8 define <4 x i32> @_Z6selectDv4_iS_S_(<4 x i32> %cond.ext, <4 x i32> %arg1, <4 x i32> %arg2) { 10 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 15 define <4 x i32> @_Z6selectDv4_iDv4_jS0_(<4 x i32> %cond.ext, <4 x i32> %arg1, <4 x i32> %arg2) { 17 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 22 define <8 x i16> @_Z6selectDv8_sS_S_(<8 x i16> %cond.ext, <8 x i16> %arg1, <8 x i16> %arg2) { 24 %cond = trunc <8 x i16> %cond.ext to <8 x i1> 29 define <8 x i16> @_Z6selectDv8_sDv8_tS0_(<8 x i16> %cond.ext, <8 x i16> %arg1, <8 x i16> %arg2) { 31 %cond = trunc <8 x i16> %cond.ext to <8 x i1> [all …]
|
/external/epid-sdk/ |
D | Android.bp | 27 "ext/ipp/sources/ippcp/*.c", 30 "ext/ipp/sources/ippcp/*md5.c", 31 "ext/ipp/sources/ippcp/*sm2*.c", 32 "ext/ipp/sources/ippcp/*sm3.c", 33 "ext/ipp/sources/ippcp/cpinit.c", 34 "ext/ipp/sources/ippcp/pcpaes*.c", 35 "ext/ipp/sources/ippcp/pcparcfour*.c", 36 "ext/ipp/sources/ippcp/pcpdes*.c", 37 "ext/ipp/sources/ippcp/pcpdlp*.c", 38 "ext/ipp/sources/ippcp/pcphmac*.c", [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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 11 %x.ext = fpext float %x to double 12 %ceil = call double @ceil(double %x.ext) nounwind readnone 13 %ext.y = fpext float %y to double 14 %cmp = fcmp oeq double %ceil, %ext.y 24 %x.ext = fpext float %x to double 25 %ceil = call double @llvm.ceil.f64(double %x.ext) nounwind readnone 26 %ext.y = fpext float %y to double 27 %cmp = fcmp oeq double %ceil, %ext.y 37 %x.ext = fpext float %x to double 38 %fabs = call double @fabs(double %x.ext) nounwind readnone [all …]
|
/external/python/cpython3/Lib/ |
D | mimetypes.py | 73 for (ext, type) in types_map.items(): 74 self.add_type(type, ext, True) 75 for (ext, type) in common_types.items(): 76 self.add_type(type, ext, False) 80 def add_type(self, type, ext, strict=True): argument 92 self.types_map[strict][ext] = type 94 if ext not in exts: 95 exts.append(ext) 136 base, ext = posixpath.splitext(url) 137 while ext in self.suffix_map: [all …]
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 54 void print_ext(struct file_ext *ext) in print_ext() argument 56 if (ext->end_blk == 0) in print_ext() 57 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count); in print_ext() 59 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext() 60 ext->end_blk, ext->blk_count); in print_ext() 147 struct file_ext ext; local 191 ext.f_pos = 0; 192 ext.start_blk = blknum; 193 ext.end_blk = blknum; 194 ext.blk_count = 1; [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 …]
|