Searched defs:num_names (Results 1 - 15 of 15) sorted by relevance

/external/freetype/src/sfnt/
H A Dttpost.c164 FT_UShort num_names; local
205 num_names = 0;
216 if ( idx > num_names )
217 num_names = (FT_UShort)idx;
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
230 for ( n = 0; n < num_names; n++ )
266 if ( n < num_names )
271 n, num_names - 1 ));
272 for ( ; n < num_names; n++ )
286 table->num_names
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_defines.c56 unsigned num_names,
59 if (value >= num_names)
55 util_dump_enum_continuous(unsigned value, unsigned num_names, const char **names) argument
/external/mesa3d/src/mesa/main/
H A Dremap.c92 GLint num_names = 0; local
102 names[num_names] = spec;
103 num_names++;
104 if (num_names >= MAX_ENTRY_POINTS)
108 if (!num_names)
111 names[num_names] = NULL;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttpost.c164 FT_UShort num_names; local
205 num_names = 0;
216 if ( idx > num_names )
217 num_names = (FT_UShort)idx;
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
230 for ( n = 0; n < num_names; n++ )
263 if ( n < num_names )
268 n, num_names - 1 ));
269 for ( ; n < num_names; n++ )
283 table->num_names
[all...]
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp60 size_t num_names,
67 for (size_t i = 0; i < num_names; i++)
337 size_t num_names = m_lookups.size(); local
338 if (num_names == 1)
343 for (size_t i = 0; i < num_names - 1; i++)
347 s->Printf ("'%s'}", m_lookups[num_names - 1].name.GetCString());
58 BreakpointResolverName(Breakpoint *bkpt, const char *names[], size_t num_names, uint32_t name_type_mask, bool skip_prologue) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c662 int *names, int num_names, int *strides, int *offsets,
668 if (num_names != 1)
661 dri2_from_names(__DRIscreen *screen, int width, int height, int format, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c481 int *names, int num_names,
489 if (screen == NULL || names == NULL || num_names != 1)
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c481 int *names, int num_names,
489 if (screen == NULL || names == NULL || num_names != 1)
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c481 int *names, int num_names,
489 if (screen == NULL || names == NULL || num_names != 1)
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp1912 const void *mem_ctx, unsigned num_names,
1915 for (unsigned i = 0; i < num_names; ++i) {
1911 parse_tfeedback_decls(struct gl_context *ctx, struct gl_shader_program *prog, const void *mem_ctx, unsigned num_names, char **varying_names, tfeedback_decl *decls) argument
/external/freetype/include/internal/
H A Dtttypes.h747 /* num_names :: The number of PS names stored in the table. */
756 FT_UShort num_names; member in struct:TT_Post_20Rec_
1117 /* num_names :: The number of name records within this */
1269 FT_UShort num_names; /* number of name records */ member in struct:TT_FaceRec_
/external/lldb/source/API/
H A DSBTarget.cpp1393 uint32_t num_names,
1402 if (target_sp && num_names > 0)
1410 num_names,
1419 for (uint32_t i = 0 ; i < num_names; i++)
1422 if (i < num_names - 1)
1392 BreakpointCreateByNames(const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h749 /* num_names :: The number of PS names stored in the table. */
758 FT_UShort num_names; member in struct:TT_Post_20Rec_
1119 /* num_names :: The number of name records within this */
1271 FT_UShort num_names; /* number of name records */ member in struct:TT_FaceRec_
/external/lldb/source/Target/
H A DTarget.cpp372 size_t num_names = func_names.size(); local
373 if (num_names > 0)
393 size_t num_names,
399 if (num_names > 0)
408 num_names,
390 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_names[], size_t num_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal) argument
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c615 static int set_to_cil_attr(struct policydb *pdb, int is_type, char ***names, uint32_t *num_names) argument
654 *num_names = 1;
756 static int ebitmap_to_names(char** vals_to_names, struct ebitmap map, char ***names, uint32_t *num_names) argument
797 *num_names = num;
851 static int typeset_to_names(struct policydb *pdb, struct type_set *ts, char ***names, uint32_t *num_names, char **generated_attribute) argument
855 rc = set_to_cil_attr(pdb, 1, names, num_names);
862 rc = ebitmap_to_names(pdb->p_type_val_to_name, ts->types, names, num_names);
874 static int roleset_to_names(struct policydb *pdb, struct role_set *rs, char ***names, uint32_t *num_names, char **generated_attribute) argument
878 rc = set_to_cil_attr(pdb, 0, names, num_names);
885 rc = ebitmap_to_names(pdb->p_role_val_to_name, rs->roles, names, num_names);
959 names_destroy(char ***names, uint32_t *num_names) argument
1011 name_list_to_string(char **names, int num_names, char **string) argument
1635 uint32_t num_names = 0; local
[all...]

Completed in 436 milliseconds