~ubuntu-branches/ubuntu/wily/ck/wily

« back to all changes in this revision

Viewing changes to doc/ck_pr_btc

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
.Ft bool
52
52
.Fn ck_pr_btc_16 "uint16_t *target" "unsigned int bit_index"
53
53
.Sh DESCRIPTION
54
 
The 
 
54
The
55
55
.Fn ck_pr_btc 3
56
56
family of functions atomically fetch the value
57
57
of the bit in
58
58
.Fa target
59
59
at index
60
 
.Fa bit_index 
 
60
.Fa bit_index
61
61
and set that bit to its complement.
62
62
.Sh RETURN VALUES
63
63
These family of functions return the original value of
76
76
.Xr ck_pr_faa 3 ,
77
77
.Xr ck_pr_inc 3 ,
78
78
.Xr ck_pr_dec 3 ,
79
 
.Xr ck_pr_neg 3 , 
 
79
.Xr ck_pr_neg 3 ,
80
80
.Xr ck_pr_not 3 ,
81
81
.Xr ck_pr_sub 3 ,
82
82
.Xr ck_pr_and 3 ,