Searched refs:props (Results 1 – 4 of 4) sorted by relevance
800 if ( !props ) in gather_val_array()821 val += props->cos_num; in gather_val_array()836 if ( !props ) in skip_prior_features()873 props = feat_props[feat_type]; in insert_val_into_array()874 if ( !props ) in insert_val_into_array()982 if ( !props ) in find_cos()1031 if ( !props ) in fits_cos_max()1055 val += props->cos_num; in fits_cos_max()1135 if ( !feat || !props ) in do_write_psr_msrs()1138 cos_num = props->cos_num; in do_write_psr_msrs()[all …]
799 static bool_t INIT lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() argument801 if (props > (4 * 5 + 4) * 9 + 8) in lzma_props()805 while (props >= 9 * 5) { in lzma_props()806 props -= 9 * 5; in lzma_props()813 while (props >= 9) { in lzma_props()814 props -= 9; in lzma_props()818 s->lzma.lc = props; in lzma_props()1132 XZ_EXTERN enum xz_ret INIT xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) in xz_dec_lzma2_reset() argument1135 if (props > 39) in xz_dec_lzma2_reset()1138 s->dict.size = 2 + (props & 1); in xz_dec_lzma2_reset()[all …]
237 uint8_t props);
946 EFI_APPLE_PROPERTIES *props; in efi_get_apple_properties() local952 (void **)&props) != EFI_SUCCESS ) in efi_get_apple_properties()954 if ( props->Version != 0x10000 ) in efi_get_apple_properties()957 DisplayUint(props->Version, 0); in efi_get_apple_properties()962 props->GetAll(props, NULL, &size); in efi_get_apple_properties()968 status = props->GetAll(props, data, &size); in efi_get_apple_properties()
Completed in 11 milliseconds