Searched refs:sl (Results 1 - 25 of 220) sorted by relevance

123456789

/external/e2fsprogs/intl/
H A Dos2compat.c59 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
[all...]
/external/elfutils/src/
H A Ddebugpred.h33 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/testng/src/test/resources/
H A Dcreate-serviceloader-jar.sh6 rm -rf /tmp/sl
7 mkdir /tmp/sl
8 cd /tmp/sl
/external/valgrind/drd/tests/
H A Dboost_thread.cpp18 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/
H A Dinstantiate-invalid.cpp8 template<class Scanline> bool sweep_scanline(Scanline& sl) argument
18 void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& color) argument
20 while(ras.sweep_scanline(sl))
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c) argument
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/
H A DStatusLine.java71 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
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DScalingList.java60 ScalingList sl = new ScalingList();
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/pdfium/third_party/agg23/
H A Dagg_render_scanlines.h22 void render_scanlines(Rasterizer& ras, Scanline& sl, Renderer& ren, bool no_smooth) argument
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);
34 render_all_paths(Rasterizer& ras, Scanline& sl, Renderer& r, VertexSource& vs, const ColorStorage& as, const PathId& path_id, unsigned num_paths) argument
H A Dagg_renderer_scanline.h42 template<class Scanline> void render(const Scanline& sl) argument
44 int y = sl.y();
50 unsigned num_spans = sl.num_spans();
51 typename Scanline::const_iterator span = sl.begin();
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/
H A DSpringLayoutHelper.java33 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);
/external/clang/test/CodeGen/
H A Dzvector.c16 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/
H A DglsShaderLibraryCase.hpp52 const glu::sl::ShaderCaseSpecification& specification);
66 const glu::sl::ShaderCaseSpecification m_spec;
H A DglsShaderConstExprTests.cpp40 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
[all...]
H A DglsShaderLibrary.cpp35 class CaseFactory : public glu::sl::ShaderCaseFactory
50 tcu::TestCase* createCase (const std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec)
78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory);
/external/syslinux/com32/libutil/
H A Dcrypt-md5.c51 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...]
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c52 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
564 set_frame_flags_bypass_mode(int sl, int tl, int num_spatial_layers, int is_key_frame, vpx_svc_ref_frame_config_t *ref_frame_config) argument
629 unsigned int sl, tl; local
[all...]
/external/scapy/scapy/contrib/
H A Dcarp.py65 sl = []
68 sl.append(inet_aton(i))
69 sl.sort()
71 for i in sl:
/external/testng/src/main/java/org/testng/mustache/
H A DModel.java20 SubModel sl = new SubModel();
21 sl.variable = variable;
22 sl.subModel = subModel;
23 m_subModels.push(sl);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.pass.cpp138 std::scoped_lock sl{};
139 static_assert((std::is_same<decltype(sl), std::scoped_lock<>>::value), "" );
142 std::scoped_lock sl{m1};
143 static_assert((std::is_same<decltype(sl), std::scoped_lock<decltype(m1)>>::value), "" );
146 std::scoped_lock sl{m1, m2};
147 static_assert((std::is_same<decltype(sl), std::scoped_lock<decltype(m1), decltype(m2)>>::value), "" );
150 std::scoped_lock sl{m1, m2, m3};
151 static_assert((std::is_same<decltype(sl), std::scoped_lock<decltype(m1), decltype(m2), decltype(m3)>>::value), "" );
/external/strace/
H A Dmpers_test.sh55 long sl;
69 long sl;
102 int${size}_t sl;
116 int${size}_t sl;
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c301 int sl, tl, spatial_layer_target; local
306 for (sl = 0; sl < svc_ctx->spatial_layers; ++sl) {
307 total_bitrate += si->bitrates[sl * svc_ctx->temporal_layers +
310 enc_cfg->ss_target_bitrate[sl * svc_ctx->temporal_layers] +=
311 (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl];
312 enc_cfg->layer_target_bitrate[sl * svc_ctx->temporal_layers + tl] =
313 si->bitrates[sl * svc_ctx->temporal_layers + tl];
314 if (tl > 0 && (si->bitrates[sl * svc_ct
394 int i, sl, tl; local
[all...]
/external/valgrind/none/tests/darwin/
H A Dbug228343.c10 OSSpinLock sl = OS_SPINLOCK_INIT; variable
44 OSSpinLockLock(&sl);
46 OSSpinLockUnlock(&sl);
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker_cache_logger.cc74 StepLog* sl = &log_map_[step_id]; local
75 if (!sl->collector) {
76 sl->collector = new StepStatsCollector(&sl->step_stats);
78 sl->collector->Save(device, ns);
/external/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/
H A DArabicShapingSample.java28 int sl = -1;
126 sl = Integer.parseInt(val);
152 if (sl < 0) {
153 sl = text.length() - ss;
154 System.out.println("sl defaulting to " + sl);
157 dl = 2 * sl;
165 System.out.println(" input: '" + escapedText(src, ss, sl) + "'");
167 System.out.println("start: " + ss + " length: " + sl + " total length: " + src.length);
177 result = shaper.shape(src, ss, sl, des
[all...]
/external/clang/test/Sema/
H A Dzvector.c17 vector signed long long sl, sl2; variable
58 sl = sl2;
84 sl = sc2; // expected-error {{incompatible type}}
123 sl = (vector signed long long)bl2;
144 sl = (vector signed long long)bc2;
183 sl++;
223 sl--;
245 sl = +sl2;
271 sl = -sl2;
297 sl
[all...]

Completed in 676 milliseconds

123456789