Lines Matching full:integer
20 * Integer (uints and negints) manipulation
24 /** Extracts the integer value
26 * @param item positive or negative integer
31 /** Extracts the integer value
33 * @param item positive or negative integer
38 /** Extracts the integer value
40 * @param item positive or negative integer
45 /** Extracts the integer value
47 * @param item positive or negative integer
52 /** Extracts the integer value
54 * @param item positive or negative integer
59 /** Assigns the integer value
61 * @param item positive or negative integer item
62 * @param value the value to assign. For negative integer, the logical value is
67 /** Assigns the integer value
69 * @param item positive or negative integer item
70 * @param value the value to assign. For negative integer, the logical value is
75 /** Assigns the integer value
77 * @param item positive or negative integer item
78 * @param value the value to assign. For negative integer, the logical value is
83 /** Assigns the integer value
85 * @param item positive or negative integer item
86 * @param value the value to assign. For negative integer, the logical value is
91 /** Queries the integer width
93 * @param item positive or negative integer item
99 /** Marks the integer item as a positive integer
103 * @param item positive or negative integer item
107 /** Marks the integer item as a negative integer
111 * @param item positive or negative integer item
115 /** Allocates new integer with 1B width
119 * @return **new** positive integer or `NULL` on memory allocation failure. The
124 /** Allocates new integer with 2B width
128 * @return **new** positive integer or `NULL` on memory allocation failure. The
133 /** Allocates new integer with 4B width
137 * @return **new** positive integer or `NULL` on memory allocation failure. The
142 /** Allocates new integer with 8B width
146 * @return **new** positive integer or `NULL` on memory allocation failure. The
151 /** Constructs a new positive integer
154 * @return **new** positive integer or `NULL` on memory allocation failure
158 /** Constructs a new positive integer
161 * @return **new** positive integer or `NULL` on memory allocation failure
165 /** Constructs a new positive integer
168 * @return **new** positive integer or `NULL` on memory allocation failure
172 /** Constructs a new positive integer
175 * @return **new** positive integer or `NULL` on memory allocation failure
179 /** Constructs a new negative integer
182 * @return **new** negative integer or `NULL` on memory allocation failure
186 /** Constructs a new negative integer
189 * @return **new** negative integer or `NULL` on memory allocation failure
193 /** Constructs a new negative integer
196 * @return **new** negative integer or `NULL` on memory allocation failure
200 /** Constructs a new negative integer
203 * @return **new** negative integer or `NULL` on memory allocation failure