HomeSort by relevance Sort by last modified time
    Searched refs:DSC (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 24 NOTE: DSC file is synonomous with section file. A DSC file is simply a file
41 DSC_FILE *DSC
47 DSC_FILE *DSC,
53 // Constructor for a DSC file
57 DSC_FILE *DSC
60 memset ((char *) DSC, 0, sizeof (DSC_FILE));
61 DSC->SavedPositionIndex = -1;
65 // Destructor for a DSC file
69 DSC_FILE *DSC
    [all...]
DscFile.h 71 DSC_FILE *DSC,
76 DSC_FILE *DSC,
81 DSC_FILE *DSC
85 DSC_FILE *DSC
89 DSC_FILE *DSC,
95 DSC_FILE *DSC
99 DSC_FILE *DSC
FWVolume.h 60 DSC_FILE *DSC,
66 DSC_FILE *DSC,
FWVolume.c 563 DSC_FILE *DSC,
570 After processing all components in a DSC file, create the firmware
581 DSC - pointer to a DSC_FILE object to extract info from
718 Section = DSCFileFindSection (DSC, Str);
721 while (DSCFileGetLine (DSC, Line, sizeof (Line)) != NULL) {
733 Section = DSCFileFindSection (DSC, Str);
736 while (DSCFileGetLine (DSC, Line, sizeof (Line)) != NULL) {
890 // component line in the DSC file.
964 DSCFileSavePosition (DSC);
969 Section = DSCFileFindSection (DSC, Str);
    [all...]
  /external/curl/packages/vms/
report_openssl_version.c 39 const struct dsc$descriptor_s * symbol,
40 const struct dsc$descriptor_s * value,
79 struct dsc$descriptor_s symbol_dsc;
80 struct dsc$descriptor_s value_dsc;
83 symbol_dsc.dsc$a_pointer = argv[2];
84 symbol_dsc.dsc$w_length = strlen(argv[2]);
85 symbol_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
86 symbol_dsc.dsc$b_class = DSC$K_CLASS_S
    [all...]
curl_crtl_init.c 70 const struct dsc$descriptor_s * table_dsc,
71 struct dsc$descriptor_s * name_dsc,
76 const struct dsc$descriptor_s * table_dsc,
77 const struct dsc$descriptor_s * name_dsc,
90 struct dsc$descriptor_s name_dsc;
103 name_dsc.dsc$w_length = strlen(logname);
104 name_dsc.dsc$a_pointer = (char *)logname;
105 name_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
106 name_dsc.dsc$b_class = DSC$K_CLASS_S
    [all...]
  /external/ImageMagick/MagickCore/
vms.c 138 directory->pat.dsc$a_pointer=directory->pattern;
139 directory->pat.dsc$w_length=strlen(directory->pattern);
140 directory->pat.dsc$b_dtype=DSC$K_DTYPE_T;
141 directory->pat.dsc$b_class=DSC$K_CLASS_S;
184 struct dsc$descriptor_s
190 result.dsc$a_pointer=buffer;
191 result.dsc$w_length=sizeof(buffer)-2;
192 result.dsc$b_dtype=DSC$K_DTYPE_T
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 47 struct dsc$descriptor_fib
136 struct dsc$descriptor_fib fibdsc = {sizeof (fib), (void *) &fib};
144 struct dsc$descriptor_s filedsc
145 = {NAM$C_MAXRSS, DSC$K_DTYPE_T, DSC$K_CLASS_S, (void *) file.string};
147 struct dsc$descriptor_s devicedsc
148 = {NAM$C_MAXRSS, DSC$K_DTYPE_T, DSC$K_CLASS_S, (void *) device.string};
150 struct dsc$descriptor_s resultdsc
151 = {NAM$C_MAXRSS, DSC$K_DTYPE_VT, DSC$K_CLASS_VS, (void *) result.string}
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
Makefile 20 EDK2_DSC = ArmPlatformPkg/ArmJunoPkg/ArmJuno.dsc
24 $(error The Makefile macro 'EDK2_DSC' must be defined with an EDK2 DSC file.)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile 22 $(error The Makfile macro 'EDK2_DSC' must be defined with an EDK2 DSC file.)
24 ifeq ("$(EDK2_DSC)","ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc")
  /external/clang/lib/Parse/
ParseDecl.cpp 49 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
50 if (DSC == DSC_normal)
51 DSC = DSC_type_specifier;
57 ParseSpecifierQualifierList(DS, AS, DSC);
    [all...]
ParseDeclCXX.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 246 #define DSC BIT4 ///< Disk Seek Complete
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 582 public static final short DSC = 3;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 585 public static final short DSC = 3;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 582 public static final short DSC = 3;
    [all...]

Completed in 606 milliseconds

1 2