Home
last modified time | relevance | path

Searched refs:next_start (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize_table.h25 unsigned char next_start; member
H A Dnormalize.c236 if (i < c->next_start || i >= c->next_end) in find_composition()
240 _wind_canon_next_table[c->next_offset + i - c->next_start]; in find_composition()
/freebsd/contrib/wpa/src/ap/
H A Dgas_query_ap.c651 static int next_start = 0; in gas_query_new_dialog_token() local
656 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token()
661 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token()
662 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c557 uint32_t next_start, HAL_QUIET_FLAG flags) in ar5210SetQuiet() argument
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c559 uint32_t next_start, HAL_QUIET_FLAG flags) in ar5211SetQuiet() argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c614 u_int32_t next_start, HAL_QUIET_FLAG flag) in ar9300_set_quiet() argument
621 next_start_us = TU_TO_USEC(next_start); in ar9300_set_quiet()
623 if ((!next_start) || (flag & HAL_QUIET_ADD_CURRENT_TSF)) { in ar9300_set_quiet()
H A Dar9300.h1297 u_int32_t next_start, HAL_QUIET_FLAG flag);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.h2223 __le32 next_start; member
H A Dwmi.h3666 __le32 next_start; member
H A Dwmi-tlv.c3997 cmd->next_start = __cpu_to_le32(next_offset); in ath10k_wmi_tlv_op_gen_pdev_set_quiet_mode()
H A Dwmi.c8161 cmd->next_start = __cpu_to_le32(next_offset); in ath10k_wmi_op_gen_pdev_set_quiet_mode()