Searched refs:num_names (Results 1 - 25 of 44) sorted by path

12

/external/chromium_org/base/win/
H A Dpe_image.cc268 UINT num_names = exports->NumberOfNames; local
283 for (hint = 0; hint < num_names; hint++) {
/external/chromium_org/sandbox/win/src/
H A Dinterception_unittest.cc27 // num_names (out): count of named interceptor functions.
29 int* num_names) {
32 ASSERT_TRUE(NULL != num_names);
33 *num_dlls = *num_functions = *num_names = 0;
61 (*num_names)++;
153 int num_dlls, num_functions, num_names; local
155 &num_names);
162 EXPECT_EQ(4, num_names);
203 int num_dlls, num_functions, num_names; local
205 &num_names);
28 WalkBuffer(void* buffer, size_t size, int* num_dlls, int* num_functions, int* num_names) argument
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h680 /* num_names :: The number of PS names stored in the table. */
689 FT_UShort num_names; member in struct:TT_Post_20Rec_
1036 /* num_names :: The number of name records within this */
1195 FT_UShort num_names; /* number of name records */ member in struct:TT_FaceRec_
/external/chromium_org/third_party/freetype/src/base/
H A Dftsnames.c36 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0;
55 if ( idx < (FT_UInt)ttface->num_names )
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfdriver.c236 for ( n = 0; n < face->num_names; n++ )
H A Dsfobjs.c166 for ( n = 0; n < face->num_names; n++, rec++ )
H A Dttload.c792 /* (it should be at least "6 + 12*num_names"). However, the string */
850 /* everything went well, update face->num_names */
851 face->num_names = (FT_UShort) table->numNameRecords;
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/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h1043 int *names, int num_names,
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/freetype/src/base/
H A Dftsnames.c36 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0;
55 if ( idx < (FT_UInt)ttface->num_names )
/external/freetype/src/sfnt/
H A Dsfdriver.c236 for ( n = 0; n < face->num_names; n++ )
H A Dsfobjs.c167 for ( n = 0; n < face->num_names; n++, rec++ )
H A Dttload.c789 /* (it should be at least "6 + 12*num_names"). However, the string */
847 /* everything went well, update face->num_names */
848 face->num_names = (FT_UShort) table->numNameRecords;
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/include/lldb/API/
H A DSBTarget.h662 uint32_t num_names,
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h43 size_t num_names,
/external/lldb/include/lldb/Target/
H A DTarget.h555 size_t num_names,

Completed in 696 milliseconds

12