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

  /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/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 311 struct dsc$descriptor_s opc_dsc;
332 struct dsc$descriptor_s buf_dsc;
348 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
349 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
350 buf_dsc.dsc$a_pointer = buf;
351 buf_dsc.dsc$w_length = sizeof(buf) - 1;
362 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T
    [all...]
  /external/openssl/crypto/bio/
bss_log.c 311 struct dsc$descriptor_s opc_dsc;
332 struct dsc$descriptor_s buf_dsc;
348 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
349 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
350 buf_dsc.dsc$a_pointer = buf;
351 buf_dsc.dsc$w_length = sizeof(buf) - 1;
362 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 46 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
47 if (DSC == DSC_normal)
48 DSC = DSC_type_specifier;
54 ParseSpecifierQualifierList(DS, AS, DSC);
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [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 582 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/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 582 public static final short DSC = 3;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 582 public static final short DSC = 3;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 865 milliseconds