/third_party/pulseaudio/src/modules/ |
H A D | module-position-event-sounds.c | 57 pa_log_warn("Failed to parse hpos/vpos property '%s'.", pos); in parse_pos() 62 pa_log_debug("Property hpos/vpos out of range %0.2f", *f); in parse_pos() 71 const char *hpos, *vpos, *role, *id; in sink_input_fixate_hook_callback() local 100 if (!(hpos = pa_proplist_gets(data->proplist, PA_PROP_EVENT_MOUSE_HPOS))) in sink_input_fixate_hook_callback() 101 hpos = pa_proplist_gets(data->proplist, PA_PROP_WINDOW_HPOS); in sink_input_fixate_hook_callback() 106 if (!hpos && !vpos) in sink_input_fixate_hook_callback() 111 if (hpos) { in sink_input_fixate_hook_callback() 112 if (parse_pos(hpos, &f) < 0) in sink_input_fixate_hook_callback()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hid.c | 547 uint32_t hpos; in hid_report_size() local 552 hpos = 0; in hid_report_size() 569 if (hpos < temp) in hid_report_size() 570 hpos = temp; in hid_report_size() 576 if (lpos > hpos) in hid_report_size() 579 temp = hpos - lpos; in hid_report_size() 632 uint32_t hpos = loc->pos; in hid_get_data_sub() local 638 DPRINTFN(11, "hid_get_data: loc %d/%d\n", hpos, hsize); in hid_get_data_sub() 648 rpos = (hpos / 8); in hid_get_data_sub() 658 data = (data >> (hpos in hid_get_data_sub() 691 uint32_t hpos = loc->pos; hid_put_data_unsigned() local [all...] |
/third_party/node/tools/gyp/ |
H A D | test_gyp.py | 180 self.hpos = 0 233 self.hpos += len(msg) 235 self.hpos = len(msg) - index 239 print("\b" * self.hpos + " " * self.hpos + "\b" * self.hpos, end="") 241 self.hpos = 0
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
H A D | test_gyp.py | 180 self.hpos = 0 233 self.hpos += len(msg) 235 self.hpos = len(msg) - index 239 print("\b" * self.hpos + " " * self.hpos + "\b" * self.hpos, end="") 241 self.hpos = 0
|
/third_party/ffmpeg/libavformat/ |
H A D | asfenc.c | 324 int64_t hpos = put_header(pb, &ff_asf_marker_header); in asf_write_markers() local 354 end_header(pb, hpos); in asf_write_markers() 367 int64_t header_offset, cur_pos, hpos; in asf_write_header1() local 440 hpos = put_header(pb, &ff_asf_file_header); in asf_write_header1() 452 end_header(pb, hpos); in asf_write_header1() 455 hpos = put_header(pb, &ff_asf_head1_guid); in asf_write_header1() 546 avio_seek(pb, hpos + 42, SEEK_SET); in asf_write_header1() 547 avio_wl32(pb, pos1 - hpos - 46); in asf_write_header1() 550 end_header(pb, hpos); in asf_write_header1() 560 hpos in asf_write_header1() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_common.c | 383 u8 *hpos; in tls_key_x_server_params_hash() local 387 hpos = hash; in tls_key_x_server_params_hash() 398 hpos += hlen; in tls_key_x_server_params_hash() 406 hlen = hash + sizeof(hash) - hpos; in tls_key_x_server_params_hash() 407 if (crypto_hash_finish(ctx, hpos, &hlen) < 0) in tls_key_x_server_params_hash() 409 hpos += hlen; in tls_key_x_server_params_hash() 410 return hpos - hash; in tls_key_x_server_params_hash()
|
H A D | tlsv1_client_write.c | 581 u8 hash[100], *hpos; in tls_write_client_certificate_verify() local 618 hpos = hash; in tls_write_client_certificate_verify() 624 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 656 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 664 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify() 669 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
|
H A D | tlsv1_server_read.c | 891 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; in tls_process_certificate_verify() local 956 hpos = hash; in tls_process_certificate_verify() 988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1009 hpos += MD5_MAC_LEN; in tls_process_certificate_verify() 1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_common.c | 383 u8 *hpos; in tls_key_x_server_params_hash() local 387 hpos = hash; in tls_key_x_server_params_hash() 398 hpos += hlen; in tls_key_x_server_params_hash() 406 hlen = hash + sizeof(hash) - hpos; in tls_key_x_server_params_hash() 407 if (crypto_hash_finish(ctx, hpos, &hlen) < 0) in tls_key_x_server_params_hash() 409 hpos += hlen; in tls_key_x_server_params_hash() 410 return hpos - hash; in tls_key_x_server_params_hash()
|
H A D | tlsv1_client_write.c | 569 u8 hash[100], *hpos; in tls_write_client_certificate_verify() local 606 hpos = hash; in tls_write_client_certificate_verify() 612 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 644 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 652 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify() 657 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
|
H A D | tlsv1_server_read.c | 891 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; in tls_process_certificate_verify() local 956 hpos = hash; in tls_process_certificate_verify() 988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1009 hpos += MD5_MAC_LEN; in tls_process_certificate_verify() 1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
|
/third_party/backends/backend/ |
H A D | sm3600.h | 217 typedef enum { none, hpos, hposH, hres } TRegIndex; enumerator
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 1052 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT, in _nvfx_vertprog_translate() local 1056 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 829 struct ureg hpos = register_output( p, VARYING_SLOT_POS ); in build_hpos() local 835 emit_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos() 840 emit_transpose_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos()
|