Searched refs:record_len (Results 1 – 7 of 7) sorted by relevance
901 int record_len = 4; in scan_revoke_records() local914 record_len = 8; in scan_revoke_records()916 while (offset + record_len <= max) { in scan_revoke_records()920 if (record_len == 4) in scan_revoke_records()924 offset += record_len; in scan_revoke_records()
700 int record_len )714 TEST_ASSERT( vbuf - buf->x == record_len);
832 unsigned int record_len = len1 + len2; in apply() local838 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
1558 unsigned int record_len = len1 + len2; in apply() local1564 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
1556 unsigned int record_len = len1 + len2; in apply() local1562 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
13733 guint record_len, record_version, fn_len; in qtdemux_parse_redirects() local13737 record_len = QT_UINT16 (ref_data + 4); in qtdemux_parse_redirects()13740 if (record_len > 50 && record_version == 2 && fn_len > 0) { in qtdemux_parse_redirects()
34688 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];