Home
last modified time | relevance | path

Searched refs:lsp (Results 1 – 25 of 71) sorted by relevance

123

/external/libwebsockets/lib/misc/
Dspawn.c35 struct lws_spawn_piped *lsp = lws_container_of(sul, in lws_spawn_timeout() local
40 lws_spawn_piped_kill_child_process(lsp); in lws_spawn_timeout()
93 struct lws_spawn_piped *lsp = *_lsp; in lws_spawn_piped_destroy() local
96 if (!lsp) in lws_spawn_piped_destroy()
100 if (lsp->pipe_fds[n][!!(n == 0)] == 0) in lws_spawn_piped_destroy()
103 if (lsp->pipe_fds[n][!!(n == 0)] >= 0) { in lws_spawn_piped_destroy()
104 close(lsp->pipe_fds[n][!!(n == 0)]); in lws_spawn_piped_destroy()
105 lsp->pipe_fds[n][!!(n == 0)] = LWS_SOCK_INVALID; in lws_spawn_piped_destroy()
109 lws_dll2_remove(&lsp->dll); in lws_spawn_piped_destroy()
111 lws_sul_schedule(lsp->info.vh->context, lsp->info.tsi, &lsp->sul, in lws_spawn_piped_destroy()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go35 lsp "./lsp/protocol" packageName
80 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
92 client lsp.Client
105 func (f *file) tokAt(lp lsp.Position) *parser.Token {
118 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersPar…
122 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
130 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) e…
134 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
138 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
142 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
[all …]
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go35 lsp "./lsp/protocol" packageName
80 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
92 client lsp.Client
105 func (f *file) tokAt(lp lsp.Position) *parser.Token {
118 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersPar…
122 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
130 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) e…
134 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
138 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
142 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go35 lsp "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/protocol" packageName
85 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
97 client lsp.Client
110 func (f *file) tokAt(lp lsp.Position) *parser.Token {
123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersPar…
127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) e…
139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
[all …]
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp764 int CLpc_Read(HANDLE_FDK_BITSTREAM hBs, FIXP_LPC lsp[][M_LP_FILTER_ORDER], in CLpc_Read()
782 vlpc_1st_dec(hBs, lsp[4 >> s]); in CLpc_Read()
783 err = vlpc_2st_dec(hBs, lsp[4 >> s], 0); /* nk_mode = 0 */ in CLpc_Read()
795 lsp[0][i] = lpc4_lsf[i]; in CLpc_Read()
814 vlpc_1st_dec(hBs, lsp[k >> s]); in CLpc_Read()
818 lsp[k >> s][i] = lsp[4 >> s][i]; in CLpc_Read()
823 err = vlpc_2st_dec(hBs, lsp[k >> s], nk_mode); in CLpc_Read()
837 vlpc_1st_dec(hBs, lsp[1]); in CLpc_Read()
838 err = vlpc_2st_dec(hBs, lsp[1], 0); in CLpc_Read()
847 lsp[1][i] = (lsp[0][i] >> 1) + (lsp[2][i] >> 1); in CLpc_Read()
[all …]
Dusacdec_lpc.h144 int CLpc_Read(HANDLE_FDK_BITSTREAM hBs, FIXP_LPC lsp[][M_LP_FILTER_ORDER],
160 void CLpc_Conceal(FIXP_LPC lsp[][M_LP_FILTER_ORDER],
188 void E_LPC_f_lsp_a_conversion(FIXP_LPC *lsp, FIXP_LPC *a, INT *a_exp);
/external/libldac/src/
Dquant_ldac.c52 int lsp, hsp; in norm_spectrum_ldac() local
60 lsp = ga_isp_ldac[iqu]; in norm_spectrum_ldac()
63 maxspec = fabs(p_spec[lsp]); in norm_spectrum_ldac()
64 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac()
74 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
79 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
80 p_spec[isp] = sa_val_ldac[isp-lsp]; in norm_spectrum_ldac()
Dquant_fixp_ldac.c63 int lsp, hsp; in norm_spectrum_ldac() local
70 lsp = ga_isp_ldac[iqu]; in norm_spectrum_ldac()
73 maxspec = abs(p_spec[lsp]); in norm_spectrum_ldac()
74 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac()
83 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
88 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
89 p_spec[isp] = sa_val_ldac[isp-lsp]; in norm_spectrum_ldac()
Dpack_ldac.c291 int lsp, hsp; in pack_spectrum_ldac() local
296 lsp = ga_isp_ldac[iqu]; in pack_spectrum_ldac()
303 isp = lsp; in pack_spectrum_ldac()
321 for (isp = lsp; isp < hsp; isp++) { in pack_spectrum_ldac()
339 int lsp, hsp; in pack_residual_ldac() local
347 lsp = ga_isp_ldac[iqu]; in pack_residual_ldac()
351 for (isp = lsp; isp < hsp; isp++) { in pack_residual_ldac()
/external/tremolo/Tremolo/
Dfloor0.c147 ogg_int32_t *lsp,int m, in vorbis_lsp_to_curve() argument
183 ogg_int32_t val=MULT32(lsp[i],0x517cc2); in vorbis_lsp_to_curve()
185 ogg_int32_t val=((lsp[i]>>10)*0x517d)>>14; in vorbis_lsp_to_curve()
402 ogg_int32_t *lsp){ in floor0_inverse1() argument
430 if(vorbis_book_decodev_set(b,lsp+j,&vd->opb,b->dim,-24)==-1)goto eop; in floor0_inverse1()
432 for(k=0;k<b->dim;k++,j++)lsp[j]+=last; in floor0_inverse1()
433 last=lsp[j-1]; in floor0_inverse1()
436 lsp[info->order]=amp; in floor0_inverse1()
437 return(lsp); in floor0_inverse1()
445 ogg_int32_t *lsp,ogg_int32_t *out){ in floor0_inverse2() argument
[all …]
/external/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_to_poly.c33 int16_t lsp[10]; in WebRtcIlbcfix_Lsf2Poly() local
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
42 WebRtcIlbcfix_GetLspPoly(&lsp[0],f1ptr); in WebRtcIlbcfix_Lsf2Poly()
43 WebRtcIlbcfix_GetLspPoly(&lsp[1],f2ptr); in WebRtcIlbcfix_Lsf2Poly()
Dpoly_to_lsf.c28 int16_t lsp[10]; in WebRtcIlbcfix_Poly2Lsf() local
29 WebRtcIlbcfix_Poly2Lsp(a, lsp, (int16_t*)WebRtcIlbcfix_kLspMean); in WebRtcIlbcfix_Poly2Lsf()
30 WebRtcIlbcfix_Lsp2Lsf(lsp, lsf, 10); in WebRtcIlbcfix_Poly2Lsf()
Dpoly_to_lsp.c30 int16_t *lsp, /* (i) LSP coefficients in Q15 */ in WebRtcIlbcfix_Poly2Lsp() argument
139 lsp[foundFreqs] = (int16_t)xint; in WebRtcIlbcfix_Poly2Lsp()
155 WEBRTC_SPL_MEMCPY_W16(lsp, old_lsp, 10); in WebRtcIlbcfix_Poly2Lsp()
Dlsf_to_lsp.c28 int16_t *lsp, /* (o) lsp in Q15 values between -1 and 1 */ in WebRtcIlbcfix_Lsf2Lsp() argument
57 lsp[i] = WebRtcIlbcfix_kCos[k] + (int16_t)(tmpW32 >> 12); in WebRtcIlbcfix_Lsf2Lsp()
Dget_lsp_poly.c41 int16_t *lsp, /* (i) LSP in Q15 */ in WebRtcIlbcfix_GetLspPoly() argument
50 lspPtr = lsp; in WebRtcIlbcfix_GetLspPoly()
/external/tcpdump/tests/
Disis_4-v.out163 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1200s
180 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1200s
197 lsp-id: 2222.2222.2222.00-00, seq: 0x00000005, lifetime: 1200s
214 lsp-id: 2222.2222.2222.00-00, seq: 0x00000006, lifetime: 1200s
232 start lsp-id: 0000.0000.0000.00-00
233 end lsp-id: ffff.ffff.ffff.ff-ff
235 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1198s, chksum: 0x1da8
236 lsp-id: 2222.2222.2222.00-00, seq: 0x00000005, lifetime: 1199s, chksum: 0x4382
240 start lsp-id: 0000.0000.0000.00-00
241 end lsp-id: ffff.ffff.ffff.ff-ff
[all …]
Disis_1-v.out4 start lsp-id: 0000.0000.0000.00-00
5 end lsp-id: ffff.ffff.ffff.ff-ff
7 lsp-id: 2222.2222.2222.00-00, seq: 0x0000000e, lifetime: 1184s, chksum: 0x5910
8 lsp-id: 3333.3333.3333.00-00, seq: 0x00000010, lifetime: 1147s, chksum: 0x1749
9 lsp-id: 3333.3333.3333.02-00, seq: 0x00000004, lifetime: 634s, chksum: 0x7f9f
93 start lsp-id: 0000.0000.0000.00-00
94 end lsp-id: ffff.ffff.ffff.ff-ff
96 lsp-id: 2222.2222.2222.00-00, seq: 0x0000000e, lifetime: 1174s, chksum: 0x5910
97 lsp-id: 3333.3333.3333.00-00, seq: 0x00000010, lifetime: 1137s, chksum: 0x1749
98 lsp-id: 3333.3333.3333.02-00, seq: 0x00000004, lifetime: 624s, chksum: 0x7f9f
[all …]
Disis_infloop-v.out5 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
12 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
19 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
26 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
33 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
Disis_3-v.out135 lsp-id: 4444.4444.4444.00-00, seq: 0x0000000a, lifetime: 1199s
155 lsp-id: 4444.4444.4444.01-00, seq: 0x00000003, lifetime: 1199s
163 lsp-id: 3333.3333.3333.00-00, seq: 0x00000009, lifetime: 1199s
224 start lsp-id: 0000.0000.0000.00-00
225 end lsp-id: ffff.ffff.ffff.ff-ff
227 lsp-id: 3333.3333.3333.00-00, seq: 0x00000009, lifetime: 1192s, chksum: 0x24b1
228 lsp-id: 4444.4444.4444.00-00, seq: 0x0000000a, lifetime: 1194s, chksum: 0xf252
229 lsp-id: 4444.4444.4444.01-00, seq: 0x00000003, lifetime: 1194s, chksum: 0x7ef7
333 start lsp-id: 0000.0000.0000.00-00
334 end lsp-id: ffff.ffff.ffff.ff-ff
[all …]
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c359 info.plsp = &wsi->http.cgi->lsp; in lws_cgi()
370 wsi->http.cgi->lsp = lws_spawn_piped(&info); in lws_cgi()
371 if (!wsi->http.cgi->lsp) { in lws_cgi()
383 wsi->user_space, NULL, cgi->lsp->child_pid); in lws_cgi()
620 n = lws_get_socket_fd(wsi->http.cgi->lsp->stdwsi[LWS_STDOUT]); in lws_cgi_write_split_stdout_headers()
771 n = lws_get_socket_fd(wsi->http.cgi->lsp->stdwsi[LWS_STDOUT]); in lws_cgi_write_split_stdout_headers()
859 if (!wsi->http.cgi || !wsi->http.cgi->lsp) in lws_cgi_kill()
862 pid = wsi->http.cgi->lsp->child_pid; in lws_cgi_kill()
864 args.stdwsi = &wsi->http.cgi->lsp->stdwsi[0]; in lws_cgi_kill()
865 lws_spawn_piped_kill_child_process(wsi->http.cgi->lsp); in lws_cgi_kill()
[all …]
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c60 static VOID ixheaacd_compute_coeff_poly_f(FLOAT32 lsp[], FLOAT32 *f1, in ixheaacd_compute_coeff_poly_f() argument
66 ptr_lsp = lsp; in ixheaacd_compute_coeff_poly_f()
82 VOID ixheaacd_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in ixheaacd_lsp_to_lp_conversion() argument
91 ixheaacd_compute_coeff_poly_f(lsp, &poly1[1], &poly2[1]); in ixheaacd_lsp_to_lp_conversion()
231 FLOAT32 lsp[ORDER]; in ixheaacd_interpolation_lsp_params() local
243 lsp[i] = (lsp_old[i] * x_minus_y) + (lsp_new[i] * x_plus_y); in ixheaacd_interpolation_lsp_params()
247 ixheaacd_lsp_to_lp_conversion(lsp, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc99 bool IsLwpCrashedCallback(lwpstatus_t *lsp, void *context) { in IsLwpCrashedCallback() argument
103 const prgregset_t *gregs = &(lsp->pr_reg); in IsLwpCrashedCallback()
113 crashing_context->crashing_lwpid = lsp->pr_lwpid; in IsLwpCrashedCallback()
233 const lwpstatus_t *lsp, in WriteCrashedLwpStream() argument
237 lwp->thread_id = lsp->pr_lwpid; in WriteCrashedLwpStream()
274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream() argument
275 prfpregset_t fp_regs = lsp->pr_fpreg; in WriteLwpStream()
276 const prgregset_t *gregs = &(lsp->pr_reg); in WriteLwpStream()
290 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream()
305 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream()
[all …]
/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
92 lsp = L_z2-((longword)msp<<15); /* gsm_L_sub(L_z2,(msp<<15)); */
94 L_s2 += GSM_MULT_R( lsp, 32735 );
/external/clang/test/Sema/
Dformat-strings-scanf.c96 void test_alloc_extension(char **sp, wchar_t **lsp, float *fp) { in test_alloc_extension() argument
101 …scanf("%aS", lsp); // expected-warning{{format specifies type 'float *' but the argument has type … in test_alloc_extension()
107 scanf("%mS", lsp); // No warning. in test_alloc_extension()
109 scanf("%mC", lsp); // No warning. in test_alloc_extension()
/external/llvm-project/clang/test/Sema/
Dformat-strings-scanf.c114 void test_alloc_extension(char **sp, wchar_t **lsp, float *fp) { in test_alloc_extension() argument
119 …scanf("%aS", lsp); // expected-warning{{format specifies type 'float *' but the argument has type … in test_alloc_extension()
125 scanf("%mS", lsp); // No warning. in test_alloc_extension()
127 scanf("%mC", lsp); // No warning. in test_alloc_extension()

123