| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 106 ZSTD_memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc() 107 return dtd; in HUF_getDTableDesc() 170 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp_bmi2() 707 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX2_wksp() 992 (void)dtd; in HUF_decompress1X_usingDTable() 996 (void)dtd; in HUF_decompress1X_usingDTable() 1011 (void)dtd; in HUF_decompress4X_usingDTable() 1015 (void)dtd; in HUF_decompress4X_usingDTable() 1140 (void)dtd; in HUF_decompress1X_usingDTable_bmi2() 1144 (void)dtd; in HUF_decompress1X_usingDTable_bmi2() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_xslt_filter_module.c | 56 xmlDtdPtr dtd; member 438 dtd = conf->dtd; in ngx_http_xslt_sax_external_subset() 442 dtd = xmlCopyDtd(conf->dtd); in ngx_http_xslt_sax_external_subset() 443 if (dtd == NULL) { in ngx_http_xslt_sax_external_subset() 458 doc->extSubset = dtd; in ngx_http_xslt_sax_external_subset() 832 if (xlcf->dtd) { in ngx_http_xslt_entities() 855 if (xlcf->dtd == NULL) { in ngx_http_xslt_entities() 861 cln->data = xlcf->dtd; in ngx_http_xslt_entities() 869 file->data = xlcf->dtd; in ngx_http_xslt_entities() 1101 if (conf->dtd == NULL) { in ngx_http_xslt_filter_merge_conf() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 1768 DTableDesc dtd; in HUFv07_getDTableDesc() local 1769 memcpy(&dtd, table, sizeof(dtd)); in HUFv07_getDTableDesc() 1770 return dtd; in HUFv07_getDTableDesc() 1799 dtd.tableType = 0; in HUFv07_readDTableX2() 1800 dtd.tableLog = (BYTE)tableLog; in HUFv07_readDTableX2() 1801 memcpy(DTable, &dtd, sizeof(dtd)); in HUFv07_readDTableX2() 1882 U32 const dtLog = dtd.tableLog; in HUFv07_decompress1X2_usingDTable_internal() 1961 U32 const dtLog = dtd.tableLog; in HUFv07_decompress4X2_usingDTable_internal() 2212 dtd.tableLog = (BYTE)maxTableLog; in HUFv07_readDTableX4() 2213 dtd.tableType = 1; in HUFv07_readDTableX4() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | tegra20-trimslice.dts | 97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 204 "dtb", "dtc", "dtd", "dte", "gmb",
|
| H A D | tegra20-tamonten.dtsi | 88 nvidia,pins = "dta", "dtd"; 212 nvidia,pins = "ddc", "dta", "dtd", "kbca",
|
| H A D | tegra20-paz00.dts | 97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 232 nvidia,pins = "dta", "dtd", "owc", "sdc", "sdd",
|
| H A D | tegra20-ventana.dts | 101 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 233 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
| H A D | tegra20-harmony.dts | 106 nvidia,pins = "dta", "dtd"; 230 nvidia,pins = "ddc", "dta", "dtd", "kbca",
|
| H A D | tegra20-seaboard.dts | 102 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 235 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
| H A D | tegra20-acer-a500-picasso.dts | 140 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 273 nvidia,pins = "dta", "dtb", "dtc", "dtd", "kbcb";
|
| H A D | tegra20-colibri.dtsi | 238 nvidia,pins = "dtb", "dtc", "dtd";
|
| /f-stack/freebsd/kern/ |
| H A D | kern_fork.c | 1042 struct thread *dtd; in fork_exit() local 1057 if ((dtd = PCPU_GET(deadthread))) { in fork_exit() 1059 thread_stash(dtd); in fork_exit()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 21455 memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc() 21497 memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp() 21996 memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX2_wksp() 22316 (void)dtd; in HUF_decompress1X_usingDTable() 22320 (void)dtd; in HUF_decompress1X_usingDTable() 22335 (void)dtd; in HUF_decompress4X_usingDTable() 22339 (void)dtd; in HUF_decompress4X_usingDTable() 22533 (void)dtd; in HUF_decompress1X_usingDTable_bmi2() 22537 (void)dtd; in HUF_decompress1X_usingDTable_bmi2() 22564 (void)dtd; in HUF_decompress4X_usingDTable_bmi2() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra20-pinmux.txt | 76 ddc, dta, dtb, dtc, dtd, dte, dtf, gma, gmb, gmc, gmd, gme, gpu, gpu7,
|