Home
last modified time | relevance | path

Searched defs:out (Results 1826 - 1850 of 3755) sorted by relevance

1...<<71727374757677787980>>...151

/third_party/nghttp2/src/
H A Dutil_test.cc205 const unsigned char *out = nullptr; in test_util_select_h2() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h162 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...]
H A Dhash_longest_match_quickly_inc.h147 FindLongestMatch( HashLongestMatchQuickly* 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_rolling_inc.h150 FindLongestMatch( HashRolling* 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
/third_party/node/deps/googletest/src/
H A Dgtest-filepath.cc387 auto out = pathname_.begin(); in Normalize() local
/third_party/node/deps/cares/src/lib/
H A Dares__htable.c140 const void **out = NULL; in ares__htable_all_buckets() local
/third_party/ninja/src/
H A Dstatus.cc272 string out; in FormatProgressStatus() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_gencmn.cpp225 UNewDataMemory *out; in createCommonDataFile() local
312 FileStream *out; createCommonDataFile() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c433 ssize_t nghttp2_bufs_remove(nghttp2_bufs *bufs, uint8_t **out) { in nghttp2_bufs_remove() argument
468 size_t nghttp2_bufs_remove_copy(nghttp2_bufs *bufs, uint8_t *out) { in nghttp2_bufs_remove_copy() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp419 printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) printOutBundle() argument
[all...]
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp494 FileStream *out; in main() local
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp174 explicit SimpleUnitIdentifiersSink(StringPiece quantitiesTrieData, const char **out, in SimpleUnitIdentifiersSink() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c475 D3D12_SHADER_BYTECODE *out = NULL; in dzn_meta_blits_get_fs() local
697 struct dzn_meta_blit *out = NULL; dzn_meta_blits_get_context() local
[all...]
H A Ddzn_util.c278 dzn_translate_viewport(D3D12_VIEWPORT *out, in dzn_translate_viewport() argument
290 dzn_translate_rect(D3D12_RECT *out, in dzn_translate_rect() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ssa.cpp231 BasicBlock *out = BasicBlock::get(ei.getNode()); in buildLiveSetsPreSSA() local
H A Dnv50_ir_bb.cpp370 Graph::Node *out[2]; in initiatesSimpleConditional() local
511 FILE *out = fopen(filePath, "a"); printCFGraph() local
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c185 char *out = malloc(128); in pointer_as_memory_reference() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c261 vn_fix_graphics_pipeline_create_info( struct vn_device *dev, uint32_t create_info_count, const VkGraphicsPipelineCreateInfo *create_infos, const VkAllocationCallbacks *alloc, VkGraphicsPipelineCreateInfo **out) vn_fix_graphics_pipeline_create_info() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_analysis.c80 make_vert(const float (*vx)[4], const float (*vy)[4], float (*out)[4]) make_vert() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c398 nv50_vec4_map(uint8_t *map, int mid, uint32_t lin[4], struct nv50_varying *in, struct nv50_varying *out) nv50_vec4_map() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.cpp225 UNewDataMemory *out; in createCommonDataFile() local
312 FileStream *out; createCommonDataFile() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c110 const char *out; member
/third_party/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp370 int32_t i, out, spaceCount; in crunchSpaces() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp419 printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) printOutBundle() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java201 protected final CoderResult implFlush(CharBuffer out) { in implFlush() argument
242 protected CoderResult decodeLoop(ByteBuffer in,CharBuffer out){ in decodeLoop() argument
270 abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop() argument
[all...]

Completed in 26 milliseconds

1...<<71727374757677787980>>...151