Home
last modified time | relevance | path

Searched refs:n_fields (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Objects/
H A Dstructseq.c18 static const char real_length_key[] = "n_fields";
42 get_type_attr_as_size(tp, &_Py_ID(n_fields))
322 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
324 n_fields = REAL_SIZE(self); in structseq_reduce()
325 if (n_fields < 0) { in structseq_reduce()
341 for (i = n_visible_fields; i < n_fields; i++) { in structseq_reduce()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c874 for (uint32_t f = 0; f < layout->n_fields; f++) { in emit_perf_intel_query()
876 &layout->fields[end ? f : (layout->n_fields - 1 - f)]; in emit_perf_intel_query()
979 for (uint32_t r = 0; r < layout->n_fields; r++) { in CmdBeginQueryIndexedEXT()
981 &layout->fields[end ? r : (layout->n_fields - 1 - r)]; in CmdBeginQueryIndexedEXT()
1027 for (uint32_t r = 0; r < layout->n_fields; r++) { in CmdBeginQueryIndexedEXT()
1029 &layout->fields[layout->n_fields - 1 - r]; in CmdBeginQueryIndexedEXT()
1181 for (uint32_t r = 0; r < layout->n_fields; r++) { in CmdEndQueryIndexedEXT()
H A Danv_perf.c73 for (uint32_t f = 0; f < layout->n_fields; f++) { in anv_physical_device_init_perf()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c1199 for (uint32_t r = 0; r < layout->n_fields; r++) { in intel_perf_query_result_accumulate_fields()
1256 for (uint32_t r = 0; r < layout->n_fields; r++) { in intel_perf_query_result_print_fields()
1305 layout->fields[layout->n_fields++] = (struct intel_perf_query_field) { in add_query_register()
1314 return &layout->fields[layout->n_fields - 1]; in add_query_register()
1324 layout->n_fields = 0; in intel_perf_init_query_fields()
H A Dintel_perf.h273 uint32_t n_fields; member
H A Dintel_perf_query.c733 for (uint32_t f = 0; f < layout->n_fields; f++) { in snapshot_query_layout()
735 &layout->fields[end_snapshot ? f : (layout->n_fields - 1 - f)]; in snapshot_query_layout()
/third_party/python/Lib/test/
H A Dtest_structseq.py82 self.assertEqual(t.n_fields, time._STRUCT_TM_ITEMS)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h300 STRUCT_FOR_ID(n_fields)
H A Dpycore_runtime_init.h923 INIT_ID(n_fields), \

Completed in 12 milliseconds