/external/mesa3d/src/mesa/main/ |
H A D | remap.c | 92 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/freetype/src/sfnt/ |
H A D | ttpost.c | 164 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...] |
H A D | sfdriver.c | 236 for ( n = 0; n < face->num_names; n++ )
|
/external/pdfium/third_party/freetype/src/sfnt/ |
H A D | ttpost.c | 164 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...] |
H A D | sfdriver.c | 236 for ( n = 0; n < face->num_names; n++ )
|
H A D | ttload.c | 795 /* (it should be at least "6 + 12*num_names"). However, the string */ 853 /* everything went well, update face->num_names */ 854 face->num_names = (FT_UShort) table->numNameRecords;
|
/external/freetype/src/base/ |
H A D | ftsnames.c | 36 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0; 55 if ( idx < (FT_UInt)ttface->num_names )
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_defines.c | 56 unsigned num_names, 59 if (value >= num_names) 55 util_dump_enum_continuous(unsigned value, unsigned num_names, const char **names) argument
|
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftsnames.c | 36 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0; 55 if ( idx < (FT_UInt)ttface->num_names )
|
/external/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 60 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/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverName.h | 43 size_t num_names,
|
/external/selinux/libsepol/src/ |
H A D | module_to_cil.c | 615 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...] |
/external/freetype/include/internal/ |
H A D | tttypes.h | 747 /* 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/pdfium/third_party/freetype/include/internal/ |
H A D | tttypes.h | 749 /* 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/mesa3d/src/gallium/state_trackers/dri/drm/ |
H A D | dri2.c | 662 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/lldb/source/API/ |
H A D | SBTarget.cpp | 1393 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/lldb/include/lldb/API/ |
H A D | SBTarget.h | 662 uint32_t num_names,
|
/external/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1043 int *names, int num_names,
|
/external/lldb/scripts/Python/interface/ |
H A D | SBTarget.i | 655 uint32_t num_names,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_screen.c | 481 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 D | intel_screen.c | 481 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 D | intel_screen.c | 481 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/lldb/source/Target/ |
H A D | Target.cpp | 372 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/lldb/include/lldb/Target/ |
H A D | Target.h | 555 size_t num_names,
|
/external/mesa3d/src/glsl/ |
H A D | linker.cpp | 1912 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
|