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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
modrm.s 3 mov %ds,%ss:(%eax)
4 mov %ds,%ss:(%ecx)
5 mov %ds,%ss:(%edx)
6 mov %ds,%ss:(%ebx)
7 mov %ds,%ss:0
8 mov %ds,%ss:(%esi)
9 mov %ds,%ss:(%edi)
10 mov %ds,%ss:0x12(%eax)
11 mov %ds,%ss:0x12(%ecx)
12 mov %ds,%ss:0x12(%edx
    [all...]
x86-64-inval-seg.s 3 movq %ds,(%rax)
4 movl %ds,(%rax)
5 movq (%rax),%ds
6 movl (%rax),%ds
modrm.l 160 3 0000 368C18 mov %ds,%ss:\(%eax\)
161 4 0003 368C19 mov %ds,%ss:\(%ecx\)
162 5 0006 368C1A mov %ds,%ss:\(%edx\)
163 6 0009 368C1B mov %ds,%ss:\(%ebx\)
164 7 000c 368C1D00 000000 mov %ds,%ss:0
165 8 0013 368C1E mov %ds,%ss:\(%esi\)
166 9 0016 368C1F mov %ds,%ss:\(%edi\)
167 10 0019 368C5812 mov %ds,%ss:0x12\(%eax\)
168 11 001d 368C5912 mov %ds,%ss:0x12\(%ecx\)
169 12 0021 368C5A12 mov %ds,%ss:0x12\(%edx\
    [all...]
x86-64-segment.s 4 movw %ds,(%rax)
5 mov %ds,(%rax)
6 movw (%rax),%ds
7 mov (%rax),%ds
9 movq %ds,%rax
10 movq %rax,%ds
segment.s 4 movw %ds,(%eax)
5 mov %ds,(%eax)
6 movw (%eax),%ds
7 mov (%eax),%ds
x86-64-inval-seg.l 11 3 [ ]* movq %ds,\(%rax\)
12 4 [ ]* movl %ds,\(%rax\)
13 5 [ ]* movq \(%rax\),%ds
14 6 [ ]* movl \(%rax\),%ds
inval-seg.s 3 movl %ds,(%eax)
4 movl (%eax),%ds
string-bad.s 6 movsb (%esi), %ds:(%edi)
7 stosb %ds:(%edi)
8 cmpsb %ds:(%edi), (%esi)
9 scasb %ds:(%edi)
10 insb (%dx), %ds:(%edi)
16 movs byte ptr ds:[edi], [esi]
18 stos byte ptr ds:[edi]
19 cmps byte ptr [esi], ds:[edi]
21 scas byte ptr ds:[edi]
22 ins byte ptr ds:[edi], d
    [all...]
segment.l 4 4 0000 8C18 movw %ds,\(%eax\)
5 5 0002 8C18 mov %ds,\(%eax\)
6 6 0004 8E18 movw \(%eax\),%ds
7 7 0006 8E18 mov \(%eax\),%ds
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 80 struct svga_depth_stencil_state *ds)
86 ds->id = util_bitmask_add(svga->ds_object_id_bm);
97 /* Note: we use the ds->stencil[0].enabled value for both the front
102 ds->id,
104 ds->zenable,
105 ds->zwriteenable,
106 ds->zfunc,
108 ds->stencil[0].enabled, /*f|b*/
109 ds->stencil[0].enabled, /*f*/
110 ds->stencil[0].enabled, /*b*
135 struct svga_depth_stencil_state *ds = CALLOC_STRUCT(svga_depth_stencil_state); local
235 struct svga_depth_stencil_state *ds = local
    [all...]
  /external/python/cpython3/Modules/
errnomodule.c 108 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
119 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
122 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
125 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
128 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
132 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
135 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
138 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
141 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
144 inscode(d, ds, de, "ENODATA", ENODATA, "No data available")
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
common.s 3 ds.l 1
5 ds.l 1
6 incom ds.l 1
8 ds.l 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tilegx/
tilegx.exp 32 { {objdump -ds reloc-le.d} }
39 { {objdump -ds reloc-be.d} }
  /tools/apksig/src/test/java/com/android/apksig/util/
DataSourceTestBase.java 50 DataSource ds = c.getDataSource(); local
51 assertEquals(10, ds.size());
58 DataSource ds = c.getDataSource(); local
59 assertSliceEquals("123", ds, 5, 3);
60 DataSource slice = ds.slice(3, 5);
64 assertSliceEquals("", ds, 0, 0);
65 assertSliceEquals("", ds, 1, 0);
66 assertSliceEquals("", ds, ds.size() - 2, 0);
67 assertSliceEquals("", ds, ds.size() - 1, 0)
96 DataSource ds = c.getDataSource(); local
132 DataSource ds = c.getDataSource(); local
170 DataSource ds = c.getDataSource(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
86 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
89 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
92 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
95 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
99 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
102 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
111 inscode(d, ds, de, "ENODATA", ENODATA, "No data available");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 77 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
85 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
88 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
91 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
94 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
98 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
101 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
104 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
107 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
110 inscode(d, ds, de, "ENODATA", ENODATA, "No data available");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
86 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
89 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
92 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
95 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
99 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
102 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
111 inscode(d, ds, de, "ENODATA", ENODATA, "No data available");
    [all...]
  /external/python/cpython2/Modules/
errnomodule.c 68 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
76 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
79 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
82 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
85 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
89 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
92 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
95 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
98 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
101 inscode(d, ds, de, "ENODATA", ENODATA, "No data available")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatterService.java 25 private PeriodFormatterDataService ds; field in class:BasicPeriodFormatterService
34 PeriodFormatterDataService ds = ResourceBasedPeriodFormatterDataService local
36 instance = new BasicPeriodFormatterService(ds);
45 * @param ds the data service to use
47 public BasicPeriodFormatterService(PeriodFormatterDataService ds) {
48 this.ds = ds;
58 return new BasicPeriodFormatterFactory(ds);
63 return new BasicPeriodBuilderFactory(ds);
68 return ds.getAvailableLocales()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatterService.java 23 private PeriodFormatterDataService ds; field in class:BasicPeriodFormatterService
32 PeriodFormatterDataService ds = ResourceBasedPeriodFormatterDataService local
34 instance = new BasicPeriodFormatterService(ds);
43 * @param ds the data service to use
45 public BasicPeriodFormatterService(PeriodFormatterDataService ds) {
46 this.ds = ds;
56 return new BasicPeriodFormatterFactory(ds);
61 return new BasicPeriodBuilderFactory(ds);
66 return ds.getAvailableLocales()
    [all...]
  /external/syslinux/gpxe/src/arch/i386/transitions/
libkir.S 46 * %ds : .data16 segment
52 pushw %ds
61 * and kir_sp. %ds, %es, %fs and %gs are all restored from the saved
74 movw %ds, %cs:ext_ds
76 popw %ds /* Set %ds = %cs for easier access to variables */
77 movw %es, %ds:ext_es
78 movw %fs, %ds:ext_fs
79 movw %gs, %ds:ext_fs
82 movw %ax, %ds:save_a
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 38 struct gen6_depth_stencil_state *ds; local
44 ds = brw_state_batch(brw, AUB_TRACE_DEPTH_STENCIL_STATE,
45 sizeof(*ds), 64,
47 memset(ds, 0, sizeof(*ds));
53 ds->ds0.stencil_enable = 1;
54 ds->ds0.stencil_func =
56 ds->ds0.stencil_fail_op =
58 ds->ds0.stencil_pass_depth_fail_op =
60 ds->ds0.stencil_pass_depth_pass_op
    [all...]
  /external/strace/tests/
ipc_msg.c 79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds.msg_rtime
    [all...]
  /external/strace/tests-m32/
ipc_msg.c 79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds.msg_rtime
    [all...]
  /external/strace/tests-mx32/
ipc_msg.c 79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds.msg_rtime
    [all...]

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>