Home
last modified time | relevance | path

Searched defs:count (Results 4126 - 4150 of 18063) sorted by relevance

1...<<161162163164165166167168169170>>...723

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-dll2.h207 uint32_t count; member
/third_party/libsnd/programs/
H A Dsndfile-salvage.c280 sf_count_t readlen, count ; in copy_data() local
/third_party/libsnd/src/
H A Dalaw.c294 alaw2s_array (unsigned char *buffer, int count, short *ptr) in alaw2s_array() argument
300 alaw2i_array(unsigned char *buffer, int count, int *ptr) alaw2i_array() argument
306 alaw2f_array(unsigned char *buffer, int count, float *ptr, float normfact) alaw2f_array() argument
312 alaw2d_array(unsigned char *buffer, int count, double *ptr, double normfact) alaw2d_array() argument
318 s2alaw_array(const short *ptr, int count, unsigned char *buffer) s2alaw_array() argument
328 i2alaw_array(const int *ptr, int count, unsigned char *buffer) i2alaw_array() argument
340 f2alaw_array(const float *ptr, int count, unsigned char *buffer, float normfact) f2alaw_array() argument
350 d2alaw_array(const double *ptr, int count, unsigned char *buffer, double normfact) d2alaw_array() argument
[all...]
H A Dulaw.c795 ulaw2s_array (unsigned char *buffer, int count, short *ptr) in ulaw2s_array() argument
801 ulaw2i_array (unsigned char *buffer, int count, int *ptr) in ulaw2i_array() argument
807 ulaw2f_array (unsigned char *buffer, int count, float *ptr, float normfact) in ulaw2f_array() argument
813 ulaw2d_array (const unsigned char *buffer, int count, double *ptr, double normfact) in ulaw2d_array() argument
819 s2ulaw_array (const short *ptr, int count, unsigned char *buffer) in s2ulaw_array() argument
829 i2ulaw_array(const int *ptr, int count, unsigned char *buffer) i2ulaw_array() argument
841 f2ulaw_array(const float *ptr, int count, unsigned char *buffer, float normfact) f2ulaw_array() argument
851 d2ulaw_array(const double *ptr, int count, unsigned char *buffer, double normfact) d2ulaw_array() argument
[all...]
H A Dtxw.c242 int k, bufferlen, readcount, count ; in txw_read_s() local
272 int k, bufferlen, readcount, count ; in txw_read_i() local
302 int k, bufferlen, readcount, count ; in txw_read_f() local
338 int k, bufferlen, readcount, count ; in txw_read_d() local
[all...]
/third_party/libwebsockets/lib/misc/
H A Dsha-1.c54 unsigned char count; member
/third_party/libuv/test/
H A Dtest-udp-multicast-join6.c152 int count; in can_ipv6_external() local
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_data_generation.py53 count = 0 variable in BaseTest
/third_party/libdrm/amdgpu/
H A Damdgpu_gpu_info.c62 amdgpu_read_mm_registers(amdgpu_device_handle dev, unsigned dword_offset, unsigned count, uint32_t instance, uint32_t flags, uint32_t *values) amdgpu_read_mm_registers() argument
81 amdgpu_query_hw_ip_count(amdgpu_device_handle dev, unsigned type, uint32_t *count) amdgpu_query_hw_ip_count() argument
/third_party/libcoap/src/
H A Dcoap_cache.c48 coap_cache_ignore_options(coap_context_t *ctx, const uint16_t *options, size_t count) coap_cache_ignore_options() argument
/third_party/mbedtls/tests/scripts/
H A Dgenerate_bignum_tests.py139 count = 0 variable in BignumCmp
160 count = 0 variable in BignumCmpAbs
170 count = 0 variable in BignumAdd
/third_party/mbedtls/library/
H A Dssl_cache.c140 int count = 0; in ssl_cache_pick_writing_slot() local
/third_party/json/tests/src/
H A Dunit-alt-string.cpp35 alt_string(const char* str, std::size_t count): str_impl(str, count) {} in alt_string() argument
36 alt_string(size_t count, char chr): str_impl(count, chr) {} in alt_string() argument
155 alt_string& replace(std::size_t pos, std::size_t count, const alt_string& str) in replace() argument
H A Dunit-msgpack.cpp29 explicit SaxCountdown(const int count) : events_left(count) in SaxCountdown() argument
/third_party/mesa3d/src/egl/main/
H A Degldevice.c288 int count = 0; in _eglRefreshDeviceList() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c63 block_check_for_allowed_instrs(nir_block *block, unsigned *count, in block_check_for_allowed_instrs() argument
333 unsigned count = 0; in nir_opt_collapse_if() local
422 unsigned count = 0; in nir_opt_peephole_select_block() local
[all...]
/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c355 uint32_t id, count; in emu_step() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c284 tu_cs_alloc(struct tu_cs *cs, uint32_t count, uint32_t size, struct tu_cs_memory *memory) tu_cs_alloc() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h140 unsigned count; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument
118 unsigned count = length / width; in agx_ra_assign_local() local
153 unsigned count = ncomps[I->src[s].value]; in agx_ra_assign_local() local
165 unsigned count = agx_write_registers(I, d); in agx_ra_assign_local() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h261 size_t count(uint32_t id) const in count() function
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_rebalance_tree.cpp102 compression(ir_expression *root, unsigned count) in compression() argument
/third_party/ltp/lib/
H A Dsafe_pthread.c92 safe_pthread_barrier_init(const char *file, const int lineno, pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned count) safe_pthread_barrier_init() argument
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_EXT_CTRLS.c66 __u32 count; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() local
379 __u32 count; test_VIDIOC_S_EXT_CTRLS_zero_invalid_count() local
566 __u32 count; test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
H A Dltp_block_dev.c350 sys_tcase(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) sys_tcase() argument

Completed in 24 milliseconds

1...<<161162163164165166167168169170>>...723