/third_party/libabigail/ |
H A D | gen-changelog.py | 100 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 D | ltmain.sh | 1011 link|lin|li|l)
|
/third_party/libwebsockets/lib/drivers/led/ |
H A D | led-seq.c | 50 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 D | glmark2Benchmark.cpp | 231 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 D | colorchannelmixer_template.c | 105 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 D | vf_colorchannelmixer.c | 64 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 D | nv50_shader_state.c | 398 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 D | nup.cc | 162 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 D | lp_bld_format_srgb.c | 123 * 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 D | SkParticleBinding.cpp | 33 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 D | controlFlowCaching.js | 4 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 D | libsrt.c | 372 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 D | pcm_plug.c | 261 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 D | sortedlines.h | 103 void init(UnicodeSet &rep, Line *lin);
|
H A D | sortedlines.cpp | 240 void SortedLines::init(UnicodeSet &rep, Line *lin) in init() argument 247 Line *currLine = lin+size; in init()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_test_code.py | 641 for lin in funcs_f: 642 line += skip_comments(lin, funcs_f)
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | ops-ws.c | 45 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 D | objects-printer.cc | 670 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 D | ltmain.sh | 1031 link|lin|li|l)
|
/third_party/eudev/ |
H A D | ltmain.sh | 2337 link|lin|li|l)
|
/third_party/curl/ |
H A D | ltmain.sh | 2522 link|lin|li|l)
|
/third_party/lame/ |
H A D | ltmain.sh | 2290 link|lin|li|l)
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 2522 link|lin|li|l)
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 2522 link|lin|li|l)
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 2530 link|lin|li|l)
|