HomeSort by: relevance | last modified time | path
    Searched refs:variant (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/lib/libc/compat/locale/
compat_setlocale32.c 50 #error using wrong variant of compat_setlocale32.c
  /src/sys/sys/
tls.h 40 #error Only one TLS variant can be supported at a time
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 163 sodium_base64_check_variant(const int variant)
165 if ((((unsigned int) variant) & ~ 0x6U) != 0x1U) {
171 sodium_base64_encoded_len(const size_t bin_len, const int variant)
173 sodium_base64_check_variant(variant);
175 return sodium_base64_ENCODED_LEN(bin_len, variant);
181 const int variant)
191 sodium_base64_check_variant(variant);
196 if ((((unsigned int) variant) & VARIANT_NO_PADDING_MASK) == 0U) {
205 if ((((unsigned int) variant) & VARIANT_URLSAFE_MASK) != 0U) {
269 const char ** const b64_end, const int variant)
    [all...]
  /src/sys/dev/isapnp/
wss_isapnp.c 74 int pri, variant; local in function:wss_isapnp_match
76 pri = isapnp_devmatch(aux, &isapnp_wss_devinfo, &variant);
77 if (pri && variant > 1)
92 int variant; local in function:wss_isapnp_attach
100 if (!isapnp_devmatch(aux, &isapnp_wss_devinfo, &variant)) {
110 switch (variant) {
aic_isapnp.c 69 int pri, variant; local in function:aic_isapnp_match
71 pri = isapnp_devmatch(aux, &isapnp_aic_devinfo, &variant);
72 if (pri && variant > 0)
com_isapnp.c 72 int pri, variant; local in function:com_isapnp_match
74 pri = isapnp_devmatch(aux, &isapnp_com_devinfo, &variant);
75 if (pri && variant > 0)
if_fmv_isapnp.c 74 int pri, variant; local in function:fmv_isapnp_match
76 pri = isapnp_devmatch(aux, &isapnp_fmv_devinfo, &variant);
77 if (pri && variant > 0)
joy_isapnp.c 63 int pri, variant; local in function:joy_isapnp_match
65 pri = isapnp_devmatch(aux, &isapnp_joy_devinfo, &variant);
66 if (pri && variant > 0)
isapnpdevs.h 50 int variant; member in struct:isapnp_matchinfo
aha_isapnp.c 65 int pri, variant; local in function:aha_isapnp_probe
67 pri = isapnp_devmatch(aux, &isapnp_aha_devinfo, &variant);
68 if (pri && variant > 0)
ess_isapnp.c 79 int pri, variant; local in function:ess_isapnp_match
81 pri = isapnp_devmatch(aux, &isapnp_ess_devinfo, &variant);
82 if (pri && variant > 0)
if_ep_isapnp.c 75 int pri, variant; local in function:ep_isapnp_match
77 pri = isapnp_devmatch(aux, &isapnp_ep_devinfo, &variant);
78 if (pri && variant > 0)
mpu_isapnp.c 46 int pri, variant; local in function:mpu_isapnp_match
48 pri = isapnp_devmatch(aux, &isapnp_mpu_devinfo, &variant);
49 if (pri && variant > 0)
ym_isapnp.c 90 int pri, variant; local in function:ym_isapnp_match
92 pri = isapnp_devmatch(aux, &isapnp_ym_devinfo, &variant);
93 if (pri && variant > 0)
if_an_isapnp.c 87 int pri, variant; local in function:an_isapnp_match
89 pri = isapnp_devmatch(aux, &isapnp_an_devinfo, &variant);
90 if (pri && variant > 0)
atppc_isapnp.c 85 int pri, variant; local in function:atppc_isapnp_match
87 pri = isapnp_devmatch(aux, &isapnp_atppc_devinfo, &variant);
88 if (pri && variant > 0)
gus_isapnp.c 108 int pri, variant; local in function:gus_isapnp_match
110 pri = isapnp_devmatch(aux, &isapnp_gus_devinfo, &variant);
111 if (pri && variant > 0)
if_cs_isapnp.c 69 int pri, variant; local in function:cs_isapnp_match
71 pri = isapnp_devmatch(aux, &isapnp_cs_devinfo, &variant);
72 if (pri && variant > 0)
  /src/tests/usr.bin/xlint/lint1/
d_c99_bool.c 64 static struct variant { struct in function:convert_to_bool
  /src/sys/arch/powerpc/include/
pmap.h 20 #error unknown PPC variant
vmparam.h 74 #error unknown PPC variant
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
utils.h 74 * using the given variant. The computed length includes a trailing \0.
76 #define sodium_base64_ENCODED_LEN(BIN_LEN, VARIANT) \
79 (4U - (~((((VARIANT) & 2U) >> 1) - 1U) & (3U - ((BIN_LEN) - ((BIN_LEN) / 3U) * 3U)))) + 1U)
82 size_t sodium_base64_encoded_len(const size_t bin_len, const int variant);
87 const int variant);
93 const char ** const b64_end, const int variant);
  /src/sys/arch/arc/include/
platform.h 40 const char *variant; /* Variant Name */ member in struct:platform
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-openrd-base.dts 8 * base variant of the Marvell Kirkwood Development Board.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt8183-kukui-jacuzzi-fennel-sku1.dts 42 qcom,ath10k-calibration-variant = "GO_FENNEL";

Completed in 27 milliseconds

1 2 3 4