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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_audio.c 102 uint32_t *format_index)
130 if (found && format_index != NULL)
131 *format_index = max_channe_index;
416 uint32_t format_index; local
500 for (format_index = 0; format_index < AUDIO_FORMAT_CODE_COUNT;
501 format_index++) {
503 (AUDIO_FORMAT_CODE_FIRST + format_index);
570 AZALIA_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR0 + format_index,
  /src/external/gpl2/groff/dist/src/preproc/tbl/
main.cpp 1200 int format_index = 0; local
1243 if (format_index >= f->nrows)
1244 format_index = f->nrows - 1;
1246 while (format_index < f->nrows - 1) {
1249 entry_format *e = f->entry[format_index] + cnt;
1261 f->entry[format_index] + cnt, current_filename,
1263 tbl->add_vlines(current_row, f->vline[format_index]);
1264 format_index++;
1267 entry_format *line_format = f->entry[format_index];
1426 tbl->add_vlines(current_row, f->vline[format_index]);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.c 1154 int format_index = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE ? 1 : 0;
1155 return format[format_index]->name;
1152 int format_index = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE ? 1 : 0; local
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.c 1154 int format_index = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE ? 1 : 0;
1155 return format[format_index]->name;
1152 int format_index = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE ? 1 : 0; local

Completed in 75 milliseconds