Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 25 of 165) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
86 inscode(d, ds, de, "ENODEV", ENODEV, "No such device"); in initerrno()
89 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available"); in initerrno()
92 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in initerrno()
95 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host"); in initerrno()
99 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type"); in initerrno()
102 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning"); in initerrno()
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized"); in initerrno()
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in initerrno()
111 inscode(d, ds, de, "ENODATA", ENODATA, "No data available"); in initerrno()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
86 inscode(d, ds, de, "ENODEV", ENODEV, "No such device"); in initerrno()
89 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available"); in initerrno()
92 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in initerrno()
95 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host"); in initerrno()
99 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type"); in initerrno()
102 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning"); in initerrno()
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized"); in initerrno()
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in initerrno()
111 inscode(d, ds, de, "ENODATA", ENODATA, "No data available"); in initerrno()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c77 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
85 inscode(d, ds, de, "ENODEV", ENODEV, "No such device"); in initerrno()
88 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available"); in initerrno()
91 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in initerrno()
94 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host"); in initerrno()
98 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type"); in initerrno()
101 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning"); in initerrno()
104 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized"); in initerrno()
107 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in initerrno()
110 inscode(d, ds, de, "ENODATA", ENODATA, "No data available"); in initerrno()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMem.c111 movq mm0, QWORD PTR ds:[esi] in EfiCommonLibCopyMem()
112 movq QWORD PTR ds:[edi], mm0 in EfiCommonLibCopyMem()
113 movq mm0, QWORD PTR ds:[esi+8] in EfiCommonLibCopyMem()
114 movq QWORD PTR ds:[edi+8], mm0 in EfiCommonLibCopyMem()
115 movq mm0, QWORD PTR ds:[esi+16] in EfiCommonLibCopyMem()
116 movq QWORD PTR ds:[edi+16], mm0 in EfiCommonLibCopyMem()
117 movq mm0, QWORD PTR ds:[esi+24] in EfiCommonLibCopyMem()
118 movq QWORD PTR ds:[edi+24], mm0 in EfiCommonLibCopyMem()
119 movq mm0, QWORD PTR ds:[esi+32] in EfiCommonLibCopyMem()
120 movq QWORD PTR ds:[edi+32], mm0 in EfiCommonLibCopyMem()
[all …]
DEfiCopyMem.S123 movq %ds:(%esi), %mm0
124 movq %mm0, %ds:(%edi)
125 movq %ds:8(%esi), %mm0
126 movq %mm0, %ds:8(%edi)
127 movq %ds:16(%esi), %mm0
128 movq %mm0, %ds:16(%edi)
129 movq %ds:24(%esi), %mm0
130 movq %mm0, %ds:24(%edi)
131 movq %ds:32(%esi), %mm0
132 movq %mm0, %ds:32(%edi)
[all …]
DEfiCopyMem.asm121 movq mm0, QWORD PTR ds:[esi]
122 movq QWORD PTR ds:[edi], mm0
123 movq mm0, QWORD PTR ds:[esi+8]
124 movq QWORD PTR ds:[edi+8], mm0
125 movq mm0, QWORD PTR ds:[esi+16]
126 movq QWORD PTR ds:[edi+16], mm0
127 movq mm0, QWORD PTR ds:[esi+24]
128 movq QWORD PTR ds:[edi+24], mm0
129 movq mm0, QWORD PTR ds:[esi+32]
130 movq QWORD PTR ds:[edi+32], mm0
[all …]
DEfiSetMem.c105 movq QWORD PTR ds:[edi], mm0 in EfiCommonLibSetMem()
106 movq QWORD PTR ds:[edi+8], mm0 in EfiCommonLibSetMem()
107 movq QWORD PTR ds:[edi+16], mm0 in EfiCommonLibSetMem()
108 movq QWORD PTR ds:[edi+24], mm0 in EfiCommonLibSetMem()
109 movq QWORD PTR ds:[edi+32], mm0 in EfiCommonLibSetMem()
110 movq QWORD PTR ds:[edi+40], mm0 in EfiCommonLibSetMem()
111 movq QWORD PTR ds:[edi+48], mm0 in EfiCommonLibSetMem()
112 movq QWORD PTR ds:[edi+56], mm0 in EfiCommonLibSetMem()
DEfiZeroMem.c89 movq QWORD PTR ds:[edi], mm0 in EfiCommonLibZeroMem()
90 movq QWORD PTR ds:[edi+8], mm0 in EfiCommonLibZeroMem()
91 movq QWORD PTR ds:[edi+16], mm0 in EfiCommonLibZeroMem()
92 movq QWORD PTR ds:[edi+24], mm0 in EfiCommonLibZeroMem()
93 movq QWORD PTR ds:[edi+32], mm0 in EfiCommonLibZeroMem()
94 movq QWORD PTR ds:[edi+40], mm0 in EfiCommonLibZeroMem()
95 movq QWORD PTR ds:[edi+48], mm0 in EfiCommonLibZeroMem()
96 movq QWORD PTR ds:[edi+56], mm0 in EfiCommonLibZeroMem()
DEfiSetMemSSE2.c108 movdqa OWORD PTR ds:[edi], xmm1 in EfiCommonLibSetMem()
109 movdqa OWORD PTR ds:[edi+16], xmm1 in EfiCommonLibSetMem()
110 movdqa OWORD PTR ds:[edi+32], xmm1 in EfiCommonLibSetMem()
111 movdqa OWORD PTR ds:[edi+48], xmm1 in EfiCommonLibSetMem()
112 movdqa OWORD PTR ds:[edi+64], xmm1 in EfiCommonLibSetMem()
113 movdqa OWORD PTR ds:[edi+80], xmm1 in EfiCommonLibSetMem()
114 movdqa OWORD PTR ds:[edi+96], xmm1 in EfiCommonLibSetMem()
115 movdqa OWORD PTR ds:[edi+112], xmm1 in EfiCommonLibSetMem()
DEfiSetMem.S117 movq %mm0, %ds:(%edi)
118 movq %mm0, %ds:8(%edi)
119 movq %mm0, %ds:16(%edi)
120 movq %mm0, %ds:24(%edi)
121 movq %mm0, %ds:32(%edi)
122 movq %mm0, %ds:40(%edi)
123 movq %mm0, %ds:48(%edi)
124 movq %mm0, %ds:56(%edi)
DEfiZeroMem.S100 movq %mm0, %ds:(%edi)
101 movq %mm0, %ds:8(%edi)
102 movq %mm0, %ds:16(%edi)
103 movq %mm0, %ds:24(%edi)
104 movq %mm0, %ds:32(%edi)
105 movq %mm0, %ds:40(%edi)
106 movq %mm0, %ds:48(%edi)
107 movq %mm0, %ds:56(%edi)
DEfiSetMem.asm113 movq QWORD PTR ds:[edi], mm0
114 movq QWORD PTR ds:[edi+8], mm0
115 movq QWORD PTR ds:[edi+16], mm0
116 movq QWORD PTR ds:[edi+24], mm0
117 movq QWORD PTR ds:[edi+32], mm0
118 movq QWORD PTR ds:[edi+40], mm0
119 movq QWORD PTR ds:[edi+48], mm0
120 movq QWORD PTR ds:[edi+56], mm0
DEfiZeroMem.asm98 movq QWORD PTR ds:[edi], mm0
99 movq QWORD PTR ds:[edi+8], mm0
100 movq QWORD PTR ds:[edi+16], mm0
101 movq QWORD PTR ds:[edi+24], mm0
102 movq QWORD PTR ds:[edi+32], mm0
103 movq QWORD PTR ds:[edi+40], mm0
104 movq QWORD PTR ds:[edi+48], mm0
105 movq QWORD PTR ds:[edi+56], mm0
DEfiCopyMemSSE2.c106 movdqu xmm0, OWORD PTR ds:[esi] in EfiCommonLibCopyMem()
107 movdqu OWORD PTR ds:[edi], xmm0 in EfiCommonLibCopyMem()
108 movdqu xmm1, OWORD PTR ds:[esi+16] in EfiCommonLibCopyMem()
109 movdqu OWORD PTR ds:[edi+16], xmm1 in EfiCommonLibCopyMem()
110 movdqu xmm2, OWORD PTR ds:[esi+32] in EfiCommonLibCopyMem()
111 movdqu OWORD PTR ds:[edi+32], xmm2 in EfiCommonLibCopyMem()
112 movdqu xmm3, OWORD PTR ds:[esi+48] in EfiCommonLibCopyMem()
113 movdqu OWORD PTR ds:[edi+48], xmm3 in EfiCommonLibCopyMem()
DEfiZeroMemSSE2.c85 movdqu OWORD PTR ds:[edi], xmm1 in EfiCommonLibZeroMem()
86 movdqu OWORD PTR ds:[edi+16], xmm1 in EfiCommonLibZeroMem()
87 movdqu OWORD PTR ds:[edi+32], xmm1 in EfiCommonLibZeroMem()
88 movdqu OWORD PTR ds:[edi+48], xmm1 in EfiCommonLibZeroMem()
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoa.c172 double d, d2, ds, eps; in gdtoa() local
252 ds = (dval(d)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981; in gdtoa()
258 ds += j * 7e-17; in gdtoa()
260 k = (int)ds; in gdtoa()
261 if (ds < 0. && ds != k) in gdtoa()
360 ds = tens[k&0xf]; in gdtoa()
371 ds *= bigtens[i]; in gdtoa()
375 ds = 1.; in gdtoa()
409 dval(eps) = ds*0.5/tens[ilim-1] - dval(eps); in gdtoa()
411 L = (Long)(dval(d)/ds); in gdtoa()
[all …]
Ddtoa.c138 double d2, ds, eps; local
258 ds = (dval(d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
259 k = (int)ds;
260 if (ds < 0. && ds != k)
347 ds = tens[k&0xf];
358 ds *= bigtens[i];
360 dval(d) /= ds;
443 ds = tens[k];
446 if (ilim < 0 || dval(d) <= 5*ds)
451 L = (Long)(dval(d) / ds);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c901 deflate_state *ds;
914 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
915 if (ds == Z_NULL) return Z_MEM_ERROR;
916 dest->state = (struct internal_state FAR *) ds;
917 zmemcpy(ds, ss, sizeof(deflate_state));
918 ds->strm = dest;
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
[all …]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DGpt.S42 movw %ax, %ds
67 movw %ax, %ds # DS = 0x0000
86 movw %ax, %ds
186 pushw %ds
188 movw %cx, %ds
191 movb %bl, %ds:2(%si) # 02 = Number Of Block transfered
192 movw %di, %ds:4(%si) # 04 = Transfer Buffer Offset
193 movw %es, %ds:6(%si) # 06 = Transfer Buffer Segment
194 movl %eax, %ds:8(%si) # 08 = Starting LBA (Low)
195 movl %edx, %ds:0xc(%si) # 0C = Starting LBA (High)
[all …]
DGpt.asm42 mov ds, ax
66 mov ds,ax ; DS = 0x0000
84 mov ds,ax
184 push ds
186 mov ds, cx
189 mov BYTE PTR ds:[si+2],bl ; 02 = Number Of Block transfered
190 mov WORD PTR ds:[si+4],di ; 04 = Transfer Buffer Offset
191 mov WORD PTR ds:[si+6],es ; 06 = Transfer Buffer Segment
192 mov DWORD PTR ds:[si+8],eax ; 08 = Starting LBA (Low)
193 mov DWORD PTR ds:[si+0ch],edx ; 0C = Starting LBA (High)
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/
DX86LocalApicTimerInitialize.asm37 mov dword ptr ds:[eax + 3e0h], 0ah
38 bts dword ptr ds:[eax + 320h], 17
39 mov dword ptr ds:[eax + 380h], -1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1021 deflate_state *ds;
1034 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
1035 if (ds == Z_NULL) return Z_MEM_ERROR;
1036 dest->state = (struct internal_state FAR *) ds;
1037 zmemcpy((voidpf)ds, (voidpf)ss, sizeof(deflate_state));
1038 ds->strm = dest;
1040 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1041 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1042 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
DThunk16.S61 push %ds
74 rep movsl %ds:(%esi),%es:(%edi) #; copy context to 16-bit stack
128 pop %ds
143 popw %ds
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DThunk16.S42 push %ds
90 movl %ecx, %ds
113 pop %ds
147 push %ds
190 pop %ds
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Ddumpstate.cpp26 void dumpstate_board() { Dumpstate& ds = Dumpstate::GetInstance(); }; in dumpstate_board() local

1234567