Searched refs:j (Results 1 – 6 of 6) sorted by relevance
| /sys/dev/x86/ |
| D | vgacons.c | 102 int i,j; in VGA_ScrollDisplay() local 105 for (j = 0; j < SizeX; j++) in VGA_ScrollDisplay() 107 VideoBuffer[(i-1)*SizeX+j] = VideoBuffer[i*SizeX+j]; in VGA_ScrollDisplay() 110 for (j = 0; j < SizeX; j++) in VGA_ScrollDisplay() 111 VideoBuffer[(SizeY-1)*SizeX+j] = (TextAttribute << 8) | ' '; in VGA_ScrollDisplay()
|
| /sys/amd64/ |
| D | pmap.c | 21 int i, j; in PMap_Init() local 48 for (j = 0; j < PAGETABLE_ENTRIES; j++) { in PMap_Init() 49 pgtbl->entries[j] = 0; in PMap_Init() 125 for (int j = 0; j < PAGETABLE_ENTRIES; j++) { in PMap_DestroyAS() local 126 PageEntry pte2 = tbl2->entries[j]; in PMap_DestroyAS() 222 int i,j,k,l; in PMap_Translate() local 228 j = (va >> HUGE_PGSHIFT) & PGIDXMASK; in PMap_Translate() 239 pte = table->entries[j]; in PMap_Translate() 280 int i,j,k,l; in PMapLookupEntry() local 285 j = (va >> HUGE_PGSHIFT) & PGIDXMASK; in PMapLookupEntry() [all …]
|
| /lib/liblwip/src/core/ |
| D | memp.c | 283 u16_t i, j; in memp_overflow_check_all() local 289 for (j = 0; j < memp_num[i]; ++j) { in memp_overflow_check_all() 297 for (j = 0; j < memp_num[i]; ++j) { in memp_overflow_check_all() 310 u16_t i, j; in memp_overflow_init() local 317 for (j = 0; j < memp_num[i]; ++j) { in memp_overflow_init() 341 u16_t i, j; in memp_init() local 360 for (j = 0; j < memp_num[i]; ++j) { in memp_init()
|
| /lib/liblwip/src/netif/ppp/ |
| D | chpms.c | 248 int j, c; in Expand() local 253 for(j = 7; j >= 0; j--) { in Expand() 254 *out++ = (c >> j) & 01; in Expand() 265 int j; in Collapse() local 271 for (j = 7; j >= 0; j--, in++) { in Collapse() 272 c |= *in << j; in Collapse()
|
| D | ppp.c | 442 int i, j; in pppInit() local 454 for (j = 0; (protp = ppp_protocols[j]) != NULL; ++j) { in pppInit()
|
| /lib/liblwip/src/core/snmp/ |
| D | mib_structs.c | 740 u8_t j; in snmp_expand_tree() local 746 j = (u8_t)i + 1; in snmp_expand_tree() 747 while ((j < an->maxlength) && (empty_table(an->nptr[j]))) in snmp_expand_tree() 749 j++; in snmp_expand_tree() 751 if (j < an->maxlength) in snmp_expand_tree() 753 cur_node.r_ptr = an->nptr[j]; in snmp_expand_tree() 754 cur_node.r_id = an->objid[j]; in snmp_expand_tree() 784 u8_t j; in snmp_expand_tree() local 786 j = 0; in snmp_expand_tree() 787 while ((j < an->maxlength) && empty_table(an->nptr[j])) in snmp_expand_tree() [all …]
|