Home
last modified time | relevance | path

Searched refs:word_length (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/math/
Ddatatypes.c485 const int word_length = x->length >> 5; in bitvector_left_shift() local
493 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()
/external/llvm/test/CodeGen/X86/
D2008-03-10-RegAllocInfLoop.ll6 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…
/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch288 + 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++)
/external/kernel-headers/original/asm-arm/arch/
Dmcbsp.h298 omap_mcbsp_word_length word_length; member