/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-uadd.sh | 4 DCL OUT[0], GENERIC[0] 5 DCL OUT[1], GENERIC[1]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 3332 enum Forms { GENERIC, ISOLATED, FINAL, INITIAL, MEDIAL }; in _testPresentationForms() enumerator 3342 src[0] = in[GENERIC]; in _testPresentationForms() 3349 log_err("failure in u_shapeArabic(_testAllForms: shaping isolated): %x\n", in[GENERIC]); in _testPresentationForms() 3356 if(U_FAILURE(errorCode) || length!=1 || src[0] != in[GENERIC]) { in _testPresentationForms() 3357 log_err("failure in u_shapeArabic(_testAllForms: unshaping isolated): %x\n", in[GENERIC]); in _testPresentationForms() 3361 src[0] = otherChar[GENERIC]; in _testPresentationForms() 3362 src[1] = in[GENERIC]; in _testPresentationForms() 3370 log_err("failure in u_shapeArabic(_testAllForms: shaping final): %x\n", in[GENERIC]); in _testPresentationForms() 3377 if(U_FAILURE(errorCode) || length!=2 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC]) { in _testPresentationForms() 3378 log_err("failure in u_shapeArabic(_testAllForms: unshaping final): %x\n", in[GENERIC]); in _testPresentationForms() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdate.h | 73 GENERIC, enumerator
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | cache.h | 100 #define GENERIC(pstr) ((const struct CACHED_GENERIC*)(const void*)(pstr)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 90 GENERIC = 0, enumerator
|
D | NVPTXISelDAGToDAG.cpp | 660 return NVPTX::PTXLdStInstCode::GENERIC; in getCodeAddrSpace() 667 case llvm::ADDRESS_SPACE_GENERIC: return NVPTX::PTXLdStInstCode::GENERIC; in getCodeAddrSpace() 673 return NVPTX::PTXLdStInstCode::GENERIC; in getCodeAddrSpace() 877 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC) in tryLoad() 1020 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC) in tryLoadVector() 1740 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC) in tryStore() 1896 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC) in tryStoreVector()
|
/third_party/cef/libcef/browser/media_router/ |
D | media_sink_impl.cc | 95 media_router::SinkIconType::GENERIC, in CefMediaSinkImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 36 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 563 GENERIC(&item), lookup_cache_compare); in ntfs_inode_lookup_by_mbsname() 577 GENERIC(&item), in ntfs_inode_lookup_by_mbsname() 629 GENERIC(&item), lookup_cache_compare); in ntfs_inode_update_mbsname() 702 vol->xinode_cache, GENERIC(&item), in ntfs_pathname_to_inode() 746 vol->xinode_cache, GENERIC(&item), in ntfs_pathname_to_inode() 771 GENERIC(&item), in ntfs_pathname_to_inode() 2058 ntfs_invalidate_cache(vol->lookup_cache, GENERIC(&lkitem), in ntfs_delete() 2078 count = ntfs_invalidate_cache(vol->xinode_cache, GENERIC(&item), in ntfs_delete()
|
D | security.c | 1708 scx->vol->legacy_cache, GENERIC(&wanted), in enter_cache() 1776 scx->vol->legacy_cache, GENERIC(&wanted), in fetch_cache() 2680 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_alloc_securid() 2707 GENERIC(&wanted), in ntfs_alloc_securid() 2774 GENERIC(&legacy), in ntfs_set_inherited_posix() 2819 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_alloc_securid() 2845 GENERIC(&wanted), in ntfs_alloc_securid() 2910 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_set_owner_mode() 2966 GENERIC(&wanted), in ntfs_set_owner_mode() 2983 GENERIC(&legacy), in ntfs_set_owner_mode() [all …]
|
D | inode.c | 450 GENERIC(&item),idata_cache_compare,CACHE_FREE); in ntfs_inode_invalidate() 478 GENERIC(&item),idata_cache_compare); in ntfs_inode_open() 538 GENERIC(&item), idata_cache_compare); in ntfs_inode_close()
|
/third_party/FreeBSD/ |
D | README | 63 sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
|
D | UPDATING | 315 amd64/GENERIC now has EFI runtime services, EFIRT, enabled by default. 948 TCP_HHOOK option. (This option is included in the GENERIC kernel.) 2026 hard to boot to recover. A GENERIC kernel will include suitable 2029 Make sure that you merge any new devices from GENERIC since the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXInstPrinter.cpp | 246 case NVPTX::PTXLdStInstCode::GENERIC: in printLdStCode()
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 66 NONE, GENERIC, INTERFACE, or IRPCDISPATCH
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 521 Info.Kind = VRegInfo::GENERIC; in parseRegisterInfo() 602 case VRegInfo::GENERIC: in setupRegisterInfo()
|
D | MIParser.cpp | 1297 case VRegInfo::GENERIC: in parseRegisterClassOrBank() 1316 case VRegInfo::GENERIC: in parseRegisterClassOrBank() 1318 RegInfo.Kind = RegBank ? VRegInfo::REGBANK : VRegInfo::GENERIC; in parseRegisterClassOrBank() 1510 if (RegInfo->Kind == VRegInfo::GENERIC || in parseRegisterOperand()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | README | 313 payload=(int)96, clock-rate=(int)44100, encoding-name=(string)MPEG4-GENERIC, 329 clock-rate=(int)44100, encoding-name=(string)MPEG4-GENERIC, ssrc=(guint)3246149898,
|
/third_party/pcre2/pcre2/ |
D | NON-AUTOTOOLS-BUILD | 39 GENERIC INSTRUCTIONS FOR THE PCRE2 C LIBRARY
|
/third_party/pcre2/pcre2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 39 GENERIC INSTRUCTIONS FOR THE PCRE2 C LIBRARY
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | emoji-data.txt | 858 … ; Extended_Pictographic# E0.0 [18] (♩..♺) QUARTER NOTE..RECYCLING SYMBOL FOR GENERIC MATERIALS
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 4378 GENERIC
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 4378 GENERIC
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 3175 applies to inputs with the GENERIC semantic instead.
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1458 - freedreno: use GENERIC instead of TEXCOORD for blit program
|