Home
last modified time | relevance | path

Searched refs:size (Results 16901 - 16925 of 18345) sorted by relevance

1...<<671672673674675676677678679680>>...734

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drrm.c508 const u8 *channels, const u8 size) in wpas_add_channels()
514 num_chans = channels ? size : in wpas_add_channels()
804 * Minimal frame body subelement size: EID(1) + length(1) + TSF(8) + in wpas_beacon_rep_add_frame_body()
828 * size, the subelement is truncated so that the last IE is a complete in wpas_beacon_rep_add_frame_body()
506 wpas_add_channels(const struct oper_class_map *op, struct hostapd_hw_modes *mode, int active, const u8 *channels, const u8 size) wpas_add_channels() argument
/third_party/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp83 create_info.enabledExtensionCount = static_cast<uint32_t>(enabled_extensions.size()); in CreateReportInstance()
419 create_info.enabledExtensionCount = static_cast<uint32_t>(enabled_extensions.size()); in CreateUtilsInstance()
/third_party/ffmpeg/libavcodec/
H A Daaccoder.c81 int w, swb, cb, start, size; in encode_window_bands_info() local
99 size = sce->ics.swb_sizes[swb]; in encode_window_bands_info()
124 &s->scoefs[start + w*128], size, in encode_window_bands_info()
/third_party/ffmpeg/libavfilter/
H A Dvf_zscale.c180 "Invalid size '%s'\n", s->size_str); in init()
582 size_t size; in graphs_build() local
612 ret = zimg_filter_graph_get_tmp_size(s->graph[job_nr], &size); in graphs_build()
618 s->tmp[job_nr] = av_calloc(size, 1); in graphs_build()
977 { "size", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
978 { "s", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp1262 int size = node->getType().computeNumComponents(); in OutputConstantUnion() local
1264 for (int i = 0; i < size; i++) { in OutputConstantUnion()
1504 if (requestedExtensions.size() > 0) { in output()
/third_party/glfw/deps/
H A Dstb_image_write.h21 not optimal image file size or run-time performance.
65 void stbi_write_func(void *context, void *data, int size);
187 typedef void stbi_write_func(void *context, void *data, int size);
284 static void stbi__stdio_write(void *context, void *data, int size) in stbi__stdio_write() argument
286 fwrite(data,1,size,(FILE*) context); in stbi__stdio_write()
813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size()
/third_party/alsa-lib/src/control/
H A Dcontrol.c94 on the type - min/max values, a step size, a set of possible values (for
181 There's no limitation about maximum size of the data, therefore it can be used
1872 * \brief get size of #snd_ctl_elem_id_t
1873 * \return size in bytes
2121 * \brief get size of #snd_ctl_card_info_t.
2284 * \brief get size of #snd_ctl_event_t
2285 * \return size in bytes
2347 * \brief get size of #snd_ctl_elem_list_t.
2348 * \return size in bytes
2559 * \brief get size o
3630 snd_ctl_elem_set_bytes(snd_ctl_elem_value_t *obj, void *data, size_t size) snd_ctl_elem_set_bytes() argument
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image_write.h21 not optimal image file size or run-time performance.
65 void stbi_write_func(void *context, void *data, int size);
187 typedef void stbi_write_func(void *context, void *data, int size);
284 static void stbi__stdio_write(void *context, void *data, int size) in stbi__stdio_write() argument
286 fwrite(data,1,size,(FILE*) context); in stbi__stdio_write()
813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size()
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c1149 static void unhtmlify(char *dest, size_t size, const char *src) in unhtmlify() argument
1159 while (*psrc && pdest - dest < size - 1) { in unhtmlify()
1263 s = size - (pdest - dest) - 1; in unhtmlify()
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c69 int maxunit; /* size of devices array */
745 * @param devcountp points at location for array size return value
956 PDEBUG(("start memcpy, size %d", sizeof(device_t) * dc->maxunit)); in devclass_alloc_unit()
959 PDEBUG(("start memset, maxunit %d, size %d", dc->maxunit, sizeof(device_t) * (newsize - dc->maxunit))); in devclass_alloc_unit()
1039 * on the size field of the driver.
2401 if (!(dev->flags & DF_EXTERNALSOFTC) && driver->size > 0) { in device_set_driver()
2402 dev->softc = bsd_malloc(driver->size, M_BUS_SC, in device_set_driver()
2960 indentprintf(("driver %s: softc size = %zd\n", in print_driver_short()
2961 driver->name, driver->size)); in print_driver_short()
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1233 void los_set_ramfs_unit(off_t size) in los_set_ramfs_unit() argument
1235 if (is_tmpfs_lock_init && size >= 0) in los_set_ramfs_unit()
1238 g_tmpfs_alloc_unit = size; in los_set_ramfs_unit()
1370 case SEEK_END: /* The offset is set to the size of the file plus in tmpfs_seek()
2434 /* Get the size of the object */ in tmpfs_stat_common()
2448 /* Get the size of the object */ in tmpfs_stat_common()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c175 unreachable("unhandled bit size"); in print_const_from_load()
885 unsigned size = nir_alu_type_get_type_size(type); in print_alu_type() local
895 if (size) in print_alu_type()
896 fprintf(fp, "%s%u", name, size); in print_alu_type()
1710 fprintf(fp, "workgroup-size: %u, %u, %u%s\n", in nir_print_shader_annotated()
1715 fprintf(fp, "shared-size: %u\n", shader->info.shared_size); in nir_print_shader_annotated()
1719 fprintf(fp, "task_payload-size: %u\n", shader->info.task_payload_size); in nir_print_shader_annotated()
H A Dnir_range_analysis.c1230 static uint32_t bitmask(uint32_t size) { in bitmask() argument
1231 return size >= 32 ? 0xffffffffu : ((uint32_t)1 << size) - 1u; in bitmask()
1373 : 511; /* Generous maximum output patch size of 512 */ in nir_unsigned_upper_bound()
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp1345 * less than 0 or greater than or equal to the size the array was in get_array_element()
1385 unsigned int size = src->type->components(); in copy_offset() local
1386 assert (size <= this->type->components() - offset); in copy_offset()
1387 for (unsigned int i=0; i<size; i++) { in copy_offset()
H A Dserialize.cpp722 offset = metadata->size; in write_hash_table()
724 /* Write a placeholder for the hashtable size. */ in write_hash_table()
1069 unsigned size = blob_read_uint32(metadata); in read_shader_parameters() local
1075 _mesa_add_parameter(params, type, name, size, data_type, in read_shader_parameters()
/third_party/littlefs/runners/
H A Dtest_runner.c30 size_t size, in mappend()
41 p_ = realloc(p_, capacity_*size); in mappend()
50 return &p_[(count_-1)*size]; in mappend()
328 // first figure out the total size of override permutations in test_define_suite()
849 // at least size so that names fit in list_suites()
912 // at least size so that names fit in list_cases()
969 // at least size so that names fit in list_suite_paths()
1011 // at least size so that names fit in list_case_paths()
1291 // at least size so that names fit in list_geometries()
1306 name_width, "geometry", "read", "prog", "erase", "count", "size"); in list_geometries()
29 mappend(void **p, size_t size, size_t *count, size_t *capacity) mappend() argument
[all...]
H A Dbench_runner.c30 size_t size, in mappend()
41 p_ = realloc(p_, capacity_*size); in mappend()
50 return &p_[(count_-1)*size]; in mappend()
315 // first figure out the total size of override permutations in bench_define_suite()
820 // at least size so that names fit in list_suites()
881 // at least size so that names fit in list_cases()
936 // at least size so that names fit in list_suite_paths()
978 // at least size so that names fit in list_case_paths()
1250 // at least size so that names fit in list_geometries()
1265 name_width, "geometry", "read", "prog", "erase", "count", "size"); in list_geometries()
29 mappend(void **p, size_t size, size_t *count, size_t *capacity) mappend() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c559 unsigned size) in si_query_buffer_alloc()
564 if (!buffer->buf || buffer->results_end + size > buffer->buf->b.b.width0) { in si_query_buffer_alloc()
577 unsigned buf_size = MAX2(size, screen->info.min_alloc_size); in si_query_buffer_alloc()
1640 /* assert size is correct, based on result_type ? */ in si_query_hw_get_result_resource()
1781 X("GFX-BO-list-size", GFX_BO_LIST_SIZE, UINT64, AVERAGE),
1782 X("GFX-IB-size", GFX_IB_SIZE, UINT64, AVERAGE),
557 si_query_buffer_alloc(struct si_context *sctx, struct si_query_buffer *buffer, bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), unsigned size) si_query_buffer_alloc() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c77 /* Get the size of the program and then allocate that much memory. */ in pvr_pds_coeff_program_create_and_upload()
145 * allocating the buffer. The size from pvr_pds_kick_usc() is constant. in pvr_pds_fragment_program_create_and_upload()
208 * size of vertex attribute entry in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
211 * size of robust vertex attribute entry in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
213 * size of entry for max attribute index in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
216 * size of Unified Store burst entry in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
218 * size of entry for vertex stride in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
220 * size of entries for DDMAD control word in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
252 * The array being pointed to is of PVR_MAX_VERTEX_ATTRIB_DMAS size.
443 * The array being pointed to is of PVR_PDS_VERTEX_ATTRIB_PROGRAM_COUNT size
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Dbsaes-armv7.S553 .size _bsaes_decrypt8,.-_bsaes_decrypt8
577 .size _bsaes_const,.-_bsaes_const
1013 .size _bsaes_encrypt8,.-_bsaes_encrypt8
1072 .size _bsaes_key_convert,.-_bsaes_key_convert
1341 .size ossl_bsaes_cbc_encrypt,.-ossl_bsaes_cbc_encrypt
1361 add r12, #96 @ size of bit-sliced key schedule
1569 .size ossl_bsaes_ctr32_encrypt_blocks,.-ossl_bsaes_ctr32_encrypt_blocks
1604 @ add r12, #96 @ size of bit-sliced key schedule
2048 .size ossl_bsaes_xts_encrypt,.-ossl_bsaes_xts_encrypt
2084 @ add r12, #96 @ size o
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dasn1.h259 /* size limits: this stuff is taken straight from RFC2459 */
856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1.h259 /* size limits: this stuff is taken straight from RFC2459 */
856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dasn1.h259 /* size limits: this stuff is taken straight from RFC2459 */
856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dasn1.h259 /* size limits: this stuff is taken straight from RFC2459 */
856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dasn1.h259 /* size limits: this stuff is taken straight from RFC2459 */
856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);

Completed in 64 milliseconds

1...<<671672673674675676677678679680>>...734