Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 6656) sorted by relevance

12345678910>>...267

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/mysqlclient-sys-0.2.4/src/
H A Dbindings_windows.rs159 stringify ! ( vio ) )); in bindgen_test_layout_st_net()
164 stringify ! ( buff ) )); in bindgen_test_layout_st_net()
184 stringify ! ( fd ) )); in bindgen_test_layout_st_net()
244 stringify ! ( fcntl ) )); in bindgen_test_layout_st_net()
294 stringify ! ( error ) )); in bindgen_test_layout_st_net()
450 stringify ! ( prev ) )); in bindgen_test_layout_st_list()
455 stringify ! ( next ) )); in bindgen_test_layout_st_list()
460 stringify ! ( data ) )); in bindgen_test_layout_st_list()
615 stringify ! ( net ) )); in bindgen_test_layout_st_mysql()
660 stringify ! ( db ) )); in bindgen_test_layout_st_mysql()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/
H A Dint_macros.rs14 #[doc = concat!("assert_eq!(", stringify!($SelfT), "::MIN, ", stringify!($Min), ");")]
27 #[doc = concat!("assert_eq!(", stringify!($SelfT), "::MAX, ", stringify!($Max), ");")]
37 #[doc = concat!("assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");")]
1153 …#[doc = concat!("assert_eq!((-2", stringify!($SelfT), ").wrapping_sub(", stringify!($SelfT), "::MA…
1527 … concat!("assert_eq!((", stringify!($SelfT), "::MIN).overflowing_add_unsigned(", stringify!($Unsig…
1578 … concat!("assert_eq!((", stringify!($SelfT), "::MAX).overflowing_sub_unsigned(", stringify!($Unsig…
1819 …#[doc = concat!("(e.g., ", stringify!($SelfT), "::MIN for values of type ", stringify!($SelfT), ")…
2423 …#[doc = concat!("assert_eq!(", stringify!($SelfT), "::MIN.abs_diff(", stringify!($SelfT), "::MAX),…
2607 …#[doc = concat!("fn read_be_", stringify!($SelfT), "(input: &mut &[u8]) -> ", stringify!($SelfT), …
2638 …#[doc = concat!("fn read_le_", stringify!($SelfT), "(input: &mut &[u8]) -> ", stringify!($SelfT), …
[all …]
H A Duint_macros.rs26 #[doc = concat!("assert_eq!(", stringify!($SelfT), "::MAX, ", stringify!($MaxV), ");")]
36 #[doc = concat!("assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");")]
447 …#[doc = concat!("`self + rhs > ", stringify!($SelfT), "::MAX` or `self + rhs < ", stringify!($Self…
1172 …#[doc = concat!("assert_eq!(200", stringify!($SelfT), ".wrapping_add(", stringify!($SelfT), "::MAX…
1214 …#[doc = concat!("assert_eq!(100", stringify!($SelfT), ".wrapping_sub(", stringify!($SelfT), "::MAX…
1521 stringify!($SelfT), "::MAX.carrying_add(", stringify!($SelfT), "::MAX, true), ",
1635 …#[doc = concat!("assert_eq!(100", stringify!($SelfT), ".abs_diff(80), 20", stringify!($SelfT), ");…
1636 …#[doc = concat!("assert_eq!(100", stringify!($SelfT), ".abs_diff(110), 10", stringify!($SelfT), ")…
2328 …#[doc = concat!("fn read_be_", stringify!($SelfT), "(input: &mut &[u8]) -> ", stringify!($SelfT), …
2359 …#[doc = concat!("fn read_le_", stringify!($SelfT), "(input: &mut &[u8]) -> ", stringify!($SelfT), …
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/src/
H A Dlib.rs973 concat!("Offset of field: ", stringify!(jpeg_scan_info), "::", stringify!(comps_in_scan)) in bindgen_test_layout_jpeg_scan_info()
1016 concat!("Offset of field: ", stringify!(jpeg_common_struct), "::", stringify!(progress)) in bindgen_test_layout_jpeg_common_struct()
1042 concat!("Offset of field: ", stringify!(jpeg_compress_struct), "::", stringify!(err)) in bindgen_test_layout_jpeg_compress_struct()
1047 concat!("Offset of field: ", stringify!(jpeg_compress_struct), "::", stringify!(mem)) in bindgen_test_layout_jpeg_compress_struct()
1104 concat!("Offset of field: ", stringify!(jpeg_decompress_struct), "::", stringify!(err)) in bindgen_test_layout_jpeg_decompress_struct()
1109 concat!("Offset of field: ", stringify!(jpeg_decompress_struct), "::", stringify!(mem)) in bindgen_test_layout_jpeg_decompress_struct()
1134 concat!("Offset of field: ", stringify!(jpeg_decompress_struct), "::", stringify!(src)) in bindgen_test_layout_jpeg_decompress_struct()
1337 concat!("Offset of field: ", stringify!(jpeg_error_mgr), "::", stringify!(emit_message)) in bindgen_test_layout_jpeg_error_mgr()
1359 concat!("Offset of field: ", stringify!(jpeg_error_mgr), "::", stringify!(trace_level)) in bindgen_test_layout_jpeg_error_mgr()
1364 concat!("Offset of field: ", stringify!(jpeg_error_mgr), "::", stringify!(num_warnings)) in bindgen_test_layout_jpeg_error_mgr()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-sys-0.32.6/
H A Dsdl_bindings.rs5527 stringify!(r) in bindgen_test_layout_SDL_Color()
5537 stringify!(g) in bindgen_test_layout_SDL_Color()
5547 stringify!(b) in bindgen_test_layout_SDL_Color()
5557 stringify!(a) in bindgen_test_layout_SDL_Color()
6007 stringify!(x) in bindgen_test_layout_SDL_Point()
6017 stringify!(y) in bindgen_test_layout_SDL_Point()
6056 stringify!(x) in bindgen_test_layout_SDL_Rect()
19365 concat!("Offset of field: ", stringify!(XPoint), "::", stringify!(x)) in bindgen_test_layout_XPoint()
19370 concat!("Offset of field: ", stringify!(XPoint), "::", stringify!(y)) in bindgen_test_layout_XPoint()
19459 concat!("Offset of field: ", stringify!(XArc), "::", stringify!(x)) in bindgen_test_layout_XArc()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-sys-0.32.6/
H A Dsdl_bindings.rs5527 stringify!(r) in bindgen_test_layout_SDL_Color()
5537 stringify!(g) in bindgen_test_layout_SDL_Color()
5547 stringify!(b) in bindgen_test_layout_SDL_Color()
5557 stringify!(a) in bindgen_test_layout_SDL_Color()
6007 stringify!(x) in bindgen_test_layout_SDL_Point()
6017 stringify!(y) in bindgen_test_layout_SDL_Point()
6056 stringify!(x) in bindgen_test_layout_SDL_Rect()
19365 concat!("Offset of field: ", stringify!(XPoint), "::", stringify!(x)) in bindgen_test_layout_XPoint()
19370 concat!("Offset of field: ", stringify!(XPoint), "::", stringify!(y)) in bindgen_test_layout_XPoint()
19459 concat!("Offset of field: ", stringify!(XArc), "::", stringify!(x)) in bindgen_test_layout_XArc()
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_util_typing.py132 assert stringify(int) == "int"
133 assert stringify(str) == "str"
134 assert stringify(None) == "None"
137 assert stringify(Any) == "Any"
141 assert stringify(List) == "List"
142 assert stringify(Dict) == "Dict"
160 assert stringify("int") == "int"
161 assert stringify("str") == "str"
197 assert stringify(T) == "T"
198 assert stringify(T_co) == "T_co"
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/alsa-0.5.0/src/direct/
H A Dasound_ioctl.rs393 stringify!(val) in bindgen_test_layout___kernel_fsid_t()
760 stringify!(rem) in bindgen_test_layout_div_t()
799 stringify!(rem) in bindgen_test_layout_ldiv_t()
838 stringify!(rem) in bindgen_test_layout_lldiv_t()
2785 stringify!(id) in bindgen_test_layout_snd_hwdep_info()
2858 stringify!(id) in bindgen_test_layout_snd_hwdep_dsp_status()
3025 stringify!(id) in bindgen_test_layout_snd_pcm_sync_id()
3125 stringify!(id) in bindgen_test_layout_snd_pcm_info()
4187 stringify!(s) in bindgen_test_layout_snd_pcm_sync_ptr()
4197 stringify!(c) in bindgen_test_layout_snd_pcm_sync_ptr()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/direct/
H A Dasound_ioctl.rs393 stringify!(val) in bindgen_test_layout___kernel_fsid_t()
760 stringify!(rem) in bindgen_test_layout_div_t()
799 stringify!(rem) in bindgen_test_layout_ldiv_t()
838 stringify!(rem) in bindgen_test_layout_lldiv_t()
2785 stringify!(id) in bindgen_test_layout_snd_hwdep_info()
2858 stringify!(id) in bindgen_test_layout_snd_hwdep_dsp_status()
3025 stringify!(id) in bindgen_test_layout_snd_pcm_sync_id()
3125 stringify!(id) in bindgen_test_layout_snd_pcm_info()
4187 stringify!(s) in bindgen_test_layout_snd_pcm_sync_ptr()
4197 stringify!(c) in bindgen_test_layout_snd_pcm_sync_ptr()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/direct/
H A Dasound_ioctl.rs393 stringify!(val) in bindgen_test_layout___kernel_fsid_t()
760 stringify!(rem) in bindgen_test_layout_div_t()
799 stringify!(rem) in bindgen_test_layout_ldiv_t()
838 stringify!(rem) in bindgen_test_layout_lldiv_t()
2785 stringify!(id) in bindgen_test_layout_snd_hwdep_info()
2858 stringify!(id) in bindgen_test_layout_snd_hwdep_dsp_status()
3025 stringify!(id) in bindgen_test_layout_snd_pcm_sync_id()
3125 stringify!(id) in bindgen_test_layout_snd_pcm_info()
4187 stringify!(s) in bindgen_test_layout_snd_pcm_sync_ptr()
4197 stringify!(c) in bindgen_test_layout_snd_pcm_sync_ptr()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/freetype/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/freetype-0.4.0/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/freetype/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/freetype/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/freetype/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/freetype/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/freetype-0.4.1/src/
H A Dfreetype.rs314 stringify ! ( x ) )); in bindgen_test_layout_FT_Vector_()
319 stringify ! ( y ) )); in bindgen_test_layout_FT_Vector_()
343 stringify ! ( xMin ) )); in bindgen_test_layout_FT_BBox_()
348 stringify ! ( yMin ) )); in bindgen_test_layout_FT_BBox_()
353 stringify ! ( xMax ) )); in bindgen_test_layout_FT_BBox_()
599 stringify ! ( x ) )); in bindgen_test_layout_FT_Span_()
604 stringify ! ( len ) )); in bindgen_test_layout_FT_Span_()
841 stringify ! ( xx ) )); in bindgen_test_layout_FT_Matrix_()
846 stringify ! ( xy ) )); in bindgen_test_layout_FT_Matrix_()
851 stringify ! ( yx ) )); in bindgen_test_layout_FT_Matrix_()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ipconfig-0.2.2/src/bindings/
H A Dwin32.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
H A Dwin64.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/ipconfig-0.2.2/src/bindings/
H A Dwin32.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
H A Dwin64.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ipconfig-0.2.2/src/bindings/
H A Dwin64.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
H A Dwin32.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/ipconfig-0.2.2/src/bindings/
H A Dwin64.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]
H A Dwin32.rs47 stringify!(_GUID), in bindgen_test_layout__GUID()
49 stringify!(Data1) in bindgen_test_layout__GUID()
57 stringify!(_GUID), in bindgen_test_layout__GUID()
59 stringify!(Data2) in bindgen_test_layout__GUID()
67 stringify!(_GUID), in bindgen_test_layout__GUID()
69 stringify!(Data3) in bindgen_test_layout__GUID()
77 stringify!(_GUID), in bindgen_test_layout__GUID()
79 stringify!(Data4) in bindgen_test_layout__GUID()
125 stringify!(sa_data) in bindgen_test_layout_sockaddr()
359 stringify!(Info) in bindgen_test_layout__NET_LUID_LH()
[all …]

12345678910>>...267