Home
last modified time | relevance | path

Searched refs:types_len (Results 1 – 25 of 46) sorted by relevance

12

/dports/converters/fribidi/fribidi-1.0.11/test/unicode-conformance/
H A DBidiTest.c262 FriBidiStrIndex types_len = 0; in main() local
319 types = parse_test_line (line, &types_len, &base_dir_flags); in main()
322 levels = malloc (sizeof (FriBidiLevel) * types_len); in main()
323 levels_len = types_len; in main()
326 ltor = malloc (sizeof (FriBidiStrIndex) * types_len); in main()
347 types_len, in main()
352 for (i = 0; i < types_len; i++) in main()
356 types, types_len, in main()
364 for (i = 0; i < types_len; i++) in main()
435 types_len, in main()
H A DBidiCharacterTest.c333 int types_len = code_points_len; in main() local
334 int levels_len = types_len; in main()
358 types_len, in main()
363 for (i = 0; i < types_len; i++) in main()
367 types, types_len, in main()
375 for (i = 0; i < types_len; i++) in main()
435 types_len, in main()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Dmakesdna.c157 static int types_len = 0; variable
384 types[types_len] = cp; in add_type()
386 types_size_32[types_len] = size; in add_type()
387 types_size_64[types_len] = size; in add_type()
389 if (types_len >= max_array_len) { in add_type()
391 return types_len - 1; in add_type()
393 types_len++; in add_type()
395 return types_len - 1; in add_type()
1315 len = types_len; in make_structDNA()
1332 len = 2 * types_len; in make_structDNA()
[all …]
H A Ddna_genfile.c228 const int UNUSED(types_len), in dna_struct_find_nr_ex_impl() argument
276 sdna->types_len, in DNA_struct_find_nr_ex()
296 sdna->types_len, in DNA_struct_alias_find_nr_ex()
403 sdna->types_len = *data; in init_structDNA()
405 BLI_endian_switch_int32(&sdna->types_len); in init_structDNA()
409 sdna->types = MEM_callocN(sizeof(void *) * sdna->types_len, "sdnatypes"); in init_structDNA()
417 for (int nr = 0; nr < sdna->types_len; nr++) { in init_structDNA()
437 BLI_endian_switch_int16_array(sp, sdna->types_len); in init_structDNA()
440 sp += sdna->types_len; in init_structDNA()
447 if (sdna->types_len & 1) { in init_structDNA()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_parser.h55 int types_len; member
98 int types_len,
116 int types_len);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_parser.c149 int types_len,
313 p->types_len = types_len;
336 if (parser->types_len != 0) {
337 for (i=0; i<parser->types_len; i++){
462 int types_len;
534 types_len = proc_types_str(types_str, &types);
537 types_len = 0;
546 types, types_len, decoders, config)) {
1111 int types_len)
1118 for(i=0; i<types_len; i++){
H A Dflb_parser_ltsv.c150 if (parser->types_len != 0) { in ltsv_parser()
155 parser->types_len); in ltsv_parser()
H A Dflb_parser_regex.c100 if (parser->types_len != 0) { in cb_results()
105 parser->types_len); in cb_results()
H A Dflb_parser_logfmt.c171 if (parser->types_len != 0) { in logfmt_parser()
176 parser->types_len); in logfmt_parser()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/fuzzers/
H A Dparser_fuzzer.c43 int types_len = 0; in LLVMFuzzerTestOneInput() local
110 types_len = TYPES_LEN; in LLVMFuzzerTestOneInput()
153 types, types_len, list, fuzz_config); in LLVMFuzzerTestOneInput()
/dports/devel/py-cffi/cffi-1.15.0/c/
H A Dcdlopen.c124 Py_ssize_t types_len = 0; in ffiobj_init() local
130 &ffiname, &version, &types, &types_len, in ffiobj_init()
146 if (version == -1 && types_len == 0) in ffiobj_init()
155 if (types_len > 0) { in ffiobj_init()
158 Py_ssize_t i, n = types_len / 4; in ffiobj_init()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dxfconf.py241 types_len = len(value_type)
243 if types_len == 1:
246 elif types_len != values_len:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dxfconf.py241 types_len = len(value_type)
243 if types_len == 1:
246 elif types_len != values_len:
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf_probes.c138 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
145 .type_len = types_len, in libbpf__load_raw_btf()
146 .str_off = types_len, in libbpf__load_raw_btf()
H A Dlibbpf_internal.h98 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf_probes.c138 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
145 .type_len = types_len, in libbpf__load_raw_btf()
146 .str_off = types_len, in libbpf__load_raw_btf()
H A Dlibbpf_internal.h98 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/dmgbuild/
H A Dresources.py261 types_len = len(self.types) * 8
270 2 + types_len + reflist_len))
297 30 + types_len + reflist_len + names_len,
317 self.attrs, 28, 30 + types_len + reflist_len,
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf_probes.c144 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
151 .type_len = types_len, in libbpf__load_raw_btf()
152 .str_off = types_len, in libbpf__load_raw_btf()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf_probes.c144 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
151 .type_len = types_len, in libbpf__load_raw_btf()
152 .str_off = types_len, in libbpf__load_raw_btf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf_probes.c144 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
151 .type_len = types_len, in libbpf__load_raw_btf()
152 .str_off = types_len, in libbpf__load_raw_btf()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_sdna_types.h73 int types_len; member
/dports/graphics/blender/blender-2.91.0/source/tools/modules/
H A Dblendfile.py237 types_len = intstruct.unpack_from(data, offset)[0]
239 log.debug("building #%d types" % types_len)
240 for i in range(types_len):
248 log.debug("building #%d type-lengths" % types_len)
249 for i in range(types_len):
253 del types_len
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/
H A DCSV_XS.xs221 byte types_len; member
533 csv->types_len = len; in cx_xs_cache_set()
537 csv->types_len = 0; in cx_xs_cache_set()
616 if (csv->types_len) in cx_xs_cache_diag()
617 _cache_show_str ("types", csv->types_len, (byte *)csv->types); in cx_xs_cache_diag()
721 csv->types_len = len; in cx_SetupCsv()
2134 for (i = 0; i <= len && i <= csv.types_len; i++) { in cx_c_xsParse()
/dports/lang/php73/php-7.3.33/ext/mysqli/
H A Dmysqli_api.c328 size_t types_len; in PHP_FUNCTION() local
338 &types, &types_len) == FAILURE) { in PHP_FUNCTION()
351 if (!types_len) { in PHP_FUNCTION()
356 if (types_len != (size_t)(argc - start)) { in PHP_FUNCTION()
362 if (types_len != mysql_stmt_param_count(stmt->stmt)) { in PHP_FUNCTION()

12