Home
last modified time | relevance | path

Searched refs:exten (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddhcp_snoop.c44 exten_len = len - ETH_HLEN - (sizeof(*b) - sizeof(b->exten)); in handle_dhcp()
53 if (WPA_GET_BE32(b->exten) != DHCP_MAGIC) in handle_dhcp()
58 pos = &b->exten[4]; in handle_dhcp()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfloatformat.c735 char exten[16]; in ieee_test()
737 floatformat_from_double (&floatformat_m68881_ext, &n, exten); in ieee_test()
738 floatformat_to_double (&floatformat_m68881_ext, exten, &result); in ieee_test()
747 long double ex = *(long double *)exten; in ieee_test()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfloatformat.c734 char exten[16]; in ieee_test()
736 floatformat_from_double (&floatformat_m68881_ext, &n, exten); in ieee_test()
737 floatformat_to_double (&floatformat_m68881_ext, exten, &result); in ieee_test()
746 long double ex = *(long double *)exten; in ieee_test()
/dragonfly/contrib/gdb-7/libiberty/
H A Dfloatformat.c724 char exten[16]; in ieee_test()
726 floatformat_from_double (&floatformat_m68881_ext, &n, exten); in ieee_test()
727 floatformat_to_double (&floatformat_m68881_ext, exten, &result); in ieee_test()
736 long double ex = *(long double *)exten; in ieee_test()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfloatformat.c735 char exten[16]; in ieee_test()
737 floatformat_from_double (&floatformat_m68881_ext, &n, exten); in ieee_test()
738 floatformat_to_double (&floatformat_m68881_ext, exten, &result); in ieee_test()
747 long double ex = *(long double *)exten; in ieee_test()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfloatformat.c734 char exten[16]; in ieee_test()
736 floatformat_from_double (&floatformat_m68881_ext, &n, exten); in ieee_test()
737 floatformat_to_double (&floatformat_m68881_ext, exten, &result); in ieee_test()
746 long double ex = *(long double *)exten; in ieee_test()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddhcp.h74 u8 exten[312]; member
/dragonfly/games/larn/
H A Dobject.c895 static char exten[] = { PROTECTIONTIME, DEXCOUNT, STRCOUNT, CHARMCOUNT, variable
1041 c[(int)exten[i]] <<= 1; /* spell extension */ in read_scroll()