| /src/sys/dev/dec/ |
| vsxxxvar.h | 39 u_int8_t xpos; member in struct:vsxxx_softc::__anon2537::__anon2538
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| fips_prf_internal.c | 22 u8 *xpos = x; local 50 os_memcpy(xpos, _t, 20); 55 carry += xkey[k] + xpos[k]; 60 xpos += SHA1_MAC_LEN;
|
| fips_prf_openssl.c | 66 u8 *xpos = x; local 92 WPA_PUT_BE32(xpos, _t[0]); 93 WPA_PUT_BE32(xpos + 4, _t[1]); 94 WPA_PUT_BE32(xpos + 8, _t[2]); 95 WPA_PUT_BE32(xpos + 12, _t[3]); 96 WPA_PUT_BE32(xpos + 16, _t[4]); 101 carry += xkey[k] + xpos[k]; 106 xpos += 20;
|
| fips_prf_wolfssl.c | 41 u8 *xpos = x; local 67 WPA_PUT_BE32(xpos, _t[0]); 68 WPA_PUT_BE32(xpos + 4, _t[1]); 69 WPA_PUT_BE32(xpos + 8, _t[2]); 70 WPA_PUT_BE32(xpos + 12, _t[3]); 71 WPA_PUT_BE32(xpos + 16, _t[4]); 76 carry += xkey[k] + xpos[k]; 81 xpos += 20;
|
| aes-gcm.c | 106 const u8 *xpos = x; local 113 xor_block(y, xpos); 114 xpos += 16; 123 if (x + xlen > xpos) { 125 size_t last = x + xlen - xpos; 126 os_memcpy(tmp, xpos, last); 147 const u8 *xpos = x; local 159 xor_block(ypos, xpos); 160 xpos += AES_BLOCK_SIZE; 165 last = x + xlen - xpos; [all...] |
| /src/games/rain/ |
| rain.c | 78 int xpos[5], ypos[5]; local 108 xpos[j] = random() % cols + 2; 123 (void)mvaddch(ypos[j], xpos[j], 'o'); 126 (void)mvaddch(ypos[j], xpos[j], 'O'); 129 (void)mvaddch(ypos[j] - 1, xpos[j], '-'); 130 (void)mvaddstr(ypos[j], xpos[j] - 1, "|.|"); 131 (void)mvaddch(ypos[j] + 1, xpos[j], '-'); 134 (void)mvaddch(ypos[j] - 2, xpos[j], '-'); 135 (void)mvaddstr(ypos[j] - 1, xpos[j] - 1, "/ \\"); 136 (void)mvaddstr(ypos[j], xpos[j] - 2, "| O |") [all...] |
| /src/lib/libcurses/ |
| getstr.c | 165 int c, xpos, oldx, remain; local 173 xpos = oldx = win->curx; 187 mvwaddch(win, win->cury, xpos, ' '); 188 if (xpos > oldx) 190 xpos - 1, ' '); 191 if (win->curx > xpos - 1) 192 wmove(win, win->cury, xpos - 1); 193 xpos--; 201 if (win->curx > xpos) 202 wmove(win, win->cury, xpos - 1) [all...] |
| /src/games/testpat/ |
| testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local 153 xpos = col; 154 while ((xpos < col + grid_x - 1) && (xpos < 156 mvaddch(line + grid_y - 1, xpos, 113 | 158 xpos++; 160 if (xpos < x_limit) 161 mvaddch(line + grid_y - 1, xpos, 110 | 189 xpos = col; 190 while ((xpos < col + grid_x - 1) && (xpos < x_limit)) [all...] |
| /src/games/atc/ |
| struct.h | 96 int xpos; member in struct:plane
|
| /src/sys/dev/ic/ |
| dc503reg.h | 77 volatile uint16_t xpos; member in struct:dc503reg
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| engine.c | 163 int xpos = 0; local 204 if (xpos == 0) 206 xpos = BIO_puts(out, indent); 209 xpos += BIO_printf(out, ", "); 214 if ((xpos > (int)strlen(indent)) && (xpos + (int)strlen(name) > line_wrap)) { 216 xpos = BIO_puts(out, indent); 218 xpos += BIO_printf(out, "%s", name); 226 xpos = 0; 236 if (xpos > 0 [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| engine.c | 158 int xpos = 0; local 196 if (xpos == 0) 198 xpos = BIO_puts(out, indent); 201 xpos += BIO_printf(out, ", "); 206 if ((xpos > (int)strlen(indent)) && 207 (xpos + (int)strlen(name) > line_wrap)) { 209 xpos = BIO_puts(out, indent); 211 xpos += BIO_printf(out, "%s", name); 219 xpos = 0; 229 if (xpos > 0 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| engine.c | 149 int xpos = 0; local 187 if (xpos == 0) 189 xpos = BIO_puts(out, indent); 192 xpos += BIO_printf(out, ", "); 197 if ((xpos > (int)strlen(indent)) && 198 (xpos + (int)strlen(name) > line_wrap)) { 200 xpos = BIO_puts(out, indent); 202 xpos += BIO_printf(out, "%s", name); 210 xpos = 0; 220 if (xpos > 0 [all...] |
| /src/games/worms/ |
| worms.c | 189 short *xpos, *ypos; member in struct:worm 459 w->xpos = ip; 504 if ((x = w->xpos[h = w->head]) < 0) { 506 x = w->xpos[h] = 0, c | w->attr); 512 if (w->xpos[w->head = h] >= 0) { 515 x1 = w->xpos[h]; 547 ref[w->ypos[h] = y][w->xpos[h] = x]++; 551 mvaddch(w->ypos[prev], w->xpos[prev],
|
| /src/bin/ksh/ |
| lex.c | 789 int xpos; local 801 xpos = Xsavepos(xs, xp); 818 xp = Xrestpos(xs, xp, xpos);
|
| /src/external/bsd/nvi/dist/gtk/ |
| gtkviscreen.c | 662 gint y, x, len, blen, xpos; local 672 for (x = 0, xpos = 0; xpos <= xmin; ++x) 673 xpos += CHAR_WIDTH(NULL, *(line+x)); 675 xpos -= CHAR_WIDTH(NULL, *(line+x)); 676 for (; xpos < xmax; x+=len, xpos+= blen) { 723 gdk_draw_rectangle(vi->text_area, bg, 1, xpos * vi->ch_width, 731 xpos * vi->ch_width, 749 xpos * vi->ch_width, [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_vi.c | 354 int col, color, xpos; 359 xpos = XPOS( __vi_screen, start_col ); 382 xpos, 390 xpos = XPOS( __vi_screen, col ); 404 xpos, 1187 int xpos, ypos; 1195 xpos = COLUMN( __vi_screen, ev->x ); 1204 ipb.val2 = xpos; 346 int col, color, xpos; local 1174 int xpos, ypos; local 1235 int xpos, ypos, pos; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_tv.c | 1099 int xsize, ysize, xpos, ypos; local 1143 xpos = tmp >> 16; 1156 xpos, mode.hdisplay - xsize - xpos); 1436 int xpos, ypos; local 1546 xpos = conn_state->tv.margins.left; 1552 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| vmwgfx_drm.h | 515 * @xpos: X position of cursor. 526 __s32 xpos; member in struct:drm_vmw_cursor_bypass_arg
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| crypto_openssl.c | 612 int xpos = i*2 + i/2; local 615 (*altname)[xpos-1] = ':'; 617 snprintf(*altname + xpos, 3, "%02x",
|
| /src/external/mpl/bind/dist/lib/dns/ |
| journal.c | 345 unsigned int xpos; /*%< Current position in it */ member in struct:dns_journal::__anon24078 1924 j->it.xpos = 0; /* ...and haven't used any of it. */ 1952 if (j->it.xpos == j->it.xsize) { 1982 j->it.xpos = 0; 2057 j->it.xpos += sizeof(journal_rawrrhdr_t) + rrhdr.size;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| journal.c | 363 unsigned int xpos; /*%< Current position in it */ member in struct:dns_journal::__anon24323 1942 j->it.xpos = 0; /* ...and haven't used any of it. */ 1970 if (j->it.xpos == j->it.xsize) { 2000 j->it.xpos = 0; 2075 j->it.xpos += sizeof(journal_rawrrhdr_t) + rrhdr.size;
|