Home
last modified time | relevance | path

Searched defs:num_fields (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h87 int src_stride, int num_fields, in u_copy_nv12_to_yv12()
113 int src_stride, int num_fields, in u_copy_yv12_to_nv12()
173 int src_stride, int num_fields, in u_copy_swap422_packed()
/external/clang/test/CodeGen/
D2008-08-07-GEPIntToPtr.c5 char num_fields; member
/external/iproute2/misc/
Dlnstat.h33 unsigned int num_fields; /* number of fields */ member
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py211 def __init__(self, version, num_fields, num_bytes): argument
/external/mesa3d/src/compiler/
Dglsl_types.cpp106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type()
134 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type()
977 unsigned num_fields, in get_record_instance()
1011 unsigned num_fields, in get_interface_instance()
Dnir_types.cpp325 unsigned num_fields, const char *name) in glsl_struct_type()
/external/compiler-rt/lib/asan/
Dasan_stats.cc61 uptr num_fields = sizeof(*this) / sizeof(uptr); in MergeFrom() local
/external/e2fsprogs/lib/ext2fs/
Dext2_io.h67 int num_fields; member
/external/v8/src/crankshaft/
Dhydrogen-load-elimination.cc410 void EnsureFields(int num_fields) { in EnsureFields()
/external/kernel-headers/original/uapi/linux/
Dhiddev.h69 __u32 num_fields; member
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp312 unsigned num_fields; member in __anon8161041c0111::per_vertex_accumulator
Dlinker.cpp1523 unsigned num_fields = type->length; in resize_interface_members() local
1555 unsigned num_fields = ifc_type->length; in fixup_unnamed_interface_type() local
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c499 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_set() local
591 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get() local
1440 int i, num_fields = ARRAY_SIZE(network_fields); in wpa_cli_complete_network() local
1491 int i, num_fields = ARRAY_SIZE(network_fields); in wpa_cli_complete_dup_network() local
1657 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get_capability() local
2368 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_p2p_set() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp653 auto num_fields = struct_def in GenMiniReflect() local
837 auto num_fields = NumToString(enum_def.vals.vec.size()); in GenEnum() local
Didl_gen_general.cpp1174 int num_fields = 0; in GenStruct() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c403 unsigned num_fields; member
774 unsigned num_fields = count - 2; in vtn_handle_type() local
Dvtn_variables.c416 unsigned num_fields = glsl_get_length(type->type); in vtn_type_block_size() local
/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c1064 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_set() local
1109 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_get() local
/external/python/cpython2/Modules/
D_csv.c140 int num_fields; /* number of fields in record */ member
/external/python/cpython3/Modules/
D_csv.c120 int num_fields; /* number of fields in record */ member
/external/python/cpython2/Python/
DPython-ast.c506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) in make_type()
526 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes()
/external/python/cpython3/Python/
DPython-ast.c658 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) in make_type()
678 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes()
/external/v8/src/
Dbootstrapper.cc2240 static const int num_fields = JSRegExp::kInObjectFieldCount; in InitializeGlobal() local