Home
last modified time | relevance | path

Searched refs:lin (Results 1 - 25 of 26) sorted by relevance

12

/third_party/libabigail/
H A Dgen-changelog.py100 for lin in p.stdout.readlines():
101 if lin.startswith("--START-COMMIT--"):
104 hash = lin[16:].strip()
113 elif lin.startswith("--END-COMMIT--"):
116 files.append(lin)
118 buf.append(lin)
130 for lin in p.stdout:
131 match = reltagre.search(lin)
142 for lin in p.stdout:
143 match = starttagre.search(lin)
[all...]
H A Dltmain.sh1011 link|lin|li|l)
/third_party/libwebsockets/lib/drivers/led/
H A Dled-seq.c50 cie_antilog(lws_led_intensity_t lin) in cie_antilog() argument
52 return (cie[lin >> 10] * (0x3ff - (lin & 0x3ff)) + in cie_antilog()
53 cie[(lin >> 10) + 1] * (lin & 0x3ff)) / 0x3ff; in cie_antilog()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp231 std::istringstream lin(line); in parseOutput()
234 lin >> testName >> testConfig; in parseOutput()
235 EXPECT_TRUE(lin); in parseOutput()
241 lin >> fpsTag >> fps >> frametimeTag >> frametime; in parseOutput()
245 if (!lin) in parseOutput()
/third_party/ffmpeg/libavfilter/
H A Dcolorchannelmixer_template.c105 float frout, fgout, fbout, lin, lout; in filter_slice_rgba_planar() local
118 rout, gout, bout, max, &lin, &lout); in filter_slice_rgba_planar()
119 preservel(&frout, &fgout, &fbout, lin, lout, max); in filter_slice_rgba_planar()
213 float lin, lout; in filter_slice_rgba_packed() local
216 rout, gout, bout, max, &lin, &lout); in filter_slice_rgba_packed()
217 preservel(&frout, &fgout, &fbout, lin, lout, max); in filter_slice_rgba_packed()
H A Dvf_colorchannelmixer.c64 static void preservel(float *r, float *g, float *b, float lin, float lout, float max) in preservel() argument
68 *r *= lin / lout; in preservel()
69 *g *= lin / lout; in preservel()
70 *b *= lin / lout; in preservel()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c398 nv50_vec4_map(uint8_t *map, int mid, uint32_t lin[4], in nv50_vec4_map() argument
407 lin[mid / 32] |= 1 << (mid % 32); in nv50_vec4_map()
439 uint32_t lin[4]; in nv50_fp_linkage_validate() local
454 memset(lin, 0x00, sizeof(lin)); in nv50_fp_linkage_validate()
463 m = nv50_vec4_map(map, 0, lin, &dummy, &vp->out[0]); in nv50_fp_linkage_validate()
478 m = nv50_vec4_map(map, m, lin, &fp->in[fp->vp.bfc[i]], in nv50_fp_linkage_validate()
501 m = nv50_vec4_map(map, m, lin, in nv50_fp_linkage_validate()
591 PUSH_DATAp(push, lin, 4); in nv50_fp_linkage_validate()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc162 static inline float lin(Position pos,float size) // {{{ in lin() function
190 ret.xpos+=lin(param.xalign,width-subwidth); in calculate_edit()
194 ret.ypos+=lin(param.yalign,height-subheight); in calculate_edit()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c123 * Hence: lin = src > 15 ? poly : src / 12.6 in lp_build_srgb_to_linear()
168 LLVMValueRef lin_thresh, lin, lin_const, is_linear, tmp, pow_final; in lp_build_linear_to_srgb() local
299 lin = lp_build_mul(&f32_bld, src, lin_const); in lp_build_linear_to_srgb()
303 tmp = lp_build_select(&f32_bld, is_linear, lin, pow_final); in lp_build_linear_to_srgb()
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp33 LinearizedPath lin; in linearize_path() local
40 lin.push_back({pos, {tan.fY, -tan.fX}}); in linearize_path()
43 return lin; in linearize_path()
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowCaching.js4 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) {
72 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) {
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c372 struct linger lin; in libsrt_set_options_pre() local
373 lin.l_linger = s->linger; in libsrt_set_options_pre()
374 lin.l_onoff = lin.l_linger > 0 ? 1 : 0; in libsrt_set_options_pre()
375 if (libsrt_setsockopt(h, fd, SRTO_LINGER, "SRTO_LINGER", &lin, sizeof(lin)) < 0) in libsrt_set_options_pre()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c261 snd_pcm_format_mask_t lin = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_plug_slave_format() local
271 if (!snd_pcm_format_mask_test(&lin, format) && in snd_pcm_plug_slave_format()
295 snd_mask_intersect(&lin, format_mask); in snd_pcm_plug_slave_format()
297 if (snd_mask_empty(&lin) && snd_mask_empty(&fl)) { in snd_pcm_plug_slave_format()
323 if (snd_mask_empty(&lin)) { in snd_pcm_plug_slave_format()
/third_party/icu/tools/colprobe/
H A Dsortedlines.h103 void init(UnicodeSet &rep, Line *lin);
H A Dsortedlines.cpp240 void SortedLines::init(UnicodeSet &rep, Line *lin) in init() argument
247 Line *currLine = lin+size; in init()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py641 for lin in funcs_f:
642 line += skip_comments(lin, funcs_f)
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c45 int lin; in lws_ws_rx_sm() local
606 lin = pmdrx.eb_in.len; in lws_ws_rx_sm()
607 //if (lin) in lws_ws_rx_sm()
726 if (!lin) in lws_ws_rx_sm()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc670 int lin = script.GetLineNumber(source_position()) + 1; in JSGeneratorObjectPrint() local
672 os << ", lin " << lin; in JSGeneratorObjectPrint() local
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh1031 link|lin|li|l)
/third_party/eudev/
H A Dltmain.sh2337 link|lin|li|l)
/third_party/curl/
H A Dltmain.sh2522 link|lin|li|l)
/third_party/lame/
H A Dltmain.sh2290 link|lin|li|l)
/third_party/node/deps/cares/
H A Dltmain.sh2522 link|lin|li|l)
/third_party/node/deps/cares/config/
H A Dltmain.sh2522 link|lin|li|l)
/third_party/libevdev/build-aux/
H A Dltmain.sh2530 link|lin|li|l)

Completed in 88 milliseconds

12