Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 25 of 84) sorted by relevance

1234

/external/aac/libSACenc/src/
Dsacenc_dmx_tdom_enh.cpp274 int smp; in fdk_sacenc_init_enhancedTimeDomainDmx() local
290 for (smp = 0; smp < hEnhancedTimeDmx->framelength + 1; smp++) { in fdk_sacenc_init_enhancedTimeDomainDmx()
291 hEnhancedTimeDmx->sinusWindow_m[smp] = in fdk_sacenc_init_enhancedTimeDomainDmx()
292 fMult(ALPHA_M, fPow2(fixp_sin(smp * deltax_m, deltax_e))); in fdk_sacenc_init_enhancedTimeDomainDmx()
342 int smp; in fdk_sacenc_apply_enhancedTimeDomainDmx() local
360 smp = 0; in fdk_sacenc_apply_enhancedTimeDomainDmx()
367 const int offset = smp; in fdk_sacenc_apply_enhancedTimeDomainDmx()
384 for (smp = offset; in fdk_sacenc_apply_enhancedTimeDomainDmx()
385 smp < fixMin(offset + granuleLength, hEnhancedTimeDmx->framelength); in fdk_sacenc_apply_enhancedTimeDomainDmx()
386 smp++) { in fdk_sacenc_apply_enhancedTimeDomainDmx()
[all …]
/external/skia/resources/sksl/errors/
DBinaryInvalidType.sksl29 sampler2D smp;
32 float x = smp * 2;
36 float x = 2 * smp;
40 float x = smp * smp;
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressFactoryImpl.java97 StringMsgParser smp = new StringMsgParser(); in createSipURI() local
98 SipUri sipUri = smp.parseSIPUrl(uri); in createSipURI()
130 StringMsgParser smp = new StringMsgParser(); in createSipURI() local
133 SipUri sipUri = smp.parseSIPUrl(uriString.toString()); in createSipURI()
153 StringMsgParser smp = new StringMsgParser(); in createTelURL() local
154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl); in createTelURL()
193 StringMsgParser smp = new StringMsgParser(); in createAddress() local
194 return smp.parseAddress(address); in createAddress()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaPlayer.java147 public void run(MediaPlayer mp, ShadowMediaPlayer smp) { in run() argument
149 e.run(mp, smp); in run()
155 public void run(MediaPlayer mp, ShadowMediaPlayer smp); in run() argument
287 public void run(MediaPlayer mp, ShadowMediaPlayer smp) { in scheduleInfoAtOffset()
288 smp.invokeInfoListener(what, extra); in scheduleInfoAtOffset()
319 public void run(MediaPlayer mp, ShadowMediaPlayer smp) { in scheduleBufferUnderrunAtOffset()
320 smp.invokeInfoListener(MediaPlayer.MEDIA_INFO_BUFFERING_END, 0); in scheduleBufferUnderrunAtOffset()
321 smp.doStart(); in scheduleBufferUnderrunAtOffset()
326 public void run(MediaPlayer mp, ShadowMediaPlayer smp) { in scheduleBufferUnderrunAtOffset()
327 smp.doStop(); in scheduleBufferUnderrunAtOffset()
[all …]
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
DREADME.md7 ![lws-smp-overview](../../doc-assets/lws-smp-ov.png)
16 ![lws-smp-example](../../doc-assets/lws-smp-example.png)
27 $ ./lws-minimal-http-server-smp
DCMakeLists.txt1 project(lws-minimal-http-server-smp)
6 set(SAMP lws-minimal-http-server-smp)
7 set(SRCS minimal-http-server-smp.c)
/external/llvm-project/flang/test/Semantics/
Dcall05.f9034 subroutine smp(x) subroutine
72 call smp(mp) ! ok
77 call smp(pp)
97 call smp(mpmat)
/external/llvm-project/polly/test/ScopInfo/
Dinvariant_load_distinct_parameter_valuations.ll3 ; Check that we do not consolidate the invariant loads to smp[order - 1] and
4 ; smp[order - 2] in the blocks %0 and %16. While they have the same pointer
27 define void @encode_residual_fixed(i32* %res, i32* %smp, i32 %n, i32 %order) {
40 %tmp3 = getelementptr inbounds i32, i32* %smp, i64 %tmp2
44 %tmp7 = getelementptr inbounds i32, i32* %smp, i64 %tmp6
67 %tmp19 = getelementptr inbounds i32, i32* %smp, i64 %tmp18
71 %tmp23 = getelementptr inbounds i32, i32* %smp, i64 %tmp22
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.texture.sampler.transform.frag3 uniform sampler smp;
12 color = texture(sampler2D(tex, smp), coord);
/external/deqp-deps/glslang/Test/
Dspv.texture.sampler.transform.frag3 uniform sampler smp;
12 color = texture(sampler2D(tex, smp), coord);
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
DREADME.md5 as in the http-server-smp example (but with ws).
21 $ ./lws-minimal-ws-server-threads-smp
22 [2019/01/28 06:59:17:4217] USER: LWS minimal ws server + threads + smp | visit http://localhost:7681
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c389 Pinfo *smp; /* ptr to current process data slot */ in put_proc_info() local
391 smp = shmaddr + tval; in put_proc_info()
392 smp->pid = getpid(); in put_proc_info()
393 smp->ppid = getppid(); in put_proc_info()
394 smp->err = 0; in put_proc_info()
395 smp->msg = 0; in put_proc_info()
401 return (smp); in put_proc_info()
404 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval); in put_proc_info()
405 *smp->list = (tval - 1) / BVAL; in put_proc_info()
406 listp = smp->list + 1; in put_proc_info()
[all …]
/external/clang/test/SemaOpenCL/
Dsampler_t_overload.cl9 const sampler_t smp = 10;
11 foo(smp, src2);
Dsampler_t.cl8 …sampler_t smp; // expected-error{{the 'sampler_t' type cannot be used to declare a structure or un…
12 …local sampler_t smp; // expected-error{{sampler type cannot be used with the __local and __global …
/external/llvm-project/clang/test/SemaOpenCL/
Dsampler_t_overload.cl9 const sampler_t smp = 10;
11 foo(smp, src2);
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh258 # Appends a string containing "-smp XXX" to qemu-args, unless the incoming
259 # qemu-args already contains "-smp".
/external/libwebsockets/scripts/
Dh2load-smp.sh12 cd ../minimal-examples/http-server/minimal-http-server-smp
13 $PW/bin/lws-minimal-http-server-smp -s &
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java270 StringMsgParser smp = new StringMsgParser(sipMessageListener); in run() local
271 smp.readBody = false; in run()
278 sipMessage = smp.parseSIPMessage(inputBuffer.toString()); in run()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
DCMakeLists.txt1 project(lws-minimal-http-server-eventlib-smp)
6 set(SAMP lws-minimal-http-server-eventlib-smp)
7 set(SRCS minimal-http-server-eventlib-smp.c)
/external/clang/test/CodeGenOpenCL/
Dopencl_types.cl28 sampler_t smp = 5;
33 fnc4smp(smp);
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinline_opaque_test.cpp42 OpMemberName %S_t 2 "smp" in TEST_F()
247 OpMemberName %S_t 2 "smp" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinline_opaque_test.cpp42 OpMemberName %S_t 2 "smp" in TEST_F()
247 OpMemberName %S_t 2 "smp" in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinline_opaque_test.cpp42 OpMemberName %S_t 2 "smp" in TEST_F()
247 OpMemberName %S_t 2 "smp" in TEST_F()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java699 StringMsgParser smp = new StringMsgParser(); in createRequest() local
700 smp.setStrict(this.strict); in createRequest()
733 smp.setParseExceptionListener(parseExceptionListener); in createRequest()
735 SIPMessage sipMessage = smp.parseSIPMessage(requestString); in createRequest()
756 StringMsgParser smp = new StringMsgParser(); in createResponse()
758 SIPMessage sipMessage = smp.parseSIPMessage(responseString); in createResponse()
/external/llvm-project/clang/test/CodeGenOpenCL/
Dsampler.cl40 sampler_t smp = CLK_ADDRESS_CLAMP_TO_EDGE | CLK_NORMALIZED_COORDS_TRUE | CLK_FILTER_NEAREST;
46 fnc4smp(smp);
52 fnc4smp(smp);

1234