HomeSort by relevance Sort by last modified time
    Searched defs:sl (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/elfutils/src/
debugpred.h 41 const unsigned long int *sl = &__start_predict_line; local
46 printf ("%s:%lu: wrong=%lu, correct=%lu%s\n", *sf, *sl, s[0], s[1],
48 ++sl;
  /external/e2fsprogs/intl/
os2compat.c 59 size_t sl = strlen (root); local
60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
61 memcpy (_nlos2_libdir, root, sl);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
73 size_t sl = strlen (root); local
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
75 memcpy (_nlos2_localealiaspath, root, sl);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
87 size_t sl = strlen (root); local
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 8 template<class Scanline> bool sweep_scanline(Scanline& sl)
18 void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& color)
20 while(ras.sweep_scanline(sl))
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
33 render_scanlines_aa_solid(ras, sl, r, c.color(i));
46 agg::scanline_u8 sl; local
48 agg::render_ctrl(ras, sl, ren_base, m_polygons);
  /external/openssh/
md5crypt.c 56 int sl, pl, i, j; local
74 sl = ep - sp;
77 memcpy(salt_copy, sp, sl);
78 salt_copy[sl] = '\0';
89 MD5_Update(&ctx, sp, sl);
94 MD5_Update(&ctx1, sp, sl);
129 MD5_Update(&ctx1, sp, sl);
  /external/stlport/test/unit/
slist_test.cpp 127 slist<int> sl(array, array + 5);
130 slit = sl.erase(sl.begin());
134 slit = sl.erase(sl.begin(), slit);
137 sl.assign(array, array + 5);
139 slit = sl.erase_after(sl.begin());
142 slit = sl.begin(); ++slit; ++slit;
143 slit = sl.erase_after(sl.begin(), slit)
158 slist<int> sl; local
178 slist<int> sl; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 127 slist<int> sl(array, array + 5);
130 slit = sl.erase(sl.begin());
134 slit = sl.erase(sl.begin(), slit);
137 sl.assign(array, array + 5);
139 slit = sl.erase_after(sl.begin());
142 slit = sl.begin(); ++slit; ++slit;
143 slit = sl.erase_after(sl.begin(), slit)
158 slist<int> sl; local
178 slist<int> sl; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 127 slist<int> sl(array, array + 5);
130 slit = sl.erase(sl.begin());
134 slit = sl.erase(sl.begin(), slit);
137 sl.assign(array, array + 5);
139 slit = sl.erase_after(sl.begin());
142 slit = sl.begin(); ++slit; ++slit;
143 slit = sl.erase_after(sl.begin(), slit)
158 slist<int> sl; local
178 slist<int> sl; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 77 SpotLight sl; field in class:TestSpotLightTerrain
90 sl = new SpotLight();
91 sl.setSpotRange(100);
92 sl.setSpotOuterAngle(20 * FastMath.DEG_TO_RAD);
93 sl.setSpotInnerAngle(15 * FastMath.DEG_TO_RAD);
94 sl.setDirection(new Vector3f(-0.39820394f, -0.73094344f, 0.55421597f));
95 sl.setPosition(new Vector3f(-64.61567f, -87.615425f, -202.41328f));
96 rootNode.addLight(sl);
104 sl.setDirection(cam.getDirection());
105 sl.setPosition(cam.getLocation())
    [all...]
  /external/v8/src/
log-utils.h 145 ScopedLock sl; member in class:v8::internal::BASE_EMBEDDED
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 71 SLObjectItf sl; local
93 result = slCreateEngine( &sl, 1, EngineOption, 1, iidArray, required);
96 /* Realizing the SL Engine in synchronous mode. */
97 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
104 /* Get the SL Engine interface which is implicit */
105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
109 result = (*sl)->GetInterface(sl, SL_IID_ANDROIDEFFECTCAPABILITIES, (void*)&EffectLibItf)
157 SLObjectItf sl; local
    [all...]
slesTestPlayFdPath.cpp 50 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size)
74 /* Get the SL Engine Interface which is implicit */
75 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
194 SLObjectItf sl; local
212 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
215 /* Realizing the SL Engine in synchronous mode. */
216 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
221 TestPlayPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2])
    [all...]
slesTestBassBoostPath.cpp 50 void TestBassBoostPathFromFD(SLObjectItf sl, const char* path, int16_t boostStrength, bool alwaysOn)
79 /* Get the SL Engine Interface which is implicit */
80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
252 SLObjectItf sl; local
280 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
283 /* Realizing the SL Engine in synchronous mode. */
284 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
288 TestBassBoostPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn)
    [all...]
slesTestEqFdPath.cpp 50 void TestEQPathFromFD( SLObjectItf sl, const char* path
84 /* Get the SL Engine Interface which is implicit */
85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
281 SLObjectItf sl; local
315 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
318 /* Realizing the SL Engine in synchronous mode. */
319 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
325 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2])
    [all...]
slesTestEqOutputPath.cpp 50 void TestEQPathFromFD( SLObjectItf sl, const char* path
86 /* Get the SL Engine Interface which is implicit */
87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
285 SLObjectItf sl; local
316 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
319 /* Realizing the SL Engine in synchronous mode. */
320 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
326 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2])
    [all...]
slesTestSawtoothBufferQueue.cpp 63 fprintf(stdout, "%u SL failure, exiting\n", res);
67 //fprintf(stdout, "%d SL success, proceeding...\n", res);
105 void TestPlaySawtoothBufferQueue( SLObjectItf sl )
137 /* Get the SL Engine Interface which is implicit */
138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
278 SLObjectItf sl; local
284 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
286 /* Realizing the SL Engine in synchronous mode. */
287 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res)
    [all...]
slesTestVirtualizerPath.cpp 50 void TestVirtualizerPathFromFD( SLObjectItf sl, const char* path, int16_t virtStrength,
80 /* Get the SL Engine Interface which is implicit */
81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
254 SLObjectItf sl; local
282 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
285 /* Realizing the SL Engine in synchronous mode. */
286 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
290 TestVirtualizerPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn)
    [all...]
xaVideoDecoderCapabilities.cpp 304 XAObjectItf sl; local
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type)
75 /* Get the SL Engine Interface which is implicit */
76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
238 SLObjectItf sl; local
258 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
261 /* Realizing the SL Engine in synchronous mode. */
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2]))
    [all...]
slesTestPlayUri2.cpp 63 void TestPlayUri( SLObjectItf sl, const char* path, const char* path2)
88 /* Get the SL Engine Interface which is implicit */
89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
252 SLObjectItf sl; local
271 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
274 /* Realizing the SL Engine in synchronous mode. */
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
279 TestPlayUri(sl, argv[1], argv[1])
    [all...]
slesTest_playStates.cpp 48 void TestPlayUri( SLObjectItf sl, const char* path)
73 /* Get the SL Engine Interface which is implicit */
74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
207 SLObjectItf sl; local
226 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
229 /* Realizing the SL Engine in synchronous mode. */
230 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
234 TestPlayUri(sl, argv[1])
    [all...]
slesTestGetPositionUri.cpp 127 void TestGetPositionUri( SLObjectItf sl, const char* path)
158 /* Get the SL Engine Interface which is implicit */
159 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
317 SLObjectItf sl; local
334 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
336 /* Realizing the SL Engine in synchronous mode. */
337 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
340 TestGetPositionUri(sl, argv[1])
    [all...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 250 int sl = s.l; local
252 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0;
253 int sbits = sh - sl;
288 sl = offset;
296 const uint32_t mask = ((1<<sbits)-1) << sl;
312 sl += 32-sh;
339 if (sl) {
340 MOV(AL, 0, ireg, reg_imm(s.reg, LSR, sl));
341 sh -= sl;
342 sl = 0
    [all...]
  /external/aac/libFDK/include/
FDK_trigFcts.h 177 LONG sl, cl; local
184 sl = (LONG)tmp.v.re;
189 sl = (LONG)tmp.v.im;
194 *sine = (FIXP_DBL)((sl * ssign) << (DFRACT_BITS-FRACT_BITS));
197 *sine = (FIXP_DBL)(sl * ssign);
  /external/hyphenation/
csutil.c 43 int sl = strlen(s); local
44 d = (char *) malloc(((sl+1) * sizeof(char)));
45 if (d) memcpy(d,s,((sl+1)*sizeof(char)));
    [all...]
  /external/libgsm/src/
lpc.c 96 register float sl = *sp; local
98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
101 word sl = *sp; local
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
106 # define NEXTI sl = *++sp

Completed in 405 milliseconds

1 2 3 4