OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_RESTRICT
(Results
1 - 12
of
12
) sorted by null
/external/brotli/c/enc/
brotli_bit_stream.h
76
BROTLI_BOOL is_final_block, const uint8_t*
BROTLI_RESTRICT
input,
78
size_t*
BROTLI_RESTRICT
storage_ix, uint8_t*
BROTLI_RESTRICT
storage);
write_bits.h
38
size_t*
BROTLI_RESTRICT
pos,
39
uint8_t*
BROTLI_RESTRICT
array) {
hash_composite_inc.h
88
static BROTLI_INLINE void FN(Store)(HasherHandle
BROTLI_RESTRICT
handle,
89
const uint8_t*
BROTLI_RESTRICT
data, const size_t mask, const size_t ix) {
114
HasherHandle handle, int*
BROTLI_RESTRICT
distance_cache) {
122
const uint8_t*
BROTLI_RESTRICT
data, const size_t ring_buffer_mask,
123
const int*
BROTLI_RESTRICT
distance_cache, const size_t cur_ix,
126
HasherSearchResult*
BROTLI_RESTRICT
out) {
hash_rolling_inc.h
105
static BROTLI_INLINE void FN(Store)(HasherHandle
BROTLI_RESTRICT
handle,
106
const uint8_t*
BROTLI_RESTRICT
data, const size_t mask, const size_t ix) {
149
HasherHandle handle, int*
BROTLI_RESTRICT
distance_cache) {
156
const uint8_t*
BROTLI_RESTRICT
data, const size_t ring_buffer_mask,
157
const int*
BROTLI_RESTRICT
distance_cache, const size_t cur_ix,
160
HasherSearchResult*
BROTLI_RESTRICT
out) {
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,
162
HasherSearchResult*
BROTLI_RESTRICT
out) {
hash_longest_match_quickly_inc.h
114
HasherHandle handle, int*
BROTLI_RESTRICT
distance_cache) {
129
const uint8_t*
BROTLI_RESTRICT
data,
130
const size_t ring_buffer_mask, const int*
BROTLI_RESTRICT
distance_cache,
133
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,
166
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,
159
HasherSearchResult*
BROTLI_RESTRICT
out) {
214
uint32_t*
BROTLI_RESTRICT
bucket =
hash_to_binary_tree_inc.h
116
HashToBinaryTree* self, const uint8_t* const
BROTLI_RESTRICT
data,
118
const size_t max_backward, size_t* const
BROTLI_RESTRICT
best_len,
119
BackwardMatch*
BROTLI_RESTRICT
matches) {
brotli_bit_stream.c
239
size_t*
BROTLI_RESTRICT
storage_ix, uint8_t*
BROTLI_RESTRICT
storage) {
610
static void MoveToFrontTransform(const uint32_t*
BROTLI_RESTRICT
v_in,
645
uint32_t*
BROTLI_RESTRICT
v, size_t*
BROTLI_RESTRICT
out_size,
646
uint32_t*
BROTLI_RESTRICT
max_run_length_prefix) {
[
all
...]
hash.h
92
int*
BROTLI_RESTRICT
distance_cache, const int num_distances) {
/external/brotli/c/common/
platform.h
88
#define
BROTLI_RESTRICT
restrict
98
#define
BROTLI_RESTRICT
__restrict
100
#define
BROTLI_RESTRICT
_Restrict
102
#define
BROTLI_RESTRICT
Completed in 2514 milliseconds