Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance
| /u-boot/test/env/ |
| A D | hashtable.c | 15 #define SIZE 32 macro 95 ut_asserteq(1, hcreate_r(SIZE, &htab)); in env_test_htab_fill() 97 ut_assertok(htab_fill(uts, &htab, SIZE)); in env_test_htab_fill() 98 ut_assertok(htab_check_fill(uts, &htab, SIZE)); in env_test_htab_fill() 99 ut_asserteq(SIZE, htab.filled); in env_test_htab_fill() 115 ut_asserteq(1, hcreate_r(SIZE, &htab)); in env_test_htab_deletes() 117 ut_assertok(htab_fill(uts, &htab, SIZE / 2)); in env_test_htab_deletes() 119 ut_assertok(htab_check_fill(uts, &htab, SIZE / 2)); in env_test_htab_deletes() 120 ut_asserteq(SIZE / 2, htab.filled); in env_test_htab_deletes()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | crc32.c | 479 #define SIZE 64 macro 485 unsigned char buf1[SIZE + 4]; in main() 486 unsigned char buf2[SIZE + 4]; in main() 487 unsigned char buf3[SIZE + 4]; in main() 491 for (i = 0; i <= SIZE; i++) { in main()
|
| /u-boot/tools/ |
| A D | asn1_compiler.c | 273 _(SIZE),
|
| /u-boot/common/ |
| A D | Kconfig | 583 hex "Define AVB buffer SIZE"
|
Completed in 9 milliseconds