Home
last modified time | relevance | path

Searched defs:format_val (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dedlin_expand.erl143 format_val({H, I}) when is_integer(I) -> function
147 format_val({H, _}) -> function
149 format_val(H) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dedlin_expand.erl143 format_val({H, I}) when is_integer(I) -> function
147 format_val({H, _}) -> function
149 format_val(H) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dedlin_expand.erl181 format_val({H, I}) when is_integer(I) -> function
185 format_val({H, _}) -> function
187 format_val(H) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl181 format_val({H, I}) when is_integer(I) -> function
185 format_val({H, _}) -> function
187 format_val(H) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl181 format_val({H, I}) when is_integer(I) -> function
185 format_val({H, _}) -> function
187 format_val(H) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl181 format_val({H, I}) when is_integer(I) -> function
185 format_val({H, _}) -> function
187 format_val(H) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl181 format_val({H, I}) when is_integer(I) -> function
185 format_val({H, _}) -> function
187 format_val(H) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/misc/
H A Dsnmp_misc.erl469 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
471 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
474 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl575 format_val('OCTET STRING', 'BITS', Val, _MiniMib) -> function
577 format_val('OBJECT IDENTIFIER', _, Val, MiniMib) -> function
580 format_val(_, _, Val, _MiniMib) -> function
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dhdac_hda.h22 unsigned int format_val[2]; member
H A Dhdac_hda.c208 unsigned int format_val; in hdac_hda_dai_hw_params() local
261 unsigned int format_val; in hdac_hda_dai_prepare() local
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dhdac_hda.h22 unsigned int format_val[2]; member
H A Dhdac_hda.c208 unsigned int format_val; in hdac_hda_dai_hw_params() local
261 unsigned int format_val; in hdac_hda_dai_prepare() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dhdac_hda.h22 unsigned int format_val[2]; member
H A Dhdac_hda.c208 unsigned int format_val; in hdac_hda_dai_hw_params() local
261 unsigned int format_val; in hdac_hda_dai_prepare() local
/dports/security/snort3/snort3-3.1.19.0/src/connectors/file_connector/test/
H A Dfile_connector_module_test.cc54 Value format_val("binary"); in TEST() local
/dports/misc/findutils/findutils-4.8.0/find/
H A Ddefs.h234 struct format_val struct
236 struct segment *segment; /* Linked list of segments. */
237 FILE *stream; /* Output stream to print on. */
238 const char *filename; /* We need the filename for error messages. */
239 bool dest_is_tty; /* True if the destination is a terminal. */
240 struct quoting_options *quote_opts;
/dports/japanese/gawk/gawk-3.0.6/
H A Dnode.c134 format_val(format, index, s) in format_val() function
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_time_format.cpp50 const char* format_val, const char* locale_val, UErrorCode status in stri__get_date_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-pcm.c127 unsigned int format_val; in skl_pcm_host_dma_prepare() local
174 unsigned int format_val; in skl_pcm_link_dma_prepare() local

123