Searched refs:INIT_NULL (Results 1 – 11 of 11) sorted by relevance
120 #define INIT_NULL(x) W[x] = 0; in SHA1_NEW() macro127 INIT_NULL(1); INIT_NULL_2_14; in SHA1_NEW()130 INIT_NULL(2); INIT_NULL_3_14; in SHA1_NEW()133 INIT_NULL(3); INIT_NULL_4_14; in SHA1_NEW()136 INIT_NULL(4); INIT_NULL_5_14; in SHA1_NEW()139 INIT_NULL(5); INIT_NULL(6); INIT_NULL(7); \ in SHA1_NEW()140 INIT_NULL(8); INIT_NULL(9); INIT_NULL(10); INIT_NULL(11); \ in SHA1_NEW()141 INIT_NULL(12); INIT_NULL(13); INIT_NULL(14); in SHA1_NEW()
34 #define INIT_NULL(addr, count) { unsigned int i_ = 0; for (i_ = 0; i_ < count; i_++) ((void**)addr)… macro42 INIT_NULL(col->list, CAPACITY_STEP); in collection_init()65 INIT_NULL(&col->list[col->capacity], CAPACITY_STEP); in collection_add()
70 #define INIT_NULL 3 macro
975 if (data->cur_init_ptr->type != INIT_NULL) {1064 if (data->cur_init_ptr->type != INIT_NULL) {1186 if (data->cur_init_ptr->type != INIT_NULL) {1407 || (init->type == INIT_NULL 1429 if (init->type == INIT_NULL) {1475 if (init->type == INIT_NULL) {1526 if (init->type != INIT_NULL) {
1006 ret->type = INIT_NULL; in make_null_block()2062 } else if (init->type == INIT_NULL) {2334 } else if (init->type == INIT_NULL) {2379 if (init->type == INIT_NULL) {
4636 case INIT_NULL: in varinit_to_icode()4768 } else if (init->type == INIT_NULL in varinit_to_icode()4776 } else if (init->type == INIT_NULL) { in varinit_to_icode()4788 assert(init->type == INIT_NULL); in varinit_to_icode()4800 && (init->next->type != INIT_NULL in varinit_to_icode()
480 } else if (init->type == INIT_NULL) { in print_init_list()530 if (init->type == INIT_NULL) { in print_init_list()
535 } else if (init->type == INIT_NULL) { in print_init_list()607 if (init->type == INIT_NULL) { in print_init_list()
967 if (data->cur_init_ptr->type != INIT_NULL) {1056 if (data->cur_init_ptr->type != INIT_NULL) {1163 if (data->cur_init_ptr->type != INIT_NULL) {1382 || (init->type == INIT_NULL 1404 if (init->type == INIT_NULL) {1450 if (init->type == INIT_NULL) {1500 if (init->type != INIT_NULL) {
64 enum eventCode { NOEVENT, EVENT, INIT_NULL}; enumerator