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

  /external/brotli/include/brotli/
port.h 125 #define BROTLI_RESTRICT restrict
127 #define BROTLI_RESTRICT __restrict
129 #define BROTLI_RESTRICT
  /external/brotli/enc/
write_bits.h 41 size_t * BROTLI_RESTRICT pos,
42 uint8_t * BROTLI_RESTRICT array) {
hash_forgetful_chain_inc.h 102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle,
103 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) {
140 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
158 const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask,
159 const int* BROTLI_RESTRICT distance_cache,
161 HasherSearchResult* BROTLI_RESTRICT out) {
hash_longest_match_quickly_inc.h 114 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
129 const uint16_t* dictionary_hash, const uint8_t* BROTLI_RESTRICT data,
130 const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache,
132 HasherSearchResult* BROTLI_RESTRICT out) {
hash_longest_match64_inc.h 144 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
162 const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask,
163 const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix,
165 HasherSearchResult* BROTLI_RESTRICT out) {
221 uint32_t* BROTLI_RESTRICT bucket =
hash_longest_match_inc.h 137 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
155 const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask,
156 const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix,
158 HasherSearchResult* BROTLI_RESTRICT out) {
214 uint32_t* BROTLI_RESTRICT bucket =
hash_to_binary_tree_inc.h 114 HashToBinaryTree* self, const uint8_t* const BROTLI_RESTRICT data,
116 const size_t max_backward, size_t* const BROTLI_RESTRICT best_len,
117 BackwardMatch* BROTLI_RESTRICT matches) {
brotli_bit_stream.c 239 size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage) {
609 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in,
644 uint32_t* BROTLI_RESTRICT v, size_t* BROTLI_RESTRICT out_size,
645 uint32_t* BROTLI_RESTRICT max_run_length_prefix) {
    [all...]
hash.h 89 int* BROTLI_RESTRICT distance_cache, const int num_distances) {

Completed in 1304 milliseconds