/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 88 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) macro 115 TXT(tgsi_file_name(src->Register.File)); in _dump_register_src() 119 TXT(tgsi_file_name(src->DimIndirect.File)); in _dump_register_src() 122 TXT( "]." ); in _dump_register_src() 143 TXT(tgsi_file_name(src->Indirect.File)); in _dump_register_src() 146 TXT( "]." ); in _dump_register_src() 172 TXT(tgsi_file_name(dst->Register.File)); in _dump_register_dst() 176 TXT(tgsi_file_name(dst->DimIndirect.File)); in _dump_register_dst() 179 TXT( "]." ); in _dump_register_dst() 200 TXT(tgsi_file_name(dst->Indirect.File)); in _dump_register_dst() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 86 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) macro 111 TXT(tgsi_file_name(src->Register.File)); in _dump_register_src() 115 TXT(tgsi_file_name(src->DimIndirect.File)); in _dump_register_src() 118 TXT( "]." ); in _dump_register_src() 139 TXT(tgsi_file_name(src->Indirect.File)); in _dump_register_src() 142 TXT( "]." ); in _dump_register_src() 168 TXT(tgsi_file_name(dst->Register.File)); in _dump_register_dst() 172 TXT(tgsi_file_name(dst->DimIndirect.File)); in _dump_register_dst() 175 TXT( "]." ); in _dump_register_dst() 196 TXT(tgsi_file_name(dst->Indirect.File)); in _dump_register_dst() [all …]
|
/external/syzkaller/pkg/ifuzz/gen/ |
D | all-enc-instructions.txt | 27345 OPERANDS: REG0=ZMM_R3():w:zf64 REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf64 27359 OPERANDS: REG0=ZMM_R3():w:zf64:TXT=SAESTR REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf64 27373 OPERANDS: REG0=ZMM_R3():w:zf64 REG1=MASK1():r:mskw:TXT=ZEROSTR MEM0:r:vv:f64:TXT=BCASTSTR 27389 OPERANDS: REG0=ZMM_R3():w:zf32 REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf32 27403 OPERANDS: REG0=ZMM_R3():w:zf32:TXT=SAESTR REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf32 27417 OPERANDS: REG0=ZMM_R3():w:zf32 REG1=MASK1():r:mskw:TXT=ZEROSTR MEM0:r:vv:f32:TXT=BCASTSTR 27561 OPERANDS: REG0=ZMM_R3():w:zf64 REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf64 27575 OPERANDS: REG0=ZMM_R3():w:zf64:TXT=SAESTR REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf64 27589 OPERANDS: REG0=ZMM_R3():w:zf64 REG1=MASK1():r:mskw:TXT=ZEROSTR MEM0:r:vv:f64:TXT=BCASTSTR 27605 OPERANDS: REG0=ZMM_R3():w:zf32 REG1=MASK1():r:mskw:TXT=ZEROSTR REG2=ZMM_B3():r:zf32 [all …]
|
/external/curl/lib/ |
D | mk-ca-bundle.pl | 425 open(TXT,"$txt") or die "Couldn't open $txt: $!\n"; 426 while (<TXT>) { 430 while (<TXT>) { 456 while (<TXT>) { 466 while (<TXT>) { 471 while (<TXT>) { 541 close(TXT) or die "Couldn't close $txt: $!\n";
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | README.libvpx | 12 - AUTHORS.TXT 17 - LICENSE.TXT 20 - PATENTS.TXT
|
/external/libaom/libaom/third_party/libwebm/ |
D | README.libaom | 12 - AUTHORS.TXT 17 - LICENSE.TXT 20 - PATENTS.TXT
|
/external/antlr/runtime/CSharp2/ |
D | Cutting a new release.txt | 16 README.TXT 26 README.TXT 27 CHANGES.TXT
|
/external/freetype/src/tools/ |
D | no-copyright | 4 # means that e.g. `FTL.TXT' matches all files that have this string in 14 docs/FTL.TXT 15 docs/GPLv2.TXT
|
/external/capstone/packages/rpm/ |
D | capstone.spec | 118 %doc LICENSE.TXT LICENSE_LLVM.TXT 120 %license LICENSE.TXT LICENSE_LLVM.TXT
|
/external/capstone/ |
D | README | 39 See COMPILE.TXT file for how to compile and install Capstone. 49 See HACK.TXT file for the structure of the source code. 55 or source code of Capstone, please attach file LICENSE.TXT with your products.
|
D | LICENSE_LLVM.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 69 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 70 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
D | HACK.TXT | 4 . <- core engine + README + COMPILE.TXT etc 30 Follow instructions in COMPILE.TXT for how to compile and run test code.
|
/external/freetype/docs/ |
D | LICENSE.TXT | 11 - The FreeType License, found in the file `FTL.TXT', which is similar 21 - The GNU General Public License version 2, found in `GPLv2.TXT' (any 39 --- end of LICENSE.TXT ---
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 88 const ResourceRecord *TXT; member 462 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL; in FoundServiceInfo() 467 if (answer->rrtype == kDNSType_TXT) x->TXT = answer; in FoundServiceInfo() 468 if (x->SRV && x->TXT && x->callback) in FoundServiceInfo() 474 …x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, … in FoundServiceInfo() 515 x->TXT = mDNSNULL; in DNSServiceResolve()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 1188 static const char TXT[] = "\xC" "First String" "\xD" "Second String" "\xC" "Third String"; in main() local 1190 …est", "_testupdate._tcp.", "", NULL, registerPort.NotAnInteger, sizeof(TXT)-1, TXT, reg_reply, NUL… in main() 1196 char TXT[1024]; in main() local 1198 for (i=0; i<sizeof(TXT); i++) in main() 1199 if ((i & 0x1F) == 0) TXT[i] = 0x1F; else TXT[i] = 'A' + (i >> 5); in main() 1201 …st", "_testlargetxt._tcp.", "", NULL, registerPort.NotAnInteger, sizeof(TXT), TXT, reg_reply, NULL… in main() 1219 static const char TXT[] = "\x09" "Test Data"; in main() local 1222 if (!err) err = DNSServiceUpdateRecord(client, NULL, 0, sizeof(TXT)-1, TXT, 0); in main()
|
/external/llvm/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 68 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 69 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
D | NOTICE | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 68 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 69 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
D | llvm.spec.in | 51 %doc CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,jpg} docs/CommandGuide
|
/external/spirv-llvm/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 68 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 69 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 66 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 67 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
D | llvm.spec.in | 51 %doc CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,jpg} docs/CommandGuide
|
/external/swiftshader/third_party/llvm-subzero/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 66 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 67 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
|
/external/tensorflow/tensorflow/tools/lib_package/ |
D | BUILD | 152 "@llvm//:LICENSE.TXT", 177 "@cub_archive//:LICENSE.TXT", 225 "@llvm//:LICENSE.TXT", 250 "@cub_archive//:LICENSE.TXT",
|
/external/swiftshader/third_party/LLVM/ |
D | llvm.spec.in | 51 %doc CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,jpg} docs/CommandGuide
|
/external/compiler-rt/ |
D | NOTICE | 17 Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT 58 Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT 82 have its own individual LICENSE.TXT file in the directory in which it appears.
|