Home
last modified time | relevance | path

Searched refs:E (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/errno/
A D__strerror.h8 E(EDOM, "Domain error")
11 E(ENOTTY, "Not a tty")
15 E(ESRCH, "No such process")
16 E(EEXIST, "File exists")
20 E(ENOMEM, "Out of memory")
22 E(EBUSY, "Resource busy")
25 E(ESPIPE, "Invalid seek")
38 E(EPIPE, "Broken pipe")
39 E(EIO, "I/O error")
57 E(EFAULT, "Bad address")
[all …]
A Dstrerror.c5 #define E(a, b) ((unsigned char)a), macro
10 #undef E
11 #define E(a, b) b "\0" macro
/third_party/uapp/kilo/
A Dkilo.c608 E.row = realloc(E.row,sizeof(erow)*(E.numrows+1));
610 memmove(E.row+at+1,E.row+at,sizeof(E.row[0])*(E.numrows-at));
641 memmove(E.row+at,E.row+at+1,sizeof(E.row[0])*(E.numrows-at-1));
730 if (E.cx == E.screencols-1)
977 E.filename, E.numrows, E.dirty ? "(modified)" : "");
979 "%d/%d",E.rowoff+E.cy+1,E.numrows);
1007 for (j = E.coloff; j < (E.cx+E.coloff); j++) {
1146 E.coloff = E.cx-E.screencols+1;
1190 filerow = E.rowoff+E.cy;
1191 filecol = E.coloff+E.cx;
[all …]
/third_party/ulib/musl/src/multibyte/
A Dinternal.c5 #define E(x) ((x == 0 ? R(0xa0, 0xc0) : x == 0xd ? R(0x80, 0xa0) : R(0x80, 0xc0)) | (R(0x80, 0xc0) … macro
13 E(0x0), E(0x1), E(0x2), E(0x3), E(0x4), E(0x5), E(0x6), E(0x7),
14 E(0x8), E(0x9), E(0xa), E(0xb), E(0xc), E(0xd), E(0xe), E(0xf),
/third_party/ulib/cryptolib/
A Dcryptolib.c134 uint32_t A, B, C, D, E, F, G, H; in _SHA256_transform() local
156 E = ctx->state[4]; in _SHA256_transform()
165 uint32_t s1 = _ROR(E, 6) ^ _ROR(E, 11) ^ _ROR(E, 25); in _SHA256_transform()
166 uint32_t ch = (E & F) ^ ((~E) & G); in _SHA256_transform()
171 F = E; in _SHA256_transform()
172 E = D + t1; in _SHA256_transform()
183 ctx->state[4] += E; in _SHA256_transform()
242 uint32_t A, B, C, D, E; in _SHA1_transform() local
262 E = ctx->state[4]; in _SHA1_transform()
276 E = D; in _SHA1_transform()
[all …]
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.h419 [004h 0004 4] Table Length : 0000004E
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl177 // GPE methods that cause type collision (L vs. E)
/third_party/dev/ethernet/e1000/
A DREADME218 - Adapters based on the Intel(R) 82542 and 82573V/E controller do not
/third_party/ulib/musl/
A DWHATSNEW1602 - static PIE no longer requires linking with -E/-rdynamic
/third_party/lib/acpica/
A Dchanges.txt844 macro. Changed "StopBitsNone" to the correct "StopBitsZero". David E.
857 type. David E. Box.
875 devices and/or code. David E. Box.
14365 Added IBM 600E to bad bios list due to invalid _ADR value for
15674 IBM 600E - Fixed Sleep button may generate "Invalid <NULL>
15716 IBM 600E - entering S5 may reboot instead of shutting down.
15718 IBM 600E - Sleep button may generate "Invalid <NULL> context"

Completed in 35 milliseconds