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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp2.d 10 0+000 <[^>]*> ec4a5b10 vmov d0, r5, sl
11 0+004 <[^>]*> ec5a5b10 vmov r5, sl, d0
12 0+008 <[^>]*> ec4a5a37 (vmov s15, s16, r5, sl|fmsrr {s15, s16}, r5, sl)
13 0+00c <[^>]*> ec5a5a37 (vmov r5, sl, s15, s16|fmrrs r5, sl, {s15, s16})
14 0+010 <[^>]*> ec45ab1f vmov d15, sl, r5
15 0+014 <[^>]*> ec55ab1f vmov sl, r5, d15
16 0+018 <[^>]*> ec45aa38 (vmov s17, s18, sl, r5|fmsrr {s17, s18}, sl, r5
    [all...]
vfp2_t2.d 10 0+000 <[^>]*> ec4a 5b10 vmov d0, r5, sl
11 0+004 <[^>]*> ec5a 5b10 vmov r5, sl, d0
12 0+008 <[^>]*> ec4a 5a37 (vmov s15, s16, r5, sl|fmsrr {s15, s16}, r5, sl)
13 0+00c <[^>]*> ec5a 5a37 (vmov r5, sl, s15, s16|fmrrs r5, sl, {s15, s16})
14 0+010 <[^>]*> ec45 ab1f vmov d15, sl, r5
15 0+014 <[^>]*> ec55 ab1f vmov sl, r5, d15
16 0+018 <[^>]*> ec45 aa38 (vmov s17, s18, sl, r5|fmsrr {s17, s18}, sl, r5
    [all...]
  /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/elfutils/src/
debugpred.h 33 const unsigned long int *sl = &__start_predict_line; local
38 printf ("%s:%lu: wrong=%lu, correct=%lu%s\n", *sf, *sl, s[0], s[1],
40 ++sl;
  /external/toybox/toys/posix/
basename.c 27 long bl = strlen(base), sl = strlen(suffix); local
28 char *s = base + bl - sl;
30 if (bl > sl && !strcmp(s, suffix)) *s = 0;
  /external/pdfium/third_party/agg23/
agg_render_scanlines.h 22 void render_scanlines(Rasterizer& ras, Scanline& sl, Renderer& ren, bool no_smooth)
25 sl.reset(ras.min_x(), ras.max_x());
27 while(ras.sweep_scanline(sl, no_smooth)) {
28 ren.render(sl);
35 Scanline& sl,
46 render_scanlines(ras, sl, r);
agg_renderer_scanline.h 42 template<class Scanline> void render(const Scanline& sl)
44 int y = sl.y();
50 unsigned num_spans = sl.num_spans();
51 typename Scanline::const_iterator span = sl.begin();
  /external/testng/src/test/resources/
create-serviceloader-jar.sh 6 rm -rf /tmp/sl
7 mkdir /tmp/sl
8 cd /tmp/sl
  /system/vold/
NetlinkManager.h 40 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; }
  /external/valgrind/drd/tests/
boost_thread.cpp 18 boost::mutex::scoped_lock sl(s_m);
20 s_cva.wait(sl);
26 boost::mutex::scoped_lock sl(s_m);
28 s_cva.wait(sl);
30 sl.unlock();
  /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/nist-sip/java/gov/nist/javax/sip/header/
StatusLine.java 71 StatusLine sl = (StatusLine) matchObj;
73 if (sl.matchExpression != null)
74 return sl.matchExpression.match(this.encode());
76 if (sl.sipVersion != null && !sl.sipVersion.equals(sipVersion))
78 if (sl.statusCode != 0) {
80 int hiscode = sl.statusCode;
81 String codeString = Integer.toString(sl.statusCode);
86 if (statusCode != sl.statusCode)
90 if (sl.reasonPhrase == null || reasonPhrase == sl.reasonPhrase
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ScalingList.java 60 ScalingList sl = new ScalingList(); local
61 sl.scalingList = new int[sizeOfScalingList];
68 sl.useDefaultScalingMatrixFlag = (j == 0 && nextScale == 0);
70 sl.scalingList[j] = nextScale == 0 ? lastScale : nextScale;
71 lastScale = sl.scalingList[j];
73 return sl;
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/
SpringLayoutHelper.java 33 final SpringLayout sl; field in class:SpringLayoutHelper
37 sl = springLayout;
42 sl.putConstraint(SpringLayout.WEST, componentToPlace, horizontalPadding, SpringLayout.EAST, relativeTo);
44 sl.putConstraint(SpringLayout.NORTH, componentToPlace, verticalPadding, SpringLayout.NORTH, relativeTo);
56 sl.putConstraint(SpringLayout.WEST, componentToPlace, horizontalPadding, SpringLayout.WEST, relativeTo);
58 sl.putConstraint(SpringLayout.NORTH, componentToPlace, verticalPadding, SpringLayout.SOUTH, relativeTo);
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 70 SLObjectItf sl; local
92 result = slCreateEngine( &sl, 1, EngineOption, 1, iidArray, required);
95 /* Realizing the SL Engine in synchronous mode. */
96 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
103 /* Get the SL Engine interface which is implicit */
104 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
108 result = (*sl)->GetInterface(sl, SL_IID_ANDROIDEFFECTCAPABILITIES, (void*)&EffectLibItf)
    [all...]
  /external/clang/test/CodeGen/
zvector.c 16 volatile vector signed long long sl, sl2; variable
50 // CHECK: store volatile <2 x i64> [[VAL]], <2 x i64>* @sl
51 sl = sl2;
87 // CHECK: store volatile <2 x i64> [[VAL]], <2 x i64>* @sl
88 sl = +sl2;
113 sl = -sl2;
346 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl
349 sl = sl + sl2;
350 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 52 const glu::sl::ShaderCaseSpecification& specification);
66 const glu::sl::ShaderCaseSpecification m_spec;
glsShaderConstExprTests.cpp 40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output)
42 dst->outputs.push_back(glu::sl::Value());
45 glu::sl::Value& value = dst->outputs.back();
158 glu::sl::ShaderCaseSpecification spec;
161 spec.expectResult = glu::sl::EXPECT_PASS;
162 spec.caseType = glu::sl::CASETYPE_VERTEX_ONLY;
179 glu::sl::ShaderCaseSpecification spec;
182 spec.expectResult = glu::sl::EXPECT_PASS;
183 spec.caseType = glu::sl::CASETYPE_FRAGMENT_ONLY;
212 glu::sl::ShaderCaseSpecification spec
    [all...]
  /system/netd/server/
NetlinkManager.h 47 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; }
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 54 const ScriptList *sl = (const ScriptList *)kinfo->usr; local
59 for (size_t ct = 0; ct < sl->count; ct++) {
61 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
62 mkinfo->usr = sl->usrPtrs[ct];
64 if (sl->ins[ct]) {
67 mkinfo->inPtr[0] = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
69 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes;
71 if (sl->inExts[ct]) {
74 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->current.y);
76 } else if (sl->ins[ct]->mHal.drvState.lod[0].dimY > kinfo->lid)
239 ScriptList sl; local
    [all...]
  /external/testng/src/main/java/org/testng/mustache/
Model.java 20 SubModel sl = new SubModel(); local
21 sl.variable = variable;
22 sl.subModel = subModel;
23 m_subModels.push(sl);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
addr-syntax.d 14 c: 506c 2400 ldrd sl,\[ip\]
15 10: 587c 2400 strd sl,\[lr\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reg3-op.d 16 24: 39200cb0 sl \$32,\$12,176
28 54: 391f0c00 sl \$31,\$12,0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-atomic.s 8 [a2] sl .D2T2 b30,*b29
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 52 ARG_DEF("sl", "spatial-layers", 1, "number of spatial SVC layers");
402 unsigned int sl, tl; local
407 for (sl = 0; sl < cfg->ss_number_layers; ++sl) {
409 const int layer = sl * cfg->ts_number_layers + tl;
410 const int tlayer0 = sl * cfg->ts_number_layers;
441 unsigned int sl, tl; local
445 printf("Rate control layer stats for sl%d tl%d layer(s):\n\n",
447 for (sl = 0; sl < cfg->ss_number_layers; ++sl)
621 int sl, tl; local
    [all...]

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>