Home
last modified time | relevance | path

Searched defs:count (Results 4501 - 4525 of 5554) sorted by relevance

1...<<181182183184185186187188189190>>...223

/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp301 int count = static_cast<int>(data[0]); in CheckReadBytesFuzzerTest() local
618 int count = static_cast<int>(data[0]); in ParseNetworkDnsValueFuzzerTest() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c783 static void DFileSessionResolveBackPress(DFileSession *session, DataBackPressure backPress, uint32_t count) in DFileSessionResolveBackPress() argument
H A Dnstackx_file_manager.c1905 uint32_t count = 0; in TaskGetReceivedFiles() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c862 static int32_t CheckInterfaceInfo(const NSTACKX_InterfaceInfo *ifaces, uint32_t count) in CheckInterfaceInfo() argument
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp181 VkResult GetExtensionProperties(const uint32_t count, const VkExtensionProperties* layerExtensions, in GetExtensionProperties() argument
961 GetSwapchainImagesKHR( VkDevice device, VkSwapchainKHR vkSwapchain, uint32_t* count, VkImage* images) GetSwapchainImagesKHR() argument
1396 GetPhysicalDeviceSurfaceFormatsKHR( VkPhysicalDevice physicalDevice, const VkSurfaceKHR surface, uint32_t* count, VkSurfaceFormatKHR* formats) GetPhysicalDeviceSurfaceFormatsKHR() argument
1490 GetPhysicalDeviceSurfacePresentModesKHR( VkPhysicalDevice physicalDevice, const VkSurfaceKHR surface, uint32_t* count, VkPresentModeKHR* pPresentModes) GetPhysicalDeviceSurfacePresentModesKHR() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1273 DrawArraysInstanced( napi_env env, GLenum mode, GLint first, GLsizei count, GLsizei instanceCount) DrawArraysInstanced() argument
[all...]
H A Dwebgl_rendering_context_base_impl.cpp976 GLsizei count = 1; in GetAttachedShaders() local
979 static_cast<GLuint>(programId), MAX_COUNT_ATTACHED_SHADER, &count, static_cast<GLuint*>(shaderId.data())); in GetAttachedShaders() local
1140 GetIntegerVectorParameter( napi_env env, GLenum pname, GLuint count, BufferDataType dstDataType) GetIntegerVectorParameter() argument
1153 GetFloatVectorParameter( napi_env env, GLenum pname, GLuint count, BufferDataType dstDataType) GetFloatVectorParameter() argument
1166 GetBoolVectorParameter( napi_env env, GLenum pname, GLuint count, BufferDataType dstDataType) GetBoolVectorParameter() argument
1213 GLint count = 0; GetParameter() local
1532 UniformF( napi_env env, napi_value locationObj, uint32_t count, const GLfloat* data) UniformF() argument
1564 UniformI( napi_env env, napi_value locationObj, uint32_t count, const GLint* data) UniformI() argument
1595 UniformUi( napi_env env, napi_value locationObj, uint32_t count, const GLuint* data) UniformUi() argument
1630 GLuint count = static_cast<GLuint>(readData.GetBufferLength() / sizeof(T)); CheckUniformDataInfo() local
1675 GLsizei count = 0; UniformFv() local
1725 GLsizei count = 0; UniformIv() local
1774 GLsizei count = 0; UniformUiv() local
1800 HandleUniformMatrixInfo( GLboolean transpose, const UniformExtInfo* info, GLint location, GLsizei count, GLfloat* srcData) HandleUniformMatrixInfo() argument
1861 GLsizei count = 0; UniformMatrixFv() local
2110 VertexAttribfv(napi_env env, GLuint index, int32_t count, napi_value dataObj) VertexAttribfv() argument
2158 VertexAttribf(napi_env env, GLuint index, int32_t count, GLfloat* data) VertexAttribf() argument
[all...]
H A Dwebgl_rendering_context_base.cpp1065 GLsizei count = 0; in DrawArrays() local
1083 int64_t count = 0; in DrawElements() local
1774 const uint32_t count = 2; // 2 is 2x2 in Uniform2f() local
1796 const uint32_t count in Uniform3f() local
1818 const uint32_t count = 4; // 4 is 4x4 Uniform4f() local
1840 const uint32_t count = 1; Uniform1i() local
1861 const uint32_t count = 2; // 2 is 2x2 Uniform2i() local
1882 const uint32_t count = 3; // 3 is 3x3 Uniform3i() local
1903 const uint32_t count = 4; // 4 is 4x4 Uniform4i() local
1952 const int32_t count = 1; VertexAttrib1f() local
1978 const int32_t count = 2; // 2 is 2x2 VertexAttrib2f() local
2004 const int32_t count = 3; // 3 is 3x3 VertexAttrib3f() local
2030 const int32_t count = 4; // 4 is 4x4 VertexAttrib4f() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp278 void SkiaCanvas::DrawPoints(PointMode mode, size_t count, const Point pts[], const Paint& paint) in DrawPoints() argument
288 skCanvas_->drawPoints(static_cast<SkCanvas::PointMode>(mode), count, skPts, skPaint_); in DrawPoints() local
606 int count = (lattice.fXCount + 1) * (lattice.fYCount + 1); in DrawImageLattice() local
697 DrawAtlas(const Image* atlas, const RSXform xform[], const Rect tex[], const ColorQuad colors[], int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect, const Paint& paint) DrawAtlas() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c658 int i, count = 0; in anti_sparseness() local
H A Dflacenc.c507 uint64_t count = 0; in rice_count_exact() local
523 uint64_t count = 0; in subframe_count_exact() local
991 int count; count_frame_header() local
1027 uint64_t count; encode_frame() local
[all...]
H A Dapedec.c990 static void predictor_decode_stereo_3800(APEContext *ctx, int count) in predictor_decode_stereo_3800() argument
1045 predictor_decode_mono_3800(APEContext *ctx, int count) predictor_decode_mono_3800() argument
1120 predictor_decode_stereo_3930(APEContext *ctx, int count) predictor_decode_stereo_3930() argument
1148 predictor_decode_mono_3930(APEContext *ctx, int count) predictor_decode_mono_3930() argument
1225 predictor_decode_stereo_3950(APEContext *ctx, int count) predictor_decode_stereo_3950() argument
1256 predictor_decode_mono_3950(APEContext *ctx, int count) predictor_decode_mono_3950() argument
1322 do_apply_filter(APEContext *ctx, int version, APEFilter *f, int32_t *data, int count, int order, int fracbits) do_apply_filter() argument
1384 apply_filter(APEContext *ctx, APEFilter *f, int32_t *data0, int32_t *data1, int count, int order, int fracbits) apply_filter() argument
1393 ape_apply_filters(APEContext *ctx, int32_t *decoded0, int32_t *decoded1, int count) ape_apply_filters() argument
1423 ape_unpack_mono(APEContext *ctx, int count) ape_unpack_mono() argument
1444 ape_unpack_stereo(APEContext *ctx, int count) ape_unpack_stereo() argument
[all...]
H A Ddca_lbr.c1617 int i, start, count; in synth_tones() local
H A Ddolby_e.c859 int count = g->nb_mantissa[j]; in parse_mantissas() local
H A Dh264_slice.c292 static void copy_picture_range(H264Picture **to, H264Picture **from, int count, in copy_picture_range() argument
H A Dalsdec.c1092 unsigned int count = 0; in zero_remaining() local
H A Droqvideoenc.c201 static inline int eval_sse(const uint8_t *a, const uint8_t *b, int count) in eval_sse() argument
H A Dwavpack.c781 int i, j, count = 0; in wv_unpack_stereo() local
912 int i, j, count = 0; in wv_unpack_mono() local
[all...]
H A Dtiff.c240 static char *doubles2str(double *dp, int count, const char *sep) in doubles2str() argument
266 static int add_metadata(int count, int type, in add_metadata() argument
1222 unsigned tag, type, count, off, value = 0, value2 = 1; // value2 is a denominator so init. to 1 in tiff_decode_tag() local
[all...]
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c464 pbkdf2_sha512(const char *passphrase, struct salt *salt, unsigned int count, unsigned char derived_key[F2FS_MAX_KEY_SIZE]) pbkdf2_sha512() argument
/third_party/curl/tests/server/
H A Dsws.c1011 size_t count; in send_doc() local
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c117 static ssize_t xread(int fd, void *buf, size_t count) in xread() argument
126 static void full_write(int fd, const void *buf, size_t count) in full_write() argument
525 unsigned bs, count, i; in do_write() local
659 unsigned bs, count, i, print_bytes; do_read() local
742 unsigned bs, count, i; do_randread() local
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c216 ssize_t count = size * nmemb; in debuginfod_write_callback() local
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c1042 static int hdcd_integrate(HDCDContext *ctx, hdcd_state *states, int channels, int *flag, const int32_t *samples, int count, int stride) in hdcd_integrate() argument
1179 static void hdcd_analyze_prepare(hdcd_state *state, int32_t *samples, int count, int stride) { in hdcd_analyze_prepare() argument
1207 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch) in hdcd_analyze() argument
1267 hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend) hdcd_envelope() argument
1366 hdcd_process(HDCDContext *ctx, hdcd_state *state, int32_t *samples, int count, int stride) hdcd_process() argument
1407 hdcd_process_stereo(HDCDContext *ctx, int32_t *samples, int count) hdcd_process_stereo() argument
[all...]
H A Df_ebur128.c59 unsigned count; ///< how many times the corresponding value occurred member

Completed in 61 milliseconds

1...<<181182183184185186187188189190>>...223