Home
last modified time | relevance | path

Searched refs:wfull (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DEncodingCXX.cxx242 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
249 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
251 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
252 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
254 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
256 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
257 wfull[6] == L'C' && in ToWindowsExtendedPath()
259 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
262 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
268 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DEncodingCXX.cxx242 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
249 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
251 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
252 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
254 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
256 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
257 wfull[6] == L'C' && in ToWindowsExtendedPath()
259 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
262 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
268 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/KWSys/src/KWSys/
H A DEncodingCXX.cxx231 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
238 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
240 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
241 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
243 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
245 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
246 wfull[6] == L'C' && in ToWindowsExtendedPath()
248 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
251 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
257 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/kwsys/
H A DEncodingCXX.cxx242 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
249 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
251 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
252 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
254 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
256 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
257 wfull[6] == L'C' && in ToWindowsExtendedPath()
259 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
262 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
268 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/kwsys/
H A DEncodingCXX.cxx242 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
249 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
251 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
252 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
254 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
256 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
257 wfull[6] == L'C' && in ToWindowsExtendedPath()
259 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
262 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
268 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/math/vtk8/VTK-8.2.0/Utilities/KWSys/vtksys/
H A DEncodingCXX.cxx231 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
238 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
240 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
241 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
243 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
245 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
246 wfull[6] == L'C' && in ToWindowsExtendedPath()
248 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
251 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
257 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/kwsys/
H A DEncodingCXX.cxx242 std::vector<wchar_t> wfull(wfull_len); in ToWindowsExtendedPath() local
249 if (wfull_len >= 2 && isalpha(wfull[0]) && in ToWindowsExtendedPath()
251 return L"\\\\?\\" + std::wstring(&wfull[0]); in ToWindowsExtendedPath()
252 } else if (wfull_len >= 2 && wfull[0] == L'\\' && in ToWindowsExtendedPath()
254 if (wfull_len >= 4 && wfull[2] == L'?' && in ToWindowsExtendedPath()
256 if (wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ToWindowsExtendedPath()
257 wfull[6] == L'C' && in ToWindowsExtendedPath()
259 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
262 return std::wstring(&wfull[0]); in ToWindowsExtendedPath()
268 if (wfull_len >= 6 && isalpha(wfull[4]) && in ToWindowsExtendedPath()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/xge/rtl/verilog/
H A Dgeneric_fifo_ctrl.v44 wfull,
76 output wfull; port
133 assign wfull = (wck_level == depth);
146 else if (wen && !wfull) begin
253 assign mem_wen = wen && !wfull;
H A Dgeneric_fifo.v46 wfull,
79 output wfull; port
108 .wfull (wfull),
H A Drx_hold_fifo.v78 .wfull (),
H A Dtx_hold_fifo.v83 .wfull (txhfifo_wfull),
H A Drx_data_fifo.v82 .wfull (rxdfifo_wfull),
H A Dtx_data_fifo.v84 .wfull (txdfifo_wfull),
/dports/math/vtk6/VTK-6.2.0/Utilities/KWSys/vtksys/
H A DSystemTools.cxx1961 if(wfull_len >= 2 && isalpha(wfull[0]) && wfull[1] == L':') in ConvertToWindowsExtendedPath()
1965 else if(wfull_len >= 2 && wfull[0] == L'\\' && wfull[1] == L'\\') in ConvertToWindowsExtendedPath()
1967 if(wfull_len >= 4 && wfull[2] == L'?' && wfull[3] == L'\\') in ConvertToWindowsExtendedPath()
1969 if(wfull_len >= 8 && wfull[4] == L'U' && wfull[5] == L'N' && in ConvertToWindowsExtendedPath()
1970 wfull[6] == L'C' && wfull[7] == L'\\') in ConvertToWindowsExtendedPath()
1972 return kwsys_stl::wstring(&wfull[0]); in ConvertToWindowsExtendedPath()
1974 else if(wfull_len >= 6 && isalpha(wfull[4]) && wfull[5] == L':') in ConvertToWindowsExtendedPath()
1976 return kwsys_stl::wstring(&wfull[0]); in ConvertToWindowsExtendedPath()
1983 else if(wfull_len >= 4 && wfull[2] == L'.' && wfull[3] == L'\\') in ConvertToWindowsExtendedPath()
1985 if(wfull_len >= 6 && isalpha(wfull[4]) && wfull[5] == L':') in ConvertToWindowsExtendedPath()
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/misc/
H A Dhealpixwindow.pro176 wfull = [ [w1[*,0]],[w1[*,1]],[w1[*,1]],[sqrt(w1[*,0]*w1[*,1])]]
177 wpix = wfull[*,0:ndim-1]
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/weights/
H A Dweights.py1145 wfull = np.zeros([self.n, self.n], dtype=float)
1154 wfull[i, c] = wij
1155 return (wfull, keys)
/dports/graphics/librsvg2/librsvg-2.40.21/
H A Drsvg-base.c66 wchar_t *wfull; in rsvg_realpath_utf8() local
73 wfull = _wfullpath (NULL, wfilename, 0); in rsvg_realpath_utf8()
75 if (!wfull) in rsvg_realpath_utf8()
78 full = g_utf16_to_utf8 (wfull, -1, NULL, NULL, NULL); in rsvg_realpath_utf8()
79 free (wfull); in rsvg_realpath_utf8()