Home
last modified time | relevance | path

Searched refs:num_names (Results 1 – 25 of 28) sorted by relevance

12

/external/freetype/src/tools/
Dapinames.c59 static int num_names; variable
83 for ( nn = 0; nn < num_names; nn++ ) in names_add()
94 if ( num_names >= max_names ) in names_add()
102 nm = &the_names[num_names++]; in names_add()
128 qsort( the_names, (size_t)num_names, in names_sort()
150 for ( nn = 0; nn < num_names; nn++ ) in names_dump()
162 for ( nn = 0; nn < num_names; nn++ ) in names_dump()
196 for ( nn = 0; nn < num_names; nn++ ) in names_dump()
207 for ( nn = 0; nn < num_names - 1; nn++ ) in names_dump()
209 fprintf( out, " %s\n", the_names[num_names - 1].name ); in names_dump()
[all …]
/external/mesa3d/src/mesa/main/
Dremap.c72 int num_names = 0; in map_function_spec() local
82 names[num_names] = spec; in map_function_spec()
83 num_names++; in map_function_spec()
84 if (num_names >= MAX_ENTRY_POINTS) in map_function_spec()
88 if (!num_names) in map_function_spec()
91 names[num_names] = NULL; in map_function_spec()
/external/freetype/src/sfnt/
Dttpost.c167 FT_UShort num_names; in load_format_20() local
208 num_names = 0; in load_format_20()
219 if ( idx > num_names ) in load_format_20()
220 num_names = (FT_UShort)idx; in load_format_20()
230 if ( FT_NEW_ARRAY( name_strings, num_names ) ) in load_format_20()
233 for ( n = 0; n < num_names; n++ ) in load_format_20()
269 if ( n < num_names ) in load_format_20()
274 n, num_names - 1 )); in load_format_20()
275 for ( ; n < num_names; n++ ) in load_format_20()
289 table->num_names = (FT_UShort)num_names; in load_format_20()
[all …]
Dsfdriver.c617 for ( n = 0; n < face->num_names; n++ ) in sfnt_get_name_id()
Dttload.c1004 face->num_names = (FT_UShort)table->numNameRecords; in tt_face_load_name()
Dsfobjs.c156 for ( n = 0; n < face->num_names; n++, rec++ ) in tt_face_get_name()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c57 unsigned num_names, in util_dump_enum_continuous() argument
60 if (value >= num_names) in util_dump_enum_continuous()
94 util_dump_flags_continuous(FILE *stream, unsigned value, unsigned num_names, in util_dump_flags_continuous() argument
102 if (i >= (int)num_names || !names[i]) in util_dump_flags_continuous()
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc69 int num_names = 0; in CountNamesInMethodConfig() local
75 ++num_names; in CountNamesInMethodConfig()
79 return num_names; in CountNamesInMethodConfig()
/external/selinux/libsepol/src/
Dmodule_to_cil.c948 …truct policydb *pdb, int is_type, void *set, struct list *attr_list, char ***names, int *num_names) in set_to_names() argument
954 *num_names = 0; in set_to_names()
979 *num_names = 1; in set_to_names()
985 …atic int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, int *num_names) in ebitmap_to_names() argument
1005 *num_names = 0; in ebitmap_to_names()
1023 *num_names = num; in ebitmap_to_names()
1029 …t(struct policydb *pdb, struct role_set *rs, struct list *attr_list, char ***names, int *num_names) in process_roleset() argument
1034 *num_names = 0; in process_roleset()
1037 rc = set_to_names(pdb, 0, &rs->roles, attr_list, names, num_names); in process_roleset()
1042 rc = ebitmap_to_names(&rs->roles, pdb->p_role_val_to_name, names, num_names); in process_roleset()
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverName.cpp48 const BreakpointSP &bkpt, const char *names[], size_t num_names, in BreakpointResolverName() argument
54 for (size_t i = 0; i < num_names; i++) { in BreakpointResolverName()
407 size_t num_names = m_lookups.size(); in GetDescription() local
408 if (num_names == 1) in GetDescription()
412 for (size_t i = 0; i < num_names; i++) { in GetDescription()
DBreakpointResolverFileRegex.cpp57 size_t num_names = names_array->GetSize(); in CreateFromStructuredData() local
58 for (size_t i = 0; i < num_names; i++) { in CreateFromStructuredData()
DBreakpoint.cpp211 size_t num_names = names_array->GetSize(); in CreateFromStructuredData() local
212 for (size_t i = 0; i < num_names; i++) { in CreateFromStructuredData()
243 size_t num_names = names_array->GetSize(); in SerializedBreakpointMatchesNames() local
245 for (size_t i = 0; i < num_names; i++) { in SerializedBreakpointMatchesNames()
/external/freetype/src/base/
Dftsnames.c37 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0; in FT_Get_Sfnt_Name_Count()
56 if ( idx < (FT_UInt)ttface->num_names ) in FT_Get_Sfnt_Name()
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i599 %typemap(in) (const char **symbol_name, uint32_t num_names) {
629 uint32_t num_names,
636 uint32_t num_names,
644 uint32_t num_names,
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h587 const char *symbol_name[], uint32_t num_names,
594 const char *symbol_name[], uint32_t num_names,
601 const char *symbol_name[], uint32_t num_names,
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py130 num_names = name_list.GetSize()
131 self.assertEquals(num_names, 1, "Name list has %d items, expected 1."%(num_names))
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolverName.h34 size_t num_names,
/external/freetype/include/freetype/internal/
Dtttypes.h804 FT_UShort num_names; member
1480 FT_UShort num_names; /* number of name records */ member
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py748 def __init__(self, hashfn, num_names): argument
752 self.num_names = num_names
887 for hash_val in range(0, self.num_names):
962 def __init__(self, hashfn, num_names): argument
966 self.num_names = num_names
1012 for hash_val in range(0, self.num_names):
/external/llvm-project/lldb/source/API/
DSBTarget.cpp876 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
882 symbol_names, num_names, name_type_mask, module_list, comp_unit_list); in BreakpointCreateByNames()
885 symbol_names, num_names, name_type_mask, eLanguageTypeUnknown, in BreakpointCreateByNames()
890 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
897 symbol_names, num_names, name_type_mask, symbol_language, in BreakpointCreateByNames()
901 symbol_names, num_names, name_type_mask, eLanguageTypeUnknown, 0, in BreakpointCreateByNames()
906 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
913 symbol_names, num_names, name_type_mask, symbol_language, in BreakpointCreateByNames()
918 if (target_sp && num_names > 0) { in BreakpointCreateByNames()
925 module_list.get(), comp_unit_list.get(), symbol_names, num_names, mask, in BreakpointCreateByNames()
[all …]
/external/llvm-project/lldb/source/Target/
DTarget.cpp452 size_t num_names = func_names.size(); in CreateBreakpoint() local
453 if (num_names > 0) { in CreateBreakpoint()
473 const char *func_names[], size_t num_names, in CreateBreakpoint() argument
478 if (num_names > 0) { in CreateBreakpoint()
492 nullptr, func_names, num_names, func_name_type_mask, language, offset, in CreateBreakpoint()
1102 size_t num_names = names.size(); in CreateBreakpointsFromFile() local
1116 if (num_names && in CreateBreakpointsFromFile()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c549 int *names, int num_names, in intel_create_image_from_names() argument
557 if (screen == NULL || names == NULL || num_names != 1) in intel_create_image_from_names()
/external/mesa3d/include/GL/internal/
Ddri_interface.h1547 int *names, int num_names,
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c1363 int *names, int num_names, int *strides, int *offsets, in dri2_from_names() argument
1373 if (num_names != 1) in dri2_from_names()
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp2195 size_t num_names = names_array->GetSize(); in HandleOptionArgumentCompletion() local
2197 for (size_t i = 0; i < num_names; i++) { in HandleOptionArgumentCompletion()

12