| /src/lib/libusbhid/ |
| data.c | 40 unsigned int hpos; local 49 hpos = h->pos; /* bit position of data */ 54 offs = hpos / 8; 55 end = (hpos + hsize + 7) / 8 - offs; 59 data >>= hpos % 8; local 74 unsigned int hpos; local 82 hpos = h->pos; /* bit position of data */ 91 data = ((uint32_t)data) << (hpos % 8); 92 mask = ((uint32_t)mask) << (hpos % 8); 95 offs = hpos / 8 [all...] |
| /src/external/zlib/pigz/dist/zopfli/ |
| hash.c | 93 unsigned short hpos = pos & ZOPFLI_WINDOW_MASK; local 100 h->hashval[hpos] = h->val; 102 h->prev[hpos] = h->head[h->val]; 104 else h->prev[hpos] = hpos; 105 h->head[h->val] = hpos; 116 h->same[hpos] = amount; 120 h->val2 = ((h->same[hpos] - ZOPFLI_MIN_MATCH) & 255) ^ h->val; 121 h->hashval2[hpos] = h->val2; 123 h->prev2[hpos] = h->head2[h->val2] [all...] |
| lz77.c | 219 unsigned short hpos = pos & ZOPFLI_WINDOW_MASK, p, pp; local 267 assert(pp == hpos); 319 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
|
| /src/external/gpl2/groff/dist/src/include/ |
| printer.h | 46 int hpos; member in struct:environment
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_kms.c | 763 int vpos, hpos, stat; local 792 &vpos, &hpos, NULL, NULL,
|
| radeon_pm.c | 1800 int crtc, vpos, hpos, vbl_status; local 1811 &vpos, &hpos, NULL, NULL,
|
| radeon_display.c | 294 int vpos, hpos; local 327 * start of real vblank in hpos. vpos >= 0 && hpos < 0 means we are in 332 * vblank, not only at leading edge, so if update_pending for hpos >= 0 346 &vpos, &hpos, NULL, NULL, 348 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { 424 int vpos, hpos; local 462 &vpos, &hpos, NULL, NULL, 1785 * to true start of vblank in *hpos [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_rpm.c | 42 uint64_t hpos; member in struct:rpm 203 rpm->hpos = 0; 209 n = rpm_limit_bytes(RPM_MIN_HEAD_SIZE - rpm->hpos, 211 memcpy(rpm->header+rpm->hpos, b, n); 214 rpm->hpos += n; 216 if (rpm->hpos == RPM_MIN_HEAD_SIZE) { 236 rpm->hlen = rpm->hpos + section * 16 + bytes; 242 n = rpm_limit_bytes(rpm->hlen - rpm->hpos, 246 rpm->hpos += n; 247 if (rpm->hpos == rpm->hlen [all...] |
| /src/external/bsd/wpa/dist/src/tls/ |
| tlsv1_common.c | 383 u8 *hpos; local 387 hpos = hash; 400 hpos += hlen; 409 if (crypto_hash_finish(ctx, hpos, &hlen) < 0) 411 hpos += hlen; 412 return hpos - hash;
|
| tlsv1_client_write.c | 569 u8 hash[100], *hpos; local 606 hpos = hash; 612 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < 644 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { 652 hpos += MD5_MAC_LEN; 657 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
|
| tlsv1_server_read.c | 891 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; local 956 hpos = hash; 988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < 1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { 1009 hpos += MD5_MAC_LEN; 1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
|
| /src/sys/dev/hid/ |
| hid.c | 462 u_int hpos = loc->pos; local 471 off = hpos / 8; 472 num = (hpos + hsize + 7) / 8 - off; 477 data >>= hpos % 8; local 481 DPRINTFN(10,("hid_get_udata: loc %d/%d = %lu\n", hpos, hsize, data));
|
| /src/sys/external/bsd/drm2/dist/drm/i2c/ |
| ch7006_mode.c | 340 int flicker, contrast, hpos, vpos; local 357 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) 360 setbitf(state, CH7006_POV, HPOS_8, hpos); 361 setbitf(state, CH7006_HPOS, 0, hpos); 369 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos);
|
| /src/external/gpl2/texinfo/dist/info/ |
| display.c | 598 int vpos, hpos; local 601 hpos = window_get_cursor_column (window); 602 terminal_goto_xy (hpos, vpos);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| misc.c | 448 int hpos; local 455 hpos = where_history (); 457 entry = (hpos == history_length) ? previous_history () : current_history (); 480 history_set_pos (hpos);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| misc.c | 448 int hpos; local 455 hpos = where_history (); 457 entry = (hpos == history_length) ? previous_history () : current_history (); 480 history_set_pos (hpos);
|
| /src/sys/dev/usb/ |
| auvitek_video.c | 282 uint16_t vpos = 0, hpos = 0; local 289 auvitek_write_1(sc, AU0828_REG_HPOS_LO, hpos & 0xff); 290 auvitek_write_1(sc, AU0828_REG_HPOS_HI, hpos >> 8);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_display.c | 88 int vpos, hpos; local 102 &vpos, &hpos, NULL, NULL, 787 * to true start of vblank in *hpos. 790 * \param *hpos Location where horizontal scanout position should go. 812 int *hpos, ktime_t *stime, ktime_t *etime, 838 *hpos = (position >> 16) & 0x1fff; 855 /* Caller wants distance from real vbl_start in *hpos */ 856 *hpos = *vpos - vbl_start;
|
| amdgpu_kms.c | 1130 int vpos, hpos, stat; local 1158 &vpos, &hpos, NULL, NULL,
|
| /src/external/gpl2/groff/dist/src/devices/grolj4/ |
| lj4.cpp | 179 int moveto(int hpos, int vpos); 180 int moveto1(int hpos, int vpos); 196 int lj4_printer::moveto(int hpos, int vpos) 198 if (cur_hpos != hpos || cur_vpos != vpos || cur_hpos < 0) 199 return moveto1(hpos, vpos); 319 if (!moveto(env->hpos, env->vpos)) 327 int lj4_printer::moveto1(int hpos, int vpos) 329 if (hpos < x_offset || vpos < 0) 333 printf("%dx%dY", hpos - x_offset, vpos); 335 if (cur_hpos != hpos) 355 int hpos = env->hpos; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_vblank.c | 651 int vpos, hpos, i; local 694 * Get vertical and horizontal scanout position vpos, hpos, 699 &vpos, &hpos, 731 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), 746 pipe, hpos, vpos,
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| column.cpp | 133 hunits hpos; member in class:copy_file_output_line 273 : position_output_line(d), hpos(h), filename(f) 279 out->copy_file(hpos, pos, filename.contents());
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm.c | 312 uint32_t vpos, hpos, v_blank_start, v_blank_end; local 349 &v_blank_end, &hpos, &vpos) || 6347 int planes_count = 0, vpos, hpos; 6528 0, &vpos, &hpos, NULL,
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| dvo_ns2501.c | 223 u16 hpos; /* horizontal position + 256, 98/99 */ member in struct:ns2501_configuration 250 .hpos = 0, 270 .hpos = 0, 289 .hpos = 0, 634 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff); 635 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8);
|
| /src/external/gpl2/groff/dist/src/devices/grotty/ |
| tty.cpp | 161 int hpos; member in class:glyph 371 env->hpos, env->vpos, 386 int hpos = h / font::hor; local 387 if (hpos < SHRT_MIN || hpos > SHRT_MAX) { 418 g->hpos = hpos; 425 // increasing order of hpos, with COLOR_CHANGE and CU specials before 427 // at each hpos, and otherwise in order of occurrence. 431 if ((*pp)->hpos < hpo 654 int hpos = 0; local [all...] |