Home
last modified time | relevance | path

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

/lib/
A Dtest_bitmap.c783 bitmap_zero(orig, 500); in test_for_each_set_bit_wrap()
808 bitmap_zero(orig, 500); in test_for_each_set_bit()
830 bitmap_zero(orig, 500); in test_for_each_set_bit_from()
860 bitmap_fill(orig, 500); in test_for_each_clear_bit()
882 bitmap_fill(orig, 500); in test_for_each_clear_bit_from()
912 bitmap_zero(orig, 500); in test_for_each_set_bitrange()
917 bitmap_set(orig, s, 1); in test_for_each_set_bitrange()
934 bitmap_fill(orig, 500); in test_for_each_clear_bitrange()
956 bitmap_zero(orig, 500); in test_for_each_set_bitrange_from()
960 bitmap_set(orig, s, 1); in test_for_each_set_bitrange_from()
[all …]
A Dbitmap.c664 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto() argument
669 if (dst == orig) /* following doesn't handle inplace mappings */ in bitmap_onto()
686 if (test_bit(m, orig)) in bitmap_onto()
703 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold() argument
708 if (dst == orig) /* following doesn't handle inplace mappings */ in bitmap_fold()
712 for_each_set_bit(oldbit, orig, nbits) in bitmap_fold()
A Dvsprintf.c1810 u32 orig, val; in fourcc_string() local
1818 orig = get_unaligned(fourcc); in fourcc_string()
1822 orig = swab32(orig); in fourcc_string()
1825 orig = (__force u32)cpu_to_le32(orig); in fourcc_string()
1828 orig = (__force u32)cpu_to_be32(orig); in fourcc_string()
1838 val = pixel_fmt ? swab32(orig & ~BIT(31)) : orig; in fourcc_string()
1849 strcpy(p, orig & BIT(31) ? "big-endian" : "little-endian"); in fourcc_string()
1855 p = special_hex_number(p, output + sizeof(output) - 2, orig, sizeof(u32)); in fourcc_string()
/lib/tests/
A Dfortify_kunit.c221 void *orig; \
255 orig = kmalloc(alloc_size, gfp); \
256 KUNIT_EXPECT_TRUE(test, orig != NULL); \
258 krealloc(orig, (alloc_size) * 2, gfp), \
260 orig = kmalloc(alloc_size, gfp); \
261 KUNIT_EXPECT_TRUE(test, orig != NULL); \
265 orig = kmalloc(alloc_size, gfp); \
266 KUNIT_EXPECT_TRUE(test, orig != NULL); \
295 void *orig; \
323 orig = kvmalloc(prev_size, gfp); \
[all …]

Completed in 17 milliseconds