Searched defs:extend (Results 1 - 25 of 75) sorted by last modified time

123

/external/vixl/src/a64/
H A Dassembler-a64.cc225 Operand::Operand(Register reg, Extend extend, unsigned shift_amount)
228 extend_(extend),
235 VIXL_ASSERT(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX)));
279 Extend extend,
282 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) {
285 VIXL_ASSERT((extend == UXTW) || (extend == SXTW) || (extend == SXTX));
287 // SXTX extend mod
1770 EmitExtendShift(const Register& rd, const Register& rn, Extend extend, unsigned left_shift) argument
[all...]
H A Dsimulator-a64.cc1247 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
1292 // If extend is true, extend the sign of the extracted bitfield.
1294 bool extend = false; local
1302 extend = true;
1318 int64_t signbits = extend && ((src >> S) & 1) ? topbits : 0;
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c164 /* Sign extend a N-bit value up to 64 bits, by copying
2132 Bool extend = False; local
2137 inZero = True; extend = True; nm = "sbfm"; break;
2139 inZero = False; extend = False; nm = "bfm"; break;
2141 inZero = True; extend = False; nm = "ubfm"; break;
2171 assign(top, mkexpr(extend ? mathREPLICATE(ty, src, immS) : dst));
3253 stack extension mechanism will otherwise extend the stack
3357 stack extension mechanism will otherwise extend the stack
3804 stack extension mechanism will otherwise extend the stack
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c89 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
125 if (!extend(tst, rsp, sp_top_of_frame - rsp))
H A Dsigframe-amd64-linux.c379 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
394 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
458 if (!extend(tst, rsp, sizeof(*frame)))
H A Dsigframe-arm-linux.c84 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
99 "Can't extend stack to %#lx during signal delivery for thread %d:",
226 if(!extend(tst, sp, size))
H A Dsigframe-arm64-linux.c82 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
97 "Can't extend stack to %#lx during signal delivery for thread %d:",
215 if (!extend(tst, sp, size))
H A Dsigframe-mips32-linux.c81 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
94 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
191 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-mips64-linux.c78 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
89 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
176 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-ppc32-linux.c509 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
524 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
586 //.. if (!extend(tst, esp, sizeof(*frame)))
633 //.. if (!extend(tst, esp, sizeof(*frame)))
695 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-ppc64-linux.c139 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
154 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
204 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-s390x-linux.c265 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
280 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
343 if (!extend(tst, sp, sizeof(*frame)))
403 if (!extend(tst, sp, sizeof(*frame)))
H A Dsigframe-x86-darwin.c92 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
134 if (!extend(tst, esp, sp_top_of_frame - esp))
H A Dsigframe-x86-linux.c400 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
415 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
481 if (!extend(tst, esp, sizeof(*frame)))
538 if (!extend(tst, esp, sizeof(*frame)))
/external/skia/tests/
H A DPathTest.cpp3123 static void test_addPathMode(skiatest::Reporter* reporter, bool explicitMoveTo, bool extend) { argument
3133 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode);
3139 REPORTER_ASSERT(reporter, verbs[2] == (extend ? SkPath::kLine_Verb : SkPath::kMove_Verb));
/external/skia/experimental/Intersection/
H A DEdgeWalkerRectangles_Test.cpp225 static void assertOneContour(const SkPath& out, bool edge, bool extend) { argument
248 SkASSERT(count == (extend ? 4 : edge ? 6 : 8));
265 bool extend = start[startIndex] == rect2.fLeft && stop[stopIndex] == rect2.fRight; local
272 assertOneContour(out, edge, extend);
279 assertOneContour(out, edge, extend);
286 assertOneContour(out, edge, extend);
293 assertOneContour(out, edge, extend);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py112 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
113 """Extends by appending the given sequence. Similar to list.extend()."""
121 self._values.extend(new_values)
128 self._values.extend(other._values)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java140 public void extend(int codeLength) method in class:CodeAttributeEditor
H A DInstructionWriter.java74 public void extend(int codeLength) method in class:InstructionWriter
80 codeAttributeEditor.extend(codeLength);
/external/openssl/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
319 unsigned int extend)
327 if (extend)
345 * First, if there is some left or we want to extend */
347 if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend))
350 if (extend)
409 if (extend)
318 read_n(SSL *s, unsigned int n, unsigned int max, unsigned int extend) argument
H A Ds3_pkt.c125 int ssl3_read_n(SSL *s, int n, int max, int extend) argument
127 /* If extend == 0, obtain new n-byte packet; if extend == 1, increase
132 * [plus s->packet_length bytes if extend == 1].)
152 if (!extend)
178 /* ... now we can act as if 'extend' was set */
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r (…)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp112 Interval::extend(int a, int b) function in class:nv50_ir::Interval
192 this->extend(r->bgn, r->end);
200 this->extend(r->bgn, r->end);

Completed in 901 milliseconds

123