Home
last modified time | relevance | path

Searched refs:sfm_width_to_segments (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsys-file-private.c103 sfm_width_to_segments (int width) in sfm_width_to_segments() function
117 assert (segment < sfm_width_to_segments (width)); in sfm_segment_alloc_width()
120 : segment < sfm_width_to_segments (width) - 1 ? 255 in sfm_segment_alloc_width()
131 assert (segment < sfm_width_to_segments (width)); in sfm_segment_alloc_bytes()
146 assert (segment < sfm_width_to_segments (width)); in sfm_segment_used_bytes()
171 assert (segment < sfm_width_to_segments (width)); in sfm_segment_offset()
182 assert (segment < sfm_width_to_segments (width)); in sfm_segment_effective_offset()
213 segment_cnt += sfm_width_to_segments (var_get_width (v)); in sfm_dictionary_to_sfm_vars()
225 for (j = 0; j < sfm_width_to_segments (width); j++) in sfm_dictionary_to_sfm_vars()
H A Dshort-names.c102 int segment_cnt = sfm_width_to_segments (var_get_width (v));
139 int segment_cnt = sfm_width_to_segments (var_get_width (v));
154 int segment_cnt = sfm_width_to_segments (var_get_width (v));
H A Dsys-file-private.h71 int sfm_width_to_segments (int width);
H A Dsys-file-writer.c456 assert (sfm_width_to_segments (width) == 1); in write_format()
471 assert (sfm_width_to_segments (width) == 1); in write_variable_continuation_records()
490 int segment_cnt = sfm_width_to_segments (width); in write_variable()
908 int segment_cnt = sfm_width_to_segments (width); in write_variable_display_parameters()
940 if (sfm_width_to_segments (var_get_width (v)) > 1) in write_vls_length_table()
H A Dsys-file-reader.c2095 segment_cnt = sfm_width_to_segments (length); in parse_long_string_map()