| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| gettext-3-prg.c | 38 const char *selection; member in struct:data_t 77 printf ("%s - %s\n", strings[j].selection,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_dpp_cm.c | 101 uint16_t selection = 0; local 111 selection = 1; 114 selection = 2; 117 selection = 3; 161 CM_GAMUT_REMAP_MODE, selection);
|
| /src/external/bsd/zstd/dist/lib/dictBuilder/ |
| fastcover.c | 485 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); local 498 selection = COVER_selectDict(dict + tail, dictBufferCapacity, dictBufferCapacity - tail, 502 if (COVER_dictSelectionIsError(selection)) { 509 COVER_best_finish(data->best, parameters, selection); 512 COVER_dictSelectionFree(selection);
|
| cover.c | 914 COVER_dictSelection_t selection) 916 void* dict = selection.dictContent; 917 size_t compressedSize = selection.totalCompressedSize; 918 size_t dictSize = selection.dictSize; 971 unsigned COVER_dictSelectionIsError(COVER_dictSelection_t selection) { 972 return (ZSTD_isError(selection.totalCompressedSize) || !selection.dictContent); 975 void COVER_dictSelectionFree(COVER_dictSelection_t selection){ 976 free(selection.dictContent); 1092 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)) local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| timing_generator.h | 120 enum crc_selection selection; member in struct:crc_params
|
| /src/usr.bin/config/ |
| gram.y | 235 * A complete configuration consists of both the selection part (a 713 * The selection grammar. 716 /* Complete selection part: all std.* files plus selected config. */ 725 | selections selection '\n' { wrap_continue(); } 730 selection: label
|
| /src/usr.sbin/sysinst/ |
| disks.c | 2371 if (sel->selection[i].parts == test) 2387 if (sel->selection[i].parts == test && 2388 sel->selection[i].id == test_id) 2473 newsels = realloc(res->selection, 2474 sizeof(*res->selection)*(res->num_sel+1)); 2476 res->selection = newsels; 2495 struct selected_partitions *selection; member in struct:part_selection_and_all_parts 2507 sel->selection->with_data = !sel->selection->with_data; 2516 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt) [all...] |
| defs.h | 712 struct selected_partition *selection; member in struct:selected_partitions
|