Searched refs:n0 (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/efi/
H A Defi.h26 uint8_t clockSeqHighAndReserved, uint8_t clockSeqLow, uint8_t n0,
35 u.s.node[0] = n0;
25 make_efi_guid(uint32_t timeLow, uint16_t timeMid, uint16_t timeHighAndVersion, uint8_t clockSeqHighAndReserved, uint8_t clockSeqLow, uint8_t n0, uint8_t n1, uint8_t n2, uint8_t n3, uint8_t n4, uint8_t n5) argument
/seL4-refos-master/tools/elfloader/include/binaries/efi/
H A Defi.h26 uint8_t clockSeqHighAndReserved, uint8_t clockSeqLow, uint8_t n0,
35 u.s.node[0] = n0;
25 make_efi_guid(uint32_t timeLow, uint16_t timeMid, uint16_t timeHighAndVersion, uint8_t clockSeqHighAndReserved, uint8_t clockSeqLow, uint8_t n0, uint8_t n1, uint8_t n2, uint8_t n3, uint8_t n4, uint8_t n5) argument
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c218 register int n0; local
224 n0 = strlen(bp);
227 n0 + (int)strlen(toplines) + 3 < CO-8 && /* room for --More-- */
246 for(tl = toplines; n0 >= CO; ){
255 n0 = strlen(tl);
H A Dwintty.c1758 register int i, j, n0; local
1795 for(i = cw->curx+1, n0 = cw->cols; i < n0; i++, nb++) {
1873 n0 = strlen(str) + 1;
1874 ob = cw->data[cw->cury] = (char *)alloc((unsigned)n0 + 1);
1878 if(n0 > cw->maxcol)
1879 cw->maxcol = n0;
1882 if(n0 > CO) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c218 register int n0; local
224 n0 = strlen(bp);
227 n0 + (int)strlen(toplines) + 3 < CO-8 && /* room for --More-- */
246 for(tl = toplines; n0 >= CO; ){
255 n0 = strlen(tl);
H A Dwintty.c1758 register int i, j, n0; local
1795 for(i = cw->curx+1, n0 = cw->cols; i < n0; i++, nb++) {
1873 n0 = strlen(str) + 1;
1874 ob = cw->data[cw->cury] = (char *)alloc((unsigned)n0 + 1);
1878 if(n0 > cw->maxcol)
1879 cw->maxcol = n0;
1882 if(n0 > CO) {
/seL4-refos-master/libs/libmuslc/src/string/
H A Dmemmem.c129 void *memmem(const void *h0, size_t k, const void *n0, size_t l) argument
131 const unsigned char *h = h0, *n = n0;
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c393 size_t n0, n1; local
401 n1 = n0 = CHUNK_SIZE(self);
406 size_t oldlen = n0 + extra;
447 //memmove(CHUNK_TO_MEM(self), p, n0-OVERHEAD);
455 memcpy(new, p, n0-OVERHEAD);

Completed in 99 milliseconds