HomeSort by relevance Sort by last modified time
    Searched refs:transform_length (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 41 uint32_t transform_length; member in struct:woff2::Table
woff2_enc.cc 81 !file->ReadU32(&table->transform_length) ||
104 StoreBase128(table.transform_length, offset, dst);
112 size += Base128Size(table.transform_length);
185 // be larger than its transform_length, we have to allocate a large enough
224 table.transform_length = src_table.length;
230 table.transform_length = transformed_table->length;
woff2_dec.cc 707 uint32_t transform_length = dst_length; local
709 if (!ReadBase128(file, &transform_length)) {
715 table->transform_length = transform_length;
841 size_t transform_length = table->transform_length; local
847 uint64_t total_size = transform_length;
852 total_size += tables[j].transform_length;
869 if (transform_length != table->dst_length) {
872 if (static_cast<uint64_t>(table->dst_offset + transform_length) >
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 136 uint32_t transform_length; member in struct:__anon19372::Table
146 transform_length(0),
833 uint32_t transform_length = dst_length; local
835 if (!ReadBase128(file, &transform_length)) {
840 if (transform_length > 1024 * 1024 * 1024 ||
846 table->transform_length = transform_length;
978 size_t transform_length = table->transform_length; local
984 if (transform_length != table->src_length)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 130 transform_len = WPA_GET_BE16(t->transform_length);
870 WPA_PUT_BE16(t->transform_length, plen);
874 WPA_PUT_BE16(t->transform_length, sizeof(*t));
880 WPA_PUT_BE16(t->transform_length, sizeof(*t));
885 WPA_PUT_BE16(t->transform_length, sizeof(*t));
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 135 transform_len = WPA_GET_BE16(t->transform_length);
935 WPA_PUT_BE16(t->transform_length, plen);
939 WPA_PUT_BE16(t->transform_length, sizeof(*t));
945 WPA_PUT_BE16(t->transform_length, sizeof(*t));
950 WPA_PUT_BE16(t->transform_length, sizeof(*t));
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 58 u8 transform_length[2]; /* including Header and Attributes */ member in struct:ikev2_transform

Completed in 109 milliseconds