Home | History | Annotate | Download | only in i18n

Lines Matching full:xffffffff

69     uint32_t mask; /* 0xffffffff except a 00 "hole" for the index-th byte */
73 mask=((uint32_t)0xffffffff)>>idx;
77 // PowerPC: 0xffffffff>>32 = 0 (wanted)
78 // x86: 0xffffffff>>32 = 0xffffffff (not wanted)
93 return (uint32_t)(weight&(0xffffffff<<(8*(4-length))));
443 byte=(maxByte<<24)|(maxByte<<16)|(maxByte<<8)|maxByte; /* this used to be 0xffffffff */
500 return 0xffffffff;
537 if(weight==0xffffffff) {
538 printf("error: 0xffffffff with %lu more weights to go\n", n);