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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Stringlist/
stringlist.c 61 StringList *sl; local
63 sl = malloc(sizeof(StringList));
64 if (sl == NULL)
67 sl->sl_cur = 0;
68 sl->sl_max = _SL_CHUNKSIZE;
69 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
70 if (sl->sl_str == NULL) {
71 free(sl);
72 sl = NULL;
    [all...]
  /toolchain/binutils/binutils-2.27/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/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
  /prebuilts/go/darwin-x86/test/interface/
convert.go 39 var sl StringLengther = t var
86 sl = t
87 hello(sl.String())
88 five(sl.Length())
91 s = sl
95 sl = s.(StringLengther)
96 hello(sl.String())
97 five(sl.Length())
117 sl, ok = s.(StringLengther)
119 hello(sl.String()
    [all...]
  /prebuilts/go/linux-x86/test/interface/
convert.go 39 var sl StringLengther = t var
86 sl = t
87 hello(sl.String())
88 five(sl.Length())
91 s = sl
95 sl = s.(StringLengther)
96 hello(sl.String())
97 five(sl.Length())
117 sl, ok = s.(StringLengther)
119 hello(sl.String()
    [all...]
  /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;
  /system/netd/server/
NetlinkManager.h 49 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; }
  /external/syslinux/com32/libutil/
crypt-md5.c 51 int sl, pl; local
70 for (sl = 0; sl < 8 && sp[sl] && sp[sl] != '$'; sl++) ;
81 MD5Update(&ctx, sp, sl);
86 MD5Update(&ctx1, sp, sl);
108 memcpy(p, sp, sl);
109 p += sl;
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 56 const ScriptList *sl = (const ScriptList *)kinfo->usr; local
61 for (size_t ct = 0; ct < sl->count; ct++) {
63 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
64 mkinfo->usr = sl->usrPtrs[ct];
66 if (sl->ins[ct]) {
69 mkinfo->inPtr[0] = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
71 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes;
73 if (sl->inExts[ct]) {
76 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->current.y);
78 } else if (sl->ins[ct]->mHal.drvState.lod[0].dimY > kinfo->lid)
237 ScriptList sl; local
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 52 ARG_DEF("sl", "spatial-layers", 1, "number of spatial SVC layers");
88 ARG_DEF("bl", "bitrates", 1, "bitrates[sl * num_tl + tl]");
418 unsigned int sl, tl; local
423 for (sl = 0; sl < cfg->ss_number_layers; ++sl) {
425 const int layer = sl * cfg->ts_number_layers + tl;
456 unsigned int sl, tl; local
460 printf("Rate control layer stats for sl%d tl%d layer(s):\n\n",
462 for (sl = 0; sl < cfg->ss_number_layers; ++sl)
629 unsigned int sl, tl; local
    [all...]
  /external/scapy/scapy/contrib/
carp.py 65 sl = []
68 sl.append(inet_aton(i))
69 sl.sort()
71 for i in sl:
  /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);

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 91011>>