/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 313 ; void ff_vp8_h/v_loop_filter<size>_inner_<opt>(uint8_t *dst, [uint8_t *v,] ptrdiff_t stride, 684 ; void ff_vp8_h/v_loop_filter<size>_mbedge_<opt>(uint8_t *dst, [uint8_t *v,] ptrdiff_t stride,
|
/third_party/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 1142 init_put_bits(&pb, avpkt->data, avpkt->size); in vorbis_encode_frame() 1189 avpkt->size = put_bytes_output(&pb); in vorbis_encode_frame()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 100 typedef void (APIENTRY *FF_PFNGLBUFFERDATAPROC) (GLenum target, ptrdiff_t size, const GLvoid *data, GLenum usage); 104 typedef void (APIENTRY *FF_PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, uintptr_t pointer); 188 GLint max_texture_size; ///< Maximum texture size 189 GLint max_viewport_width; ///< Maximum viewport size 190 GLint max_viewport_height; ///< Maximum viewport size 620 av_log(h, AV_LOG_DEBUG, "Max texture size: %dx%d\n", opengl->max_texture_size, opengl->max_texture_size); in opengl_read_limits() 621 av_log(h, AV_LOG_DEBUG, "Max viewport size: %dx%d\n", in opengl_read_limits() 705 av_log(opengl, AV_LOG_DEBUG, "Texture size calculated from %dx%d into %dx%d\n", in opengl_get_texture_size() 1087 av_log(opengl, AV_LOG_ERROR, "Too big picture %dx%d, max supported size is %dx%d\n", in opengl_write_header() 1283 { "window_size", "set window size", OFFSE [all...] |
/third_party/backends/backend/ |
H A D | qcam.c | 1245 s->opt[i].size = sizeof (SANE_Word); in init_options() 1268 s->opt[OPT_RESOLUTION].size = 5; /* sizeof("High") */ in init_options()
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 406 curl_socklen_t sizeof_sa = 0; /* size of the data sock points to */ in bindlocal() 620 curl_socklen_t size = sizeof(add); in bindlocal() local 622 if(getsockname(sockfd, (struct sockaddr *) &add, &size) < 0) { in bindlocal() 791 size_t recv_max; /* max enforced read size */
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 532 // it a tuple whose size and type are compatible with F's argument in TEST() 1782 EXPECT_EQ(1u, vresult.size()); in TEST() 1822 EXPECT_EQ(1u, vresult.size()); in TEST()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 4943 int size = str.length(); in isLegal() 4945 for (int i = 0; i < size; i += Character.charCount(codepoint)) in isLegal()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | usearch.cpp | 157 * @param size to allocate 163 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() argument 165 uint32_t *result = (uint32_t *)uprv_malloc(size); in allocateMemory() 178 * size destinationlength. 181 * @param destinationlength target array size, return value for the new size 183 * @param increments incremental size expected 218 * size destinationlength. 221 * @param destinationlength target array size, return value for the new size [all...] |
H A D | msgfmt.cpp | 337 // Variable-size array management 1924 if (U_SUCCESS(status) && pos < fFormatNames->size()) { in snext() 1937 return (fFormatNames==NULL) ? 0 : fFormatNames->size(); in count()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 4232 int size = str.length(); in isLegal() 4234 for (int i = 0; i < size; i += Character.charCount(codepoint)) in isLegal()
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 134 static void set_cursor_size(uv_tty_t* tty_out, DWORD size) { in set_cursor_size() argument 136 info.dwSize = size; in set_cursor_size() 999 /* cursor size large if omitted arguments */ in TEST_IMPL() 1005 /* cursor size large */ in TEST_IMPL() 1015 /* cursor size small */ in TEST_IMPL() 1031 /* restore cursor size if arguments is zero */ in TEST_IMPL()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.c | 4064 unsigned end_range_offset = ranges[i].offset + ranges[i].size; in ac_check_shadowed_regs() 4108 for (unsigned j = 0; j < ranges[i].size / 4; j++) { in ac_print_shadowed_regs()
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, 158 size_t size, void *host_ptr, 212 cl_context /* context */, cl_svm_mem_flags /* flags */, size_t /* size */, 668 void * /* dst_ptr */, const void * /* src_ptr */, size_t /* size */, 675 const void * /* pattern */, size_t /* pattern_size */, size_t /* size */, 682 cl_map_flags /* map_flags */, void * /* svm_ptr */, size_t /* size */,
|
/third_party/lame/frontend/ |
H A D | get_audio.c | 796 * NOTE: LAME can now handle arbritray size input data packets, in get_audio_common() 798 * size "framesize". EXCEPT: the LAME graphical frame analyzer in get_audio_common() 1266 /* try file size, assume 2 bytes per sample */ in open_snd_file() 1615 error_printf("ERROR: block size of input sound data is not 0 bytes\n"); in aiff_check2() 1940 /* try file size, assume 2 bytes per sample */ in open_wave_file() 1988 /* try file size, assume 2 bytes per sample */ in open_mpeg_file() 2102 static ssize_t lame123_read_from_file(void* handle, void* buffer, size_t size) in lame123_read_from_file() argument 2104 return fread(buffer, 1, size, (FILE*)handle); in lame123_read_from_file() 2331 /* set as unknown. Later, we will take a guess based on file size in lame_decode_initfile()
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 109 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::size', 'Method', 'api/basic_json/size/index.html');
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 158 size_t size = (hdr_len + stride_b * h) >> 2; in swrastPutImage() local 174 if (size < max_req_len) { in swrastPutImage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 982 /* Always set initial block size before the first branch, which needs in cmd_buffer_emit_render_pass_rcl() 1012 * the HW between the RCL updating the TLB's internal type/size in cmd_buffer_emit_render_pass_rcl() 1014 * internal type/size. To make sure the QPUs get the right in cmd_buffer_emit_render_pass_rcl() 1015 * state, we need 1 dummy store in between internal type/size in cmd_buffer_emit_render_pass_rcl() 2190 ib.size = ibuffer->mem->bo->size; in cmd_buffer_emit_index_buffer()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_bufimage.c | 1258 .size = surf->image->size, in create_buffer_from_image()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 1470 unsigned *size, gl_shader_stage stage) in nir_assign_io_var_locations() 1605 *size = location; in nir_assign_io_var_locations() 1469 nir_assign_io_var_locations(nir_shader *shader, nir_variable_mode mode, unsigned *size, gl_shader_stage stage) nir_assign_io_var_locations() argument
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 53 Oct-2009 - Mathias Svensson - Fixed problem if uncompressed size was > 4G and compressed size was <4G 54 should only read the compressed/uncompressed size from the Zip64 format if 55 the size from normal header was 0xFFFFFFFF 108 # define ALLOC(size) (malloc(size)) 143 uInt size_local_extrafield;/* size of the local extra field */ 173 ZPOS64_T size_central_dir; /* size of the central directory */ 414 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ in unz64local_SearchCentralDir() 480 ZPOS64_T uMaxBack=0xffff; /* maximum size o in unz64local_SearchCentralDir64() [all...] |
/third_party/node/src/ |
H A D | node_contextify.cc | 131 // Allocation failure, maximum call stack size reached, termination, etc. in New() 1262 params.size(), in CompileFunction() 1264 context_extensions.size(), in CompileFunction()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 31 /* Sampler tables don't actually have a maximum size but we pick one just so 293 * of nir_deref_instr) use the same vector component/bit size. The meaning 298 * must be packed into the same size SSA values as a memory address. For this 978 nir_ssa_def *size = nir_channel(b, desc, 2); in lower_get_ssbo_size() local 979 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, size); in lower_get_ssbo_size() 1490 * number of uses and the binding array size. We shift by 7 instead in anv_nir_apply_pipeline_layout()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 1104 "parameter array size and number of bindings must match"); 1133 "invalid parameter array size (size=%d max=%u)", 2323 const GLuint size = 4; /* XXX fix */ 2329 size, GL_NONE, NULL, tokens, true);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | usearch.cpp | 157 * @param size to allocate 163 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() argument 165 uint32_t *result = (uint32_t *)uprv_malloc(size); in allocateMemory() 178 * size destinationlength. 181 * @param destinationlength target array size, return value for the new size 183 * @param increments incremental size expected 218 * size destinationlength. 221 * @param destinationlength target array size, return value for the new size [all...] |
H A D | msgfmt.cpp | 337 // Variable-size array management 1925 if (U_SUCCESS(status) && pos < fFormatNames->size()) { in snext() 1938 return (fFormatNames==nullptr) ? 0 : fFormatNames->size(); in count()
|