Home
last modified time | relevance | path

Searched refs:hf (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c273 void ares__hosts_file_destroy(ares_hosts_file_t *hf) in ares__hosts_file_destroy() argument
275 if (hf == NULL) { in ares__hosts_file_destroy()
279 ares_free(hf->filename); in ares__hosts_file_destroy()
280 ares__htable_strvp_destroy(hf->hosthash); in ares__hosts_file_destroy()
281 ares__htable_strvp_destroy(hf->iphash); in ares__hosts_file_destroy()
282 ares_free(hf); in ares__hosts_file_destroy()
287 ares_hosts_file_t *hf = ares_malloc_zero(sizeof(*hf)); in ares__hosts_file_create() local
288 if (hf == NULL) { in ares__hosts_file_create()
292 hf in ares__hosts_file_create()
322 ares__hosts_file_merge_entry( const ares_hosts_file_t *hf, ares_hosts_entry_t *existing, ares_hosts_entry_t *entry, ares_hosts_file_match_t matchtype) ares__hosts_file_merge_entry() argument
360 ares__hosts_file_match(const ares_hosts_file_t *hf, ares_hosts_entry_t *entry, ares_hosts_entry_t **match) ares__hosts_file_match() argument
597 ares_hosts_file_t *hf = NULL; ares__parse_hosts() local
684 ares__hosts_expired(const char *filename, const ares_hosts_file_t *hf) ares__hosts_expired() argument
[all...]
H A Dares_destroy.c103 ares__hosts_file_destroy(channel->hf); in ares_destroy()
H A Dares_private.h314 ares_hosts_file_t *hf; member
482 void ares__hosts_file_destroy(ares_hosts_file_t *hf);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMisc.cpp51 GLhalf hf; in floatToHalfFloat() local
70 hf = (((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13); in floatToHalfFloat()
84 hf = (((GLhalf)sign) << 15) | (GLhalf)(mantissa); in floatToHalfFloat()
88 hf = (((GLhalf)sign) << 15) | (GLhalf)((exp - HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) >> 13) | in floatToHalfFloat()
92 return hf; in floatToHalfFloat()
257 float halfFloatToFloat(GLhalf hf) in halfFloatToFloat() argument
259 unsigned int sign = (unsigned int)(hf >> 15); in halfFloatToFloat()
260 unsigned int mantissa = (unsigned int)(hf & ((1 << 10) - 1)); in halfFloatToFloat()
261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat()
H A DglcMisc.hpp35 float halfFloatToFloat(glw::GLhalf hf);
/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c537 * @param hf harmonic filter parameters
539 static void comp_harmonic_coeff(int16_t *buf, int16_t pitch_lag, HFParam *hf) in comp_harmonic_coeff() argument
567 hf->index = -1; in comp_harmonic_coeff()
568 hf->gain = 0; in comp_harmonic_coeff()
584 hf->index = i; in comp_harmonic_coeff()
588 if (hf->index == -1) { in comp_harmonic_coeff()
589 hf->index = pitch_lag; in comp_harmonic_coeff()
595 ccr = energy[(hf->index << 1) + 1] * energy[(hf->index << 1) + 1]; in comp_harmonic_coeff()
597 eng = energy[(hf in comp_harmonic_coeff()
612 harmonic_filter(HFParam *hf, const int16_t *src, int16_t *dest) harmonic_filter() argument
622 harmonic_noise_sub(HFParam *hf, const int16_t *src, int16_t *dest) harmonic_noise_sub() argument
1111 HFParam hf[4]; g723_1_encode_frame() local
[all...]
H A Damrnbdec.c890 float *hf = impulse_buffer + LP_FILTER_ORDER; // start of impulse response in tilt_factor() local
892 hf[0] = 1.0; in tilt_factor()
893 memcpy(hf + 1, lpc_n, sizeof(float) * LP_FILTER_ORDER); in tilt_factor()
894 p->celpf_ctx.celp_lp_synthesis_filterf(hf, lpc_d, hf, in tilt_factor()
898 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor()
899 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor()
H A Datrac9dec.c866 const HuffmanCodebook *hf = &at9_huffman_sf_unsigned[i]; in atrac9_init_static() local
869 hf->size, &tab, &offset, 0); in atrac9_init_static()
875 const HuffmanCodebook *hf = &at9_huffman_sf_signed[i]; in atrac9_init_static() local
881 hf->size, &tab, &offset, -16); in atrac9_init_static()
889 const HuffmanCodebook *hf = &at9_huffman_coeffs[i][j][k]; in atrac9_init_static() local
891 hf->size, &tab, &offset, 0); in atrac9_init_static()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/zlib/contrib/minizip/
H A Diowin32.c43 HANDLE hf; member
81 w32fiow.hf = hFile; in win32_build_iowin()
200 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
222 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
263 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
286 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
313 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
351 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
390 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c4309 float hf, wf; in config_output() local
4466 hf = h; in config_output()
4472 hf = h; in config_output()
4478 hf = h / 3.f; in config_output()
4484 hf = h * 2.f; in config_output()
4490 hf = h / 9.f * 8.f; in config_output()
4496 hf = h; in config_output()
4505 hf = h; in config_output()
4511 hf = h; in config_output()
4517 hf in config_output()
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc38 HANDLE hf; member
75 file_ret.hf = file; in ZipOpenFunc()
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
136 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc38 HANDLE hf; member
75 file_ret.hf = file; in ZipOpenFunc()
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
136 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc34 HANDLE hf; member
70 file_ret.hf = file; in ZipOpenFunc()
129 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
131 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp325 representable_as_hf(float f, uint16_t *hf) in representable_as_hf() argument
332 *hf = h; in representable_as_hf()
393 uint16_t hf; in can_promote_src_as_imm() local
394 if (representable_as_hf(inst->src[src_idx].f, &hf)) { in can_promote_src_as_imm()
395 inst->src[src_idx] = retype(brw_imm_uw(hf), BRW_REGISTER_TYPE_HF); in can_promote_src_as_imm()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c497 static void hf_audio_agent_get_cards(pa_bluetooth_backend *hf) { in hf_audio_agent_get_cards() argument
500 pa_assert(hf); in hf_audio_agent_get_cards()
503 hf_dbus_send_and_add_to_pending(hf, m, hf_audio_agent_get_cards_reply, NULL); in hf_audio_agent_get_cards()
544 static void hf_audio_agent_register(pa_bluetooth_backend *hf) { in hf_audio_agent_register() argument
551 pa_assert(hf); in hf_audio_agent_register()
556 if (pa_bluetooth_discovery_get_enable_msbc(hf->discovery)) in hf_audio_agent_register()
562 hf_dbus_send_and_add_to_pending(hf, m, hf_audio_agent_register_reply, NULL); in hf_audio_agent_register()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c662 v3d->blend_color.hf[2] : in emit_state()
663 v3d->blend_color.hf[0]); in emit_state()
664 color.green_f16 = v3d->blend_color.hf[1]; in emit_state()
666 v3d->blend_color.hf[0] : in emit_state()
667 v3d->blend_color.hf[2]); in emit_state()
668 color.alpha_f16 = v3d->blend_color.hf[3]; in emit_state()
/third_party/python/PC/
H A D_msi.c111 UINT result = (UINT)_read((int)hf, memory, cb); in FNFCIREAD()
119 UINT result = (UINT)_write((int)hf, memory, cb); in FNFCIWRITE()
127 int result = _close((int)hf); in FNFCICLOSE()
135 long result = (long)_lseek((int)hf, dist, seektype); in FNFCISEEK()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMultiviewPerf.cpp465 float hf = static_cast<float>(h) / viewHeight; in initializeBenchmark() local
470 v0.position = Vector4(2.f * wf - 1.f, 2.f * hf - 1.f, .0f, 1.f); in initializeBenchmark()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lecp.h205 uint16_t hf; member
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench15 while getopts vsHOMn:o:hf i
/third_party/mksh/
H A DBuild.sh407 hf=1
409 hf=0
421 if test 1 = $hf; then
444 hf=$1; shift
445 hv=`echo "$hf" | tr -d "$lfcr" | tr -c $alll$allu$alln $alls`
465 echo "#include <$hf>" >>x
468 ac_testn "$hv" "" "<$hf>" <x
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c2087 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0 } },
2091 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x8000 } },
2095 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x3c00 } },
2107 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x3e00 } },
2111 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x7bff } },
2135 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x0001 } },
2139 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x0400 } },
2143 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0xc400 } },
2151 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf = 0x7c00 } },
2155 { .reason = LECPCB_VAL_FLOAT16, .item = { .u.hf
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4651 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); in TestHalfwidthFullwidth() local
4653 if (hf == 0 || fh == 0) { in TestHalfwidthFullwidth()
4655 delete hf; in TestHalfwidthFullwidth()
4662 // "hf"|"fh"|"both", in TestHalfwidthFullwidth()
4677 expect(*hf, h, f); in TestHalfwidthFullwidth()
4683 expect(*hf, h, f); in TestHalfwidthFullwidth()
4688 delete hf; in TestHalfwidthFullwidth()

Completed in 37 milliseconds

12