Searched refs:append_field_to_blob (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/util/bincfg/ |
H A D | bincfg.y | 37 static void append_field_to_blob (unsigned char b[], unsigned int w) in append_field_to_blob() function 206 append_field_to_blob (value_to_bits(bin[i], 8), 8); in generate_setter_bitfields() 238 append_field_to_blob ( in generate_binary_with_gbe_checksum() 273 append_field_to_blob (value_to_bits(checksum, 16), 16); in generate_binary_with_gbe_checksum() 276 append_field_to_blob ( in generate_binary_with_gbe_checksum() 314 append_field_to_blob ( in generate_binary()
|
H A D | bincfg.tab.c_shipped | 131 static void append_field_to_blob (unsigned char b[], unsigned int w) 296 append_field_to_blob (value_to_bits(bin[i], 8), 8); 328 append_field_to_blob ( 363 append_field_to_blob (value_to_bits(checksum, 16), 16); 366 append_field_to_blob ( 403 append_field_to_blob (
|