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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/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
inval-seg.l 9 3 [ ]* movl %ds,\(%eax\)
10 4 [ ]* movl \(%eax\),%ds
x86-64-segment.l 4 4 0000 8C18 movw %ds,\(%rax\)
5 5 0002 8C18 mov %ds,\(%rax\)
6 6 0004 8E18 movw \(%rax\),%ds
7 7 0006 8E18 mov \(%rax\),%ds
9 9 0008 488CD8 movq %ds,%rax
10 10 000b 488ED8 movq %rax,%ds
  /libcore/luni/src/test/java/libcore/java/net/
DatagramSocketTest.java 27 DatagramSocket ds = new DatagramSocket(); local
29 assertTrue(ds.isBound());
30 assertTrue(ds.getBroadcast()); // The RI starts DatagramSocket in broadcast mode.
31 assertFalse(ds.isClosed());
32 assertFalse(ds.isConnected());
33 assertTrue(ds.getLocalPort() > 0);
34 assertTrue(ds.getLocalAddress().isAnyLocalAddress());
35 InetSocketAddress socketAddress = (InetSocketAddress) ds.getLocalSocketAddress();
36 assertEquals(ds.getLocalPort(), socketAddress.getPort());
37 assertEquals(ds.getLocalAddress(), socketAddress.getAddress())
49 DatagramSocket ds = new DatagramSocket(); local
    [all...]
  /external/strace/tests/
ipc_msg.c 37 struct msqid_ds ds; local
44 if (msgctl(id, IPC_STAT, &ds))
50 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
51 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
52 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
53 (unsigned) ds.msg_stime, (unsigned) ds.msg_rtime
    [all...]
ipc_shm.c 37 struct shmid_ds ds; local
44 if (shmctl(id, IPC_STAT, &ds))
50 id, (unsigned) ds.shm_perm.uid, (unsigned) ds.shm_perm.gid,
51 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
52 (unsigned) ds.shm_perm.cuid, (unsigned) ds.shm_perm.cgid,
53 (unsigned) ds.shm_segsz, (unsigned) ds.shm_cpid
    [all...]
  /frameworks/base/core/java/android/text/style/
ClickableSpan.java 39 public void updateDrawState(TextPaint ds) {
40 ds.setColor(ds.linkColor);
41 ds.setUnderlineText(true);
  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-tilegx/
tilegx.exp 32 { {objdump -ds reloc-le.d} }
39 { {objdump -ds reloc-be.d} }
  /external/icu/android_icu4j/src/main/java/android/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;
54 return new BasicPeriodFormatterFactory(ds);
58 return new BasicPeriodBuilderFactory(ds);
62 return ds.getAvailableLocales()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatterService.java 21 private PeriodFormatterDataService ds; field in class:BasicPeriodFormatterService
30 PeriodFormatterDataService ds = ResourceBasedPeriodFormatterDataService local
32 instance = new BasicPeriodFormatterService(ds);
41 * @param ds the data service to use
43 public BasicPeriodFormatterService(PeriodFormatterDataService ds) {
44 this.ds = ds;
52 return new BasicPeriodFormatterFactory(ds);
56 return new BasicPeriodBuilderFactory(ds);
60 return ds.getAvailableLocales()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 36 struct gen6_depth_stencil_state *ds; local
42 ds = brw_state_batch(brw, AUB_TRACE_DEPTH_STENCIL_STATE,
43 sizeof(*ds), 64,
45 memset(ds, 0, sizeof(*ds));
51 ds->ds0.stencil_enable = 1;
52 ds->ds0.stencil_func =
54 ds->ds0.stencil_fail_op =
56 ds->ds0.stencil_pass_depth_fail_op =
58 ds->ds0.stencil_pass_depth_pass_op
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tilepro/
tilepro.exp 32 { {objdump -ds reloc.d} }
  /external/icu/icu4c/source/common/
ucol_swp.cpp 34 utrie_swap(const UDataSwapper *ds,
45 if(ds==NULL || inData==NULL || (length>=0 && outData==NULL)) {
57 trie.signature=ds->readUInt32(inTrie->signature);
58 trie.options=ds->readUInt32(inTrie->options);
59 trie.indexLength=udata_readInt32(ds, inTrie->indexLength);
60 trie.dataLength=udata_readInt32(ds, inTrie->dataLength);
89 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
93 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
storage_manager.c 50 static struct data_storage_t ds; variable in typeref:struct:data_storage_t
56 memset(&ds, 0, sizeof(ds));
57 ds.total_size = sizeof(struct data_header_t);
75 for (kk=0; kk<ds.num; ++kk) {
76 if (key == ds.hd[kk].key) {
81 if (ds.num >= NUM_STORAGE_BOXES) {
85 ds.hd[ds.num].key = key;
86 ds.hd[ds.num].size = size
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
storage_manager.c 50 static struct data_storage_t ds; variable in typeref:struct:data_storage_t
56 memset(&ds, 0, sizeof(ds));
57 ds.total_size = sizeof(struct data_header_t);
75 for (kk=0; kk<ds.num; ++kk) {
76 if (key == ds.hd[kk].key) {
81 if (ds.num >= NUM_STORAGE_BOXES) {
85 ds.hd[ds.num].key = key;
86 ds.hd[ds.num].size = size
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/dynamic/
DynamicParameterTest.java 20 DSimple ds = new DSimple(); local
21 new JCommander(ds).parse("-D", "a:b", "-D", "c=d");
25 DSimple ds = new DSimple(); local
26 new JCommander(ds).parse(parameters);
27 Assert.assertEquals(ds.params, Maps.newHashMap("a", "b", "c", "d"));
39 DSimple ds = new DSimple(); local
40 new JCommander(ds).usage(new StringBuilder());
44 DSimple ds = new DSimple(); local
45 new JCommander(ds).parse("-D", "a=b", "-A", "c@d");
46 Assert.assertEquals(ds.params, Maps.newHashMap("a", "b"))
    [all...]

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>