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

  /external/chromium_org/third_party/brotli/src/woff2/
store_bytes.h 53 inline void StoreBytes(const uint8_t* data, size_t len,
woff2_enc.cc 201 StoreBytes(table->data, table->length,
260 StoreBytes(head_table->data + 4, 4, &offset, result); // font revision
270 StoreBytes(table.dst_data, table.dst_length, &offset, result);
glyph.cc 230 StoreBytes(glyph.instructions_data, glyph.instructions_size, offset, dst);
353 StoreBytes(glyph.composite_data, glyph.composite_data_size, &offset, dst);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 94 milliseconds