Home
last modified time | relevance | path

Searched refs:count_var (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h367 #define rc_direct(dest, count_var) \ argument
376 } while (--count_var > 0)
380 #define rc_direct_safe(dest, count_var, seq) \ argument
388 } while (--count_var > 0)
930 #define rc_direct(dest_var, count_var) \ argument
955 [count] "+&r"(count_var), \
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr186 # f_wpa_supplicant_parse $file [struct_prefix [count_var]]
194 # and ending in $count_var (zero means no networks). See WPA_NETWORK struct
207 local file="$1" struct_prefix="$2" count_var="$3"
209 [ "$count_var" ] && setvar "$count_var" 0
220 -v count_var="$count_var" \
224 if (!count_var && !struct_prefix) exit
292 END { if (count_var) print count_var "=" count }' "$file" )"
295 # f_wpa_scan_results_parse [struct_prefix [count_var]]
299 # number starting from 1 and ending in $count_var (zero means no results). See
304 local struct_prefix="$1" count_var="$2"
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c83 static u_short count_var (const struct ctl_var *);
3352 wants_count = CS_MAXCODE + 1 + count_var(ext_sys_var); in read_sysvars()
4634 wants_alloc = CC_MAXCODE + 1 + count_var(kv); in read_clockstatus()
5151 count_var( in ctl_clr_stats()
5180 c = count_var(*kv);
5163 count_var( count_var() function