Lines Matching full:initialized
27 * Except otherwise specified, all functions accept *initialized* nn.
38 * if given nn has been initialized. This must have been done
60 * Verify that pointed nn has already been initialized. This function
107 * given pointer is NULL or does not point to an initialized nn, the function
127 * Set current value of pointed initialized nn to 0. Returns 0 on success, -1
142 * Set current value of pointed initialized nn to given word value. Returns 0
159 * Set current value of pointed initialized nn to 1. Returns 0 on success, -1
394 * 'dst_nn' must point to a declared nn, but *need not be initialized*; it will
395 * be (manually) initialized by the function. 'src_nn' must have been
396 * initialized prior to the call. The function returns 0 on success, -1 on error.
484 * which will be initialized by the function (i.e. given nn need not be
485 * initialized). The function then imports value (expected to be in big
594 /* Check current element is initialized */ in nn_tabselect()