Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/xml/
DSkDOM.cpp379 const char* vstr = this->findAttr(node, name); in findS32() local
380 return vstr && SkParse::FindS32(vstr, value); in findS32()
384 const char* vstr = this->findAttr(node, name); in findScalars() local
385 return vstr && SkParse::FindScalars(vstr, value, count); in findScalars()
389 const char* vstr = this->findAttr(node, name); in findHex() local
390 return vstr && SkParse::FindHex(vstr, value); in findHex()
394 const char* vstr = this->findAttr(node, name); in findBool() local
395 return vstr && SkParse::FindBool(vstr, value); in findBool()
399 const char* vstr = this->findAttr(node, name); in findList() local
400 return vstr ? SkParse::FindList(vstr, list) : -1; in findList()
[all …]
/third_party/flutter/skia/src/xml/
DSkDOM.cpp378 const char* vstr = this->findAttr(node, name); in findS32() local
379 return vstr && SkParse::FindS32(vstr, value); in findS32()
383 const char* vstr = this->findAttr(node, name); in findScalars() local
384 return vstr && SkParse::FindScalars(vstr, value, count); in findScalars()
388 const char* vstr = this->findAttr(node, name); in findHex() local
389 return vstr && SkParse::FindHex(vstr, value); in findHex()
393 const char* vstr = this->findAttr(node, name); in findBool() local
394 return vstr && SkParse::FindBool(vstr, value); in findBool()
398 const char* vstr = this->findAttr(node, name); in findList() local
399 return vstr ? SkParse::FindList(vstr, list) : -1; in findList()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dfft_vfp.S80 vstr d0, [a1, #0*2*4] define
81 vstr d2, [a1, #2*2*4] define
84 vstr d1, [a1, #1*2*4] define
85 vstr d3, [a1, #3*2*4] define
112 vstr d0, [a1, #0 * 2*4] @ transfer s0-s7 to s24-s31 via memory define
113 vstr d1, [a1, #1 * 2*4] define
116 vstr d2, [a1, #2 * 2*4] define
117 vstr d3, [a1, #3 * 2*4] define
134 vstr d0, [a1, #0 * 2*4] @ transfer s0-s3 to s12-s15 via memory define
135 vstr d1, [a1, #1 * 2*4] define
[all …]
Dmdct_vfp.S73 vstr s8, [J0]
74 vstr s9, [J1]
75 vstr s10, [J2]
76 vstr s11, [J3]
77 vstr s12, [J0, #4]
78 vstr s13, [J1, #4]
79 vstr s14, [J2, #4]
80 vstr s15, [J3, #4]
111 vstr s8, [J0]
112 vstr s9, [J1]
[all …]
/third_party/optimized-routines/string/arm/
Dmemcpy.S86 vstr \vreg, [dst, #\base]
88 vstr d0, [dst, #\base + 8] define
90 vstr d1, [dst, #\base + 16] define
92 vstr d2, [dst, #\base + 24] define
94 vstr \vreg, [dst, #\base + 32]
96 vstr d0, [dst, #\base + 40] define
98 vstr d1, [dst, #\base + 48] define
100 vstr d2, [dst, #\base + 56] define
105 vstr \vreg, [dst, #\base]
107 vstr d0, [dst, #\base + 8] define
[all …]
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S369 vstr s16, [BASE1, #0-4*1]
370 vstr s24, [BASE2, #0-4*1]
380 vstr d8, [BASE1, #0-8*1] @ s16,s17 define
381 vstr d12, [BASE2, #0-8*1] @ s24,s25
397 vstr d8, [BASE1, #0-16*1] @ s16,s17 define
398 vstr d12, [BASE2, #0-16*1] @ s24,s25
399 vstr d9, [BASE1, #8-16*1] @ s18,s19 define
400 vstr d13, [BASE2, #8-16*1] @ s26,s27
424 vstr d8, [BASE1, #0-16*3] @ s16,s17 define
425 vstr d9, [BASE1, #8-16*3] @ s18,s19 define
[all …]
/third_party/mesa3d/src/glx/
Drender2.c175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr, in __indirect_glMap2d() argument
187 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2d()
211 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48)); in __indirect_glMap2d()
229 if ((vstr != k) || (ustr != k * vord)) { in __indirect_glMap2d()
240 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2d()
253 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, in __indirect_glMap2f() argument
265 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2f()
291 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32)); in __indirect_glMap2f()
305 if ((vstr != k) || (ustr != k * vord)) { in __indirect_glMap2f()
316 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2f()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c375 GValue vstr = { 0 }; in gst_rtp_h263p_pay_sink_getcaps() local
378 g_value_init (&vstr, G_TYPE_STRING); in gst_rtp_h263p_pay_sink_getcaps()
380 g_value_set_static_string (&vstr, "h263"); in gst_rtp_h263p_pay_sink_getcaps()
381 gst_value_list_append_value (&list, &vstr); in gst_rtp_h263p_pay_sink_getcaps()
382 g_value_set_static_string (&vstr, "h263p"); in gst_rtp_h263p_pay_sink_getcaps()
383 gst_value_list_append_value (&list, &vstr); in gst_rtp_h263p_pay_sink_getcaps()
386 g_value_set_static_string (&vstr, "h263pp"); in gst_rtp_h263p_pay_sink_getcaps()
387 gst_value_list_append_value (&list, &vstr); in gst_rtp_h263p_pay_sink_getcaps()
389 g_value_unset (&vstr); in gst_rtp_h263p_pay_sink_getcaps()
525 GValue vstr = { 0 }; in gst_rtp_h263p_pay_sink_getcaps() local
[all …]
/third_party/googletest/googletest/src/hwext/
Dgtest-filter.cc135 const char *vstr = iter->second->c_str(); in postParsingArguments() local
139 … strictMode = compareStringsByIgnoreCase("true", vstr) || compareStringsByIgnoreCase("t", vstr); in postParsingArguments()
140 } else if (flagForName(kstr, vstr, flag)) { in postParsingArguments()
142 string strval = string(vstr); in postParsingArguments()
/third_party/ejdb/src/jql/
Djql.c41 ptr = (void*) qv->vstr; in _jql_jqval_destroy()
172 qv->vstr = val; in jql_set_str2()
413 qval->vstr = vbinn->ptr; in _jql_binn_to_jqval()
476 qv->vstr = jn->vptr; in _jql_node_to_jqval()
530 int l1 = (int) strlen(lv->vstr); in _jql_cmp_jqval_pair()
531 int l2 = (int) strlen(rv->vstr); in _jql_cmp_jqval_pair()
535 return strncmp(lv->vstr, rv->vstr, l1); in _jql_cmp_jqval_pair()
538 return !strcmp(lv->vstr, "true") - rv->vbool; in _jql_cmp_jqval_pair()
542 return strcmp(lv->vstr, nbuf); in _jql_cmp_jqval_pair()
548 return strcmp(lv->vstr, nbuf); in _jql_cmp_jqval_pair()
[all …]
Djql_internal.h42 const char *vstr; member
/third_party/ejdb/src/jbi/
Djbi_util.c94 ikey->size = strlen(jqval->vstr); in jbi_jqval_fill_ikey()
95 ikey->data = (void*) jqval->vstr; in jbi_jqval_fill_ikey()
129 *llv = iwatoi(jqval->vstr); in jbi_jqval_fill_ikey()
148 jbi_ftoa(iwatof(jqval->vstr), numbuf, &ikey->size); in jbi_jqval_fill_ikey()
265 lv.vstr = kbuf; in jbi_node_expr_matched()
Djbi_selection.c180 if ((rv->type == JQVAL_STR) && (*rv->vstr == '\0')) { in _jbi_compute_index_rules()
/third_party/ffmpeg/libavfilter/
Daf_lv2.c351 char *str, *vstr; in config_output() local
358 vstr = strstr(arg, "="); in config_output()
359 if (vstr == NULL) { in config_output()
364 vstr[0] = 0; in config_output()
366 val = atof(vstr+1); in config_output()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm82_aarch32_fp16/
DFloat16Tofloat32.S63 vstr.32 s0, [r1]
DFloat32ToFloat16.S63 vstr.16 s0, [r1]
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
Dmemset_armv8m.S119 vstr.32 s0, [r4]
/third_party/flutter/skia/tests/
DJSONTest.cpp329 const auto vstr = v.toString(); in check_value() local
330 REPORTER_ASSERT(reporter, 0 == strcmp(expected_string, vstr.c_str())); in check_value()
/third_party/skia/tests/
DJSONTest.cpp329 const auto vstr = v.toString(); in check_value() local
330 REPORTER_ASSERT(reporter, 0 == strcmp(expected_string, vstr.c_str())); in check_value()
/third_party/curl/lib/
Dc-hyper.c241 const char *vstr; in status_line() local
243 vstr = http_version == HYPER_HTTP_VERSION_1_1 ? "1.1" : in status_line()
257 vstr, in status_line()
/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S355 vstr s4, [r1]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td167 IIC_fpStore64, "vstr", "\t$Dd, $addr",
172 IIC_fpStore32, "vstr", "\t$Sd, $addr",
182 IIC_fpStore16, "vstr", ".16\t$Sd, $addr",
2567 def : VFP2MnemonicAlias<"fsts", "vstr">;
2568 def : VFP2MnemonicAlias<"fstd", "vstr">;
2602 def : VFP2InstAlias<"vstr${p}.32 $Sd, $addr",
2606 def : VFP2InstAlias<"vstr${p}.64 $Dd, $addr",
2684 !if(opc,"vldr","vstr"), !strconcat("\t", sysreg, ", ", Dest), cstr, []>,
DARMInstrMVE.td5318 defm "": MVE_VLDRSTR_rq_w<MVE_st, memsz, "vstr" # memsz.MnemonicLetter,
5429 defm "" : MVE_VLDRSTR_qi_m<MVE_st, memsz, "vstr" # memsz.MnemonicLetter,
5488 "vstr" # memsz.MnemonicLetter # vpt_cond # suffix,
5489 "vstr" # memsz.MnemonicLetter # vpt_cond # memsz.CanonStoreSuffix>;
/third_party/openssl/crypto/chacha/asm/arm32/
Dchacha-armv4.S820 vstr d24,[sp,#4*(16+0)]
822 vstr d26,[sp,#4*(16+2)]
824 vstr d28,[sp,#4*(16+4)]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc771 Mnemonic = "vstr";
775 Mnemonic = "vstr";
14913 …{ 3840 /* vstr */, ARM::VSTR_FPCXTNS_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1M…
14914 …{ 3840 /* vstr */, ARM::VSTR_FPCXTS_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1MM…
14915 …{ 3840 /* vstr */, ARM::VSTR_FPSCR_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasFPRegs_…
14916 …{ 3840 /* vstr */, ARM::VSTR_FPSCR_NZCVQC_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_Has…
14917 …{ 3840 /* vstr */, ARM::VSTR_P0_off, Convert__imm_95_0__MemImm7s4Offset2_2__CondCode2_0, AMFBS_Has…
14918 …{ 3840 /* vstr */, ARM::VSTR_VPR_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1MMain…
14919 …{ 3840 /* vstr */, ARM::VSTRD, Convert__Reg1_1__AddrMode52_2__CondCode2_0, AMFBS_HasFPRegs, { MCK_…
14920 …{ 3840 /* vstr */, ARM::VSTRS, Convert__Reg1_1__AddrMode52_2__CondCode2_0, AMFBS_HasFPRegs, { MCK_…
[all …]

12