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

  /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...]
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 153 static struct dsc$descriptor FibDesc =
154 { sizeof (Fib), DSC$K_DTYPE_Z, DSC$K_CLASS_S, (char *) &Fib };
155 static struct dsc$descriptor_s DevDesc =
156 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, &Nam.nam$t_dvi[1] };
159 static struct dsc$descriptor_s FileName =
160 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, 0 };
161 static struct dsc$descriptor_s string
    [all...]
vmsjobs.c 48 vms_redirect (struct dsc$descriptor_s *desc, char *fname, char *ibuf)
65 desc->dsc$w_length = strlen(fname);
66 desc->dsc$a_pointer = fname;
67 desc->dsc$b_dtype = DSC$K_DTYPE_T;
68 desc->dsc$b_class = DSC$K_CLASS_S;
296 static struct dsc$descriptor_s cmddsc;
297 static struct dsc$descriptor_s pnamedsc;
298 static struct dsc$descriptor_s ifiledsc
    [all...]
arscan.c 50 VMS_get_member_info (struct dsc$descriptor_s *module, unsigned long *rfa)
57 static struct dsc$descriptor_s bufdesc =
58 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, NULL };
63 bufdesc.dsc$a_pointer = filename;
64 bufdesc.dsc$w_length = sizeof (filename);
67 &bufdesc.dsc$w_length, 0);
88 for (i = 0; i < module->dsc$w_length; i++)
89 filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]);
142 static struct dsc$descriptor_s libdesc
    [all...]
vmsify.c 35 /* Initialize a string descriptor (struct dsc$descriptor_s) for an
39 #define INIT_DSC_S(dsc, addr, len) do { \
40 (dsc).dsc$b_dtype = DSC$K_DTYPE_T; \
41 (dsc).dsc$b_class = DSC$K_CLASS_S; \
42 (dsc).dsc$w_length = (len);
    [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...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 48 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
49 if (DSC == DSC_normal)
50 DSC = DSC_type_specifier;
56 ParseSpecifierQualifierList(DS, AS, DSC);
    [all...]
ParseDeclCXX.cpp     [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...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 582 public static final short DSC = 3;
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 517 milliseconds