Home
last modified time | relevance | path

Searched defs:self (Results 251 - 275 of 483) sorted by relevance

1...<<11121314151617181920

/third_party/python/Objects/stringlib/
H A Dtransmogrify.h16 return_self(PyObject *self) in return_self() argument
38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl() argument
106 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) pad() argument
147 stringlib_ljust_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_ljust_impl() argument
171 stringlib_rjust_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_rjust_impl() argument
195 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_center_impl() argument
222 stringlib_zfill_impl(PyObject *self, Py_ssize_t width) stringlib_zfill_impl() argument
279 stringlib_replace_interleave(PyObject *self, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_interleave() argument
350 stringlib_replace_delete_single_character(PyObject *self, char from_c, Py_ssize_t maxcount) stringlib_replace_delete_single_character() argument
394 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) stringlib_replace_delete_substring() argument
446 stringlib_replace_single_character_in_place(PyObject *self, char from_c, char to_c, Py_ssize_t maxcount) stringlib_replace_single_character_in_place() argument
493 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring_in_place() argument
545 stringlib_replace_single_character(PyObject *self, char from_c, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_single_character() argument
609 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring() argument
678 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace() argument
[all...]
/third_party/python/Objects/
H A Dunionobject.c18 unionobject_dealloc(PyObject *self) in unionobject_dealloc() argument
30 union_traverse(PyObject *self, visitproc visit, void *arg) in union_traverse() argument
39 union_hash(PyObject *self) in union_hash() argument
159 _Py_union_type_or(PyObject* self, PyObjec argument
251 union_repr(PyObject *self) union_repr() argument
279 union_getitem(PyObject *self, PyObject *item) union_getitem() argument
320 union_parameters(PyObject *self, void *Py_UNUSED(unused)) union_parameters() argument
348 union_getattro(PyObject *self, PyObject *name) union_getattro() argument
365 _Py_union_args(PyObject *self) _Py_union_args() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc68 static Py_ssize_t len(ExtensionDict* self) { in len() argument
103 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(_self); in GetIter() local
127 ExtensionIterator* self in DeallocExtensionIterator() local
134 subscript(ExtensionDict* self, PyObject* key) subscript() argument
208 ass_subscript(ExtensionDict* self, PyObject* key, PyObject* value) ass_subscript() argument
234 _FindExtensionByName(ExtensionDict* self, PyObject* arg) _FindExtensionByName() argument
265 _FindExtensionByNumber(ExtensionDict* self, PyObject* arg) _FindExtensionByNumber() argument
282 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(_self); Contains() local
311 ExtensionDict* self = reinterpret_cast<ExtensionDict*>( NewExtensionDict() local
323 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(pself); dealloc() local
328 RichCompare(ExtensionDict* self, PyObject* other, int opid) RichCompare() argument
411 extension_dict::ExtensionIterator* self = IterNext() local
[all...]
/third_party/python/Modules/cjkcodecs/clinic/
H A Dmultibytecodec.c.h25 _multibytecodec_MultibyteCodec_encode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteCodec_encode() argument
88 _multibytecodec_MultibyteCodec_decode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteCodec_decode() argument
156 _multibytecodec_MultibyteIncrementalEncoder_encode(MultibyteIncrementalEncoderObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteIncrementalEncoder_encode() argument
197 _multibytecodec_MultibyteIncrementalEncoder_getstate(MultibyteIncrementalEncoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalEncoder_getstate() argument
215 _multibytecodec_MultibyteIncrementalEncoder_setstate(MultibyteIncrementalEncoderObject *self, PyObject *arg) _multibytecodec_MultibyteIncrementalEncoder_setstate() argument
243 _multibytecodec_MultibyteIncrementalEncoder_reset(MultibyteIncrementalEncoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalEncoder_reset() argument
262 _multibytecodec_MultibyteIncrementalDecoder_decode(MultibyteIncrementalDecoderObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteIncrementalDecoder_decode() argument
314 _multibytecodec_MultibyteIncrementalDecoder_getstate(MultibyteIncrementalDecoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalDecoder_getstate() argument
332 _multibytecodec_MultibyteIncrementalDecoder_setstate(MultibyteIncrementalDecoderObject *self, PyObject *arg) _multibytecodec_MultibyteIncrementalDecoder_setstate() argument
360 _multibytecodec_MultibyteIncrementalDecoder_reset(MultibyteIncrementalDecoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalDecoder_reset() argument
378 _multibytecodec_MultibyteStreamReader_read(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_read() argument
410 _multibytecodec_MultibyteStreamReader_readline(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_readline() argument
442 _multibytecodec_MultibyteStreamReader_readlines(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_readlines() argument
473 _multibytecodec_MultibyteStreamReader_reset(MultibyteStreamReaderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteStreamReader_reset() argument
492 _multibytecodec_MultibyteStreamWriter_write(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_write() argument
525 _multibytecodec_MultibyteStreamWriter_writelines(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_writelines() argument
557 _multibytecodec_MultibyteStreamWriter_reset(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_reset() argument
[all...]
/third_party/python/Modules/clinic/
H A D_curses_panel.c.h18 _curses_panel_panel_bottom(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_bottom() argument
42 _curses_panel_panel_hide(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_hide() argument
64 _curses_panel_panel_show(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_show() argument
86 _curses_panel_panel_top(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_top() argument
108 _curses_panel_panel_above(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_above() argument
126 _curses_panel_panel_below(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_below() argument
144 _curses_panel_panel_hidden(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_hidden() argument
163 _curses_panel_panel_move(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_move() argument
203 _curses_panel_panel_window(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_window() argument
223 _curses_panel_panel_replace(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_replace() argument
260 _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_set_userptr() argument
293 _curses_panel_panel_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_userptr() argument
[all...]
H A Dzlibmodule.c.h351 zlib_Compress_compress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Compress_compress() argument
406 zlib_Decompress_decompress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Decompress_decompress() argument
473 zlib_Compress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_flush() argument
514 zlib_Compress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_copy() argument
539 zlib_Compress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___copy__() argument
565 zlib_Compress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___deepcopy__() argument
601 zlib_Decompress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_copy() argument
626 zlib_Decompress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___copy__() argument
652 zlib_Decompress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___deepcopy__() argument
690 zlib_Decompress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_flush() argument
[all...]
/third_party/python/Modules/
H A Dxxlimited.c99 XxoObject *self; newXxoObject() local
119 XxoObject *self = (XxoObject *)self_obj; Xxo_traverse() local
125 Xxo_clear(XxoObject *self) Xxo_clear() argument
134 XxoObject *self = (XxoObject *)self_obj; Xxo_finalize() local
139 Xxo_dealloc(PyObject *self) Xxo_dealloc() argument
153 Xxo_getattro(XxoObject *self, PyObject *name) Xxo_getattro() argument
169 Xxo_setattro(XxoObject *self, PyObject *name, PyObject *v) Xxo_setattro() argument
197 Xxo_demo(XxoObject *self, PyTypeObject *defining_class, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) Xxo_demo() argument
236 Xxo_getbuffer(XxoObject *self, Py_buffer *view, int flags) Xxo_getbuffer() argument
248 Xxo_releasebuffer(XxoObject *self, Py_buffer *view) Xxo_releasebuffer() argument
254 Xxo_get_x_exports(XxoObject *self, void *c) Xxo_get_x_exports() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h34 int self; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_statistics_test.cc141 double self = 0.0, children = 0.0; in FairShareImpl() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h721 Replace( Self* self, Args&&... args) Replace() argument
[all...]
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js[all...]
/third_party/libuv/src/win/
H A Dthread.c93 uv_thread_t self; member
/third_party/node/src/crypto/
H A Dcrypto_x509.cc480 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/node/src/
H A Dhistogram.cc350 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/musl/src/thread/linux/
H A Dpthread_create.c64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local
74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local
198 pthread_t self = __pthread_self(); in __pthread_exit() local
339 struct pthread *self = __pthread_self(); __do_cleanup_push() local
424 struct pthread *self, *new; __pthread_create() local
605 struct pthread *self = __pthread_self(); __pthread_list_find() local
[all...]
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local
74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local
146 pthread_t self = __pthread_self(); in __pthread_exit() local
275 struct pthread *self = __pthread_self(); __do_cleanup_push() local
360 struct pthread *self, *new; __pthread_create() local
541 struct pthread *self = __pthread_self(); __pthread_list_find() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument
97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument
270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
[all...]
H A Dhash_forgetful_chain_inc.h83 Initialize( HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
131 Store(HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
149 StoreRange( HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
173 PrepareDistanceCache( HashForgetfulChain* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
H A Dhash_longest_match_inc.h61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dthread.c93 uv_thread_t self; member
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp32 FPCallbacks(Impl* self, in FPCallbacks() argument
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp307 find_family(FamilyData* self, const SkString& familyName) find_family() argument
418 FamilyData* self = static_cast<FamilyData*>(data); start_element_handler() local
441 FamilyData* self = static_cast<FamilyData*>(data); end_element_handler() local
471 FamilyData* self = static_cast<FamilyData*>(data); xml_entity_decl_handler() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument
97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument
270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
[all...]
H A Dhash_longest_match_inc.h61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument
118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument
158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920