Home
last modified time | relevance | path

Searched refs:record_len (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drecovery.c901 int record_len = 4; in scan_revoke_records() local
914 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()
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function700 int record_len )
714 TEST_ASSERT( vbuf - buf->x == record_len);
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh832 unsigned int record_len = len1 + len2; in apply() local
838 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh1558 unsigned int record_len = len1 + len2; in apply() local
1564 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh1556 unsigned int record_len = len1 + len2; in apply() local
1562 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c13733 guint record_len, record_version, fn_len; in qtdemux_parse_redirects() local
13737 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()
/third_party/chromium/patch/
D0001-cve.patch34688 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];