Home
last modified time | relevance | path

Searched refs:ALIGN2 (Results 1 – 24 of 24) sorted by relevance

/busybox-1.35.0/libbb/
Dparse_mode.c20 static const uint16_t who_mask[] ALIGN2 = { in bb_parse_mode()
26 static const uint16_t perm_mask[] ALIGN2 = { in bb_parse_mode()
Dunicode.c597 static const uint16_t combining1[] ALIGN2 = { ARRAY }; in wcwidth()
767 static const uint16_t rtl_p[] ALIGN2 = { ARRAY }; in unicode_bidi_isrtl()
971 static const uint16_t neutral_p[] ALIGN2 = { ARRAY }; in unicode_bidi_is_neutral_wchar()
Dappletlib.c471 static const unsigned short mode_mask[] ALIGN2 = { in parse_config_file()
Dhash_md5_sha.c1177 static const uint16_t IOTA_CONST[NROUNDS] ALIGN2 = { in sha3_process_block72()
/busybox-1.35.0/networking/libiproute/
Dll_types.c108 static const uint16_t arphrd_type[] ALIGN2 = { in ll_type_n2a()
Dll_proto.c18 static const uint16_t llproto_ids[] ALIGN2 = {
/busybox-1.35.0/applets/
Dusage_pod.c17 #define ALIGN2 /* nothing, just to placate applet_tables.h */ macro
/busybox-1.35.0/miscutils/
Dmt.c33 static const short opcode_value[] ALIGN2 = {
Dadjtimex.c42 static const uint16_t statlist_bit[] ALIGN2 = {
Dsetserial.c384 static const uint16_t setbits[CMD_FLAG_LAST + 1] ALIGN2 = {
/busybox-1.35.0/include/
Dplatform.h340 # define ALIGN2 __attribute__((aligned(2))) macro
345 # define ALIGN2 macro
/busybox-1.35.0/networking/
Droute.c130 static const uint16_t flags_ipvx[] ALIGN2 = { /* MUST match tbl_ipvx[] values above. */
452 IF_NOT_FEATURE_IPV6(uint16_t flagvals[] ALIGN2 = )
Dinterface.c979 static const unsigned short ife_print_flags_mask[] ALIGN2 = { in ife_print()
Dhttpd.c390 static const uint16_t http_response_type[] ALIGN2 = {
/busybox-1.35.0/networking/udhcp/
Dcommon.h18 extern const uint8_t MAC_BCAST_ADDR[6] ALIGN2; /* six all-ones */
Dcommon.c13 const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
Dd6_dhcpc.c554 static const uint8_t MAC_DHCP6MCAST_ADDR[6] ALIGN2 = { in d6_mcast_from_client_data_ifindex()
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c183 static const uint16_t mask_bits[] ALIGN2 = {
197 static const struct cp_ext lit ALIGN2 = { variable
204 static const struct cp_ext dist ALIGN2 = { variable
/busybox-1.35.0/shell/
Dshell_common.c328 static const struct limits limits_tbl[] ALIGN2 = {
Dash.c3032 static const uint16_t S_I_T[] ALIGN2 = {
/busybox-1.35.0/coreutils/
Dtest.c309 static const struct operator_t ops_table[] ALIGN2 = {
Dstty.c746 static const struct control_info control_info[] ALIGN2 = {
/busybox-1.35.0/util-linux/
Dmount.c1053 static const nfs_err_type nfs_err_errnum[] ALIGN2 = {
/busybox-1.35.0/editors/
Dawk.c536 static const uint16_t PRIMES[] ALIGN2 = { 251, 1021, 4093, 16381, 65521 };