Searched refs:word_length (Results 1 – 4 of 4) sorted by relevance
485 const int word_length = x->length >> 5; in bitvector_left_shift() local493 for (i=0; i < word_length - base_index; i++) in bitvector_left_shift()496 for (i=0; i < word_length - base_index - 1; i++) in bitvector_left_shift()499 x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index; in bitvector_left_shift()503 for (i = word_length - base_index; i < word_length; i++) in bitvector_left_shift()
6 define x86_stdcallcc i32 @parse_backslash(i8** inreg %word, i32* inreg %word_length, i32* inreg …11 …%tmp26 = call fastcc i8* @w_addchar( i8* null, i32* %word_length, i32* %max_length, i8 signext %t…
288 + const int word_length = x->length >> 5;296 + for (i=0; i < word_length - base_index; i++)299 + for (i=0; i < word_length - base_index - 1; i++)302 + x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index;306 + for (i = word_length - base_index; i < word_length; i++)
298 omap_mcbsp_word_length word_length; member