HomeSort by: relevance | last modified time | path
    Searched defs:dimensions (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 4502 u32 dimensions[3]; member in struct:bonaire_mqd
9146 * DisplayMode should contain the source and destination dimensions,
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1063 int num_dims; /* # dimensions */
1069 symint_t dimensions [N_TQ]; /* dimensions for each array */
1079 0, /* # dimensions */
1092 { /* dimensions */
1998 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
1999 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
2001 : (t->sizes[i] * 8) / t->dimensions[i]);
2537 /* Handle a .dim directive, used to give dimensions for an array. The
2539 there will not be more than 6 dimensions, and gdb won't read an
1067 symint_t dimensions [N_TQ]; \/* dimensions for each array *\/ member in struct:type_info
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1063 int num_dims; /* # dimensions */
1069 symint_t dimensions [N_TQ]; /* dimensions for each array */
1079 0, /* # dimensions */
1092 { /* dimensions */
1998 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
1999 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
2001 : (t->sizes[i] * 8) / t->dimensions[i]);
2537 /* Handle a .dim directive, used to give dimensions for an array. The
2539 there will not be more than 6 dimensions, and gdb won't read an
1067 symint_t dimensions [N_TQ]; \/* dimensions for each array *\/ member in struct:type_info
    [all...]

Completed in 56 milliseconds