Searched refs:DS (Results 1 - 25 of 172) sorted by last modified time

1234567

/external/zlib/src/as400/
H A Dzlib.inc92 D z_stream DS align based(z_streamp)
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c96 GENOFFSET(X86,x86,DS);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c372 SC2(ds,DS);
/external/valgrind/main/memcheck/
H A Dmc_machine.c777 if (o == GOF(DS) && sz == 2) return -1;
/external/tcpdump/
H A Dconfig.guess1246 DS/*:UNIX_System_V:*:*)
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C)
35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S)
33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C)
34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S)
36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S)
37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
38 # define _STLP_STRCAT(D, DS, S) strcat(D, S)
H A Dc_wlocale_win32.c17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
/external/strace/
H A Dprocess.c1293 XLAT(4*DS),
/external/stressapptest/
H A Dconfig.guess1263 DS/*:UNIX_System_V:*:*)
/external/srtp/
H A Dconfig.guess1206 DS/*:UNIX_System_V:*:*)
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp23 #define DS(x) SkDoubleToScalar(x) macro
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.
[all...]
/external/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp3 #define DS(x) SkDoubleToScalar(x) macro
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.
[all...]
/external/smack/src/org/xbill/DNS/
H A DDSRecord.java9 * DS - contains a Delegation Signer record, which acts as a
51 * Creates a DS Record from the given data
61 super(name, Type.DS, dclass, ttl);
69 * Creates a DS Record from the given data
H A DType.java139 public static final int DS = 43; field in class:Type
268 types.add(DS, "DS", new DSRecord());
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentCatalogActionsDictionary_autogen.cpp35 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DS(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentCatalogActionsDictionary
36 SkPdfNativeObject* ret = get("DS", "");
44 return get("DS", "") != NULL;
H A DSkPdfDocumentCatalogActionsDictionary_autogen.h525 SkPdfDictionary* DS(SkPdfNativeDoc* doc);
/external/qemu/disas/
H A Dppc.c312 /* This operand is for the DS field in a DS form instruction. */
566 /* The DES field in a DES form instruction. This is like DS, but is 14
577 /* The DS field in a DS form instruction. This is like D, but the
579 #undef DS
580 #define DS DQ + 1
585 #define E DS + 1
688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
734 /* The RS field in a D, DS,
575 #undef DS macro
576 #define DS macro
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dconfig.guess1238 DS/*:UNIX_System_V:*:*)
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3742 Bit16u ds; // previous DS:, DS set to 0x0000 by asm wrapper
3816 int15_function(regs, ES, DS, FLAGS)
3818 Bit16u ES, DS, FLAGS;
4011 ;; GDT points to valid descriptor table, now load SS, DS, ES local
4022 movsw ;; move CX words from DS:SI to ES:DI
4024 ;; make sure DS and ES limits are 64KB
4128 int15_function_mouse(regs, ES, DS, FLAGS)
4130 Bit16u ES, DS, FLAGS;
4471 int15_function32(regs, ES, DS, FLAG
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h64 #undef DS macro
H A Dconfig.guess1081 DS/*:UNIX_System_V:*:*)
/external/qemu-pc-bios/vgabios/
H A Dclext.c1635 static void cirrus_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
1636 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;

Completed in 432 milliseconds

1234567