Lines Matching refs:ui
458 unsigned char *ui, unsigned long value) in __sbi_store_value() argument
462 *(u8 *)ui = value; in __sbi_store_value()
465 *(u16 *)ui = value; in __sbi_store_value()
468 *(u32 *)ui = value; in __sbi_store_value()
471 *(u64 *)ui = value; in __sbi_store_value()
485 unsigned int *ui; in __sbi_store() local
559 ui = (unsigned int *)(ptr + a->offset); in __sbi_store()
589 *ui = t; in __sbi_store()
601 if (t == *ui) in __sbi_store()
603 *ui = t; in __sbi_store()
612 if (t == *ui) in __sbi_store()
614 *ui = t; in __sbi_store()
623 *ui = t; in __sbi_store()
630 *ui = t; in __sbi_store()
637 *ui = t; in __sbi_store()
702 *ui = (unsigned int)t; in __sbi_store()
709 *ui = (unsigned int)t; in __sbi_store()
716 *ui = (unsigned int)t; in __sbi_store()
767 *ui = t; in __sbi_store()
774 *ui = t; in __sbi_store()
868 if (t == *ui) in __sbi_store()
870 *ui = (unsigned int)t; in __sbi_store()
877 if (t == *ui) in __sbi_store()
879 *ui = (unsigned int)t; in __sbi_store()
886 if (t == *ui) in __sbi_store()
888 *ui = (unsigned int)t; in __sbi_store()
895 *ui = (unsigned int)t; in __sbi_store()
919 *ui = (unsigned int)t; in __sbi_store()