Searched refs:svalue (Results 1 - 17 of 17) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DDwarfInstructions.hpp238 sint_t svalue, svalue2; local
270 svalue = (int8_t) addressSpace.get8(p);
272 *(++sp) = (pint_t)svalue;
274 fprintf(stderr, "push 0x%llX\n", (uint64_t) svalue);
288 svalue = (int16_t) addressSpace.get16(p);
290 *(++sp) = (pint_t)svalue;
292 fprintf(stderr, "push 0x%llX\n", (uint64_t) svalue);
306 svalue = (int32_t)addressSpace.get32(p);
308 *(++sp) = (pint_t)svalue;
310 fprintf(stderr, "push 0x%llX\n", (uint64_t) svalue);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp557 int64_t svalue = (int64_t)value;
563 if (( decNumberIsNegative(fDecNumber) && svalue>0) ||
564 (!decNumberIsNegative(fDecNumber) && svalue<0)) {
565 svalue = 0;
569 return svalue;
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp553 int64_t svalue = (int64_t)value;
559 if (( decNumberIsNegative(fDecNumber) && svalue>0) ||
560 (!decNumberIsNegative(fDecNumber) && svalue<0)) {
561 svalue = 0;
565 return svalue;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.cpp104 functionDescriptor->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
105 prototype->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
H A DV8DOMConfiguration.h127 const char* const svalue; member in struct:blink::V8DOMConfiguration::ConstantConfiguration
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.c229 return svalue(L->top - 1);
H A Dldebug.c314 *name = svalue(kvalue); /* it is its own name */
415 *name = svalue(&p->k[b]);
H A Dlgc.c439 ((weakkey = strchr(svalue(mode), 'k')),
440 (weakvalue = strchr(svalue(mode), 'v')),
823 ? svalue(L->top - 1)
H A Dlobject.h425 #define svalue(o) getstr(rawtsvalue(o)) macro
H A Dlvm.c38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
324 memcpy(buffer+tl, svalue(top-i), l * sizeof(char));
H A Dlapi.c403 return svalue(o);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase.cc819 std::string sname(name, nlen), svalue(value, vlen);
820 data_->addHeader(sname, svalue);
/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h505 * u.st.stat.svalue[0] = global statistics;
509 * u.st.stat.svalue[2] = layer B statistics;
511 * u.st.stat.svalue[3] = layer C statistics;
519 __s64 svalue; /* for 0.0001 dB measures */ member in union:dtv_stats::__anon22958
/external/chromium_org/third_party/libevent/
H A Dhttp.c1493 char *skey, *svalue; local
1510 svalue = line;
1511 skey = strsep(&svalue, ":");
1512 if (svalue == NULL)
1515 svalue += strspn(svalue, " ");
1517 if (evhttp_add_header(headers, skey, svalue) == -1)
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc297 float svalue; local
324 } else if (GetVFPSingleValue(arg1, &svalue)) {
325 uint32_t as_word = bit_cast<uint32_t>(svalue);
326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1879 milliseconds