Searched defs:vn (Results 1 - 18 of 18) sorted by relevance

/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jar ... depth protected int iter_type protected com.ximpleware.VTDNav vn protected int index protected int endIndex protected boolean ft protected ...
/external/mesa3d/src/mesa/main/
H A Deval.c854 GLint vn, GLfloat v1, GLfloat v2 )
863 if (vn<1) {
864 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(vn)" );
873 ctx->Eval.MapGrid2vn = vn;
876 ctx->Eval.MapGrid2dv = (v2 - v1) / (GLfloat) vn;
882 GLint vn, GLdouble v1, GLdouble v2 )
885 vn, (GLfloat) v1, (GLfloat) v2 ); local
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) argument
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
H A Ddlist.c3053 GLint vn, GLfloat v1, GLfloat v2)
3063 n[4].i = vn;
3068 CALL_MapGrid2f(ctx->Exec, (un, u1, u2, vn, v1, v2));
3076 GLint vn, GLdouble v1, GLdouble v2)
3079 vn, (GLfloat) v1, (GLfloat) v2); local
3052 save_MapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) argument
3075 save_MapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) argument
/external/skia/third_party/lua/src/
H A Dldebug.c400 const char *vn = (op == OP_GETTABLE) /* name of indexed variable */ local
404 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";
/external/syslinux/com32/lua/src/
H A Dldebug.c413 const char *vn = (op == OP_GETTABLE) /* name of indexed variable */ local
417 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";
/external/mksh/src/
H A Dvar.c148 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h) argument
154 if ((vp = ktsearch(&l->vars, vn, h)) != NULL)
185 char *vn; local
187 strndupx(vn, n, p - n, ATEMP);
189 varsearch(e->loc, &vp, vn, hash(vn));
190 afree(vn, ATEMP);
221 #define vn vname.ro macro
239 vn = array_index_calc(n, &array, &val);
240 h = hash(vn);
362 #undef vn macro
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c303 struct hostapd_lang_string *vn; local
304 vn = &hapd->conf->venue_name[i];
305 wpabuf_put_u8(buf, 3 + vn->name_len);
306 wpabuf_put_data(buf, vn->lang, 3);
307 wpabuf_put_data(buf, vn->name, vn->name_len);
608 struct hostapd_lang_string *vn; local
609 vn = &hapd->conf->hs20_oper_friendly_name[i];
610 wpabuf_put_u8(buf, 3 + vn->name_len);
611 wpabuf_put_data(buf, vn
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c303 struct hostapd_lang_string *vn; local
304 vn = &hapd->conf->venue_name[i];
305 wpabuf_put_u8(buf, 3 + vn->name_len);
306 wpabuf_put_data(buf, vn->lang, 3);
307 wpabuf_put_data(buf, vn->name, vn->name_len);
608 struct hostapd_lang_string *vn; local
609 vn = &hapd->conf->hs20_oper_friendly_name[i];
610 wpabuf_put_u8(buf, 3 + vn->name_len);
611 wpabuf_put_data(buf, vn
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c303 struct hostapd_lang_string *vn; local
304 vn = &hapd->conf->venue_name[i];
305 wpabuf_put_u8(buf, 3 + vn->name_len);
306 wpabuf_put_data(buf, vn->lang, 3);
307 wpabuf_put_data(buf, vn->name, vn->name_len);
608 struct hostapd_lang_string *vn; local
609 vn = &hapd->conf->hs20_oper_friendly_name[i];
610 wpabuf_put_u8(buf, 3 + vn->name_len);
611 wpabuf_put_data(buf, vn
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc255 const VRegister& vn,
259 VIXL_ASSERT(vn.Is16B());
261 Emit(op | (vd.IsQ() ? NEON_Q : 0) | Rm(vm) | Rn(vn) | Rd(vd));
266 const VRegister& vn,
268 NEONTable(vd, vn, vm, NEON_TBL_1v);
273 const VRegister& vn,
277 VIXL_ASSERT(AreSameFormat(vn, vn2));
278 VIXL_ASSERT(AreConsecutive(vn, vn2));
279 NEONTable(vd, vn, vm, NEON_TBL_2v);
284 const VRegister& vn,
254 NEONTable(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEONTableOp op) argument
265 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
272 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) argument
283 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) argument
295 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) argument
308 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
315 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) argument
326 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) argument
338 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) argument
[all...]
H A Dmacro-assembler-aarch64.h1145 void Fadd(const VRegister& vd, const VRegister& vn, const VRegister& vm) { argument
1148 fadd(vd, vn, vm);
1150 void Fccmp(const VRegister& vn, argument
1158 FPCCompareMacro(vn, vm, nzcv, cond, trap);
1160 void Fccmpe(const VRegister& vn, argument
1164 Fccmp(vn, vm, nzcv, cond, EnableTrap);
1166 void Fcmp(const VRegister& vn, argument
1171 FPCompareMacro(vn, vm, trap);
1173 void Fcmp(const VRegister& vn, double value, FPTrapFlags trap = DisableTrap);
1174 void Fcmpe(const VRegister& vn, doubl
1175 Fcmpe(const VRegister& vn, const VRegister& vm) argument
1178 Fcsel(const VRegister& vd, const VRegister& vn, const VRegister& vm, Condition cond) argument
1187 Fcvt(const VRegister& vd, const VRegister& vn) argument
1192 Fcvtl(const VRegister& vd, const VRegister& vn) argument
1197 Fcvtl2(const VRegister& vd, const VRegister& vn) argument
1202 Fcvtn(const VRegister& vd, const VRegister& vn) argument
1207 Fcvtn2(const VRegister& vd, const VRegister& vn) argument
1212 Fcvtxn(const VRegister& vd, const VRegister& vn) argument
1217 Fcvtxn2(const VRegister& vd, const VRegister& vn) argument
1222 Fcvtas(const Register& rd, const VRegister& vn) argument
1228 Fcvtau(const Register& rd, const VRegister& vn) argument
1234 Fcvtms(const Register& rd, const VRegister& vn) argument
1240 Fcvtmu(const Register& rd, const VRegister& vn) argument
1246 Fcvtns(const Register& rd, const VRegister& vn) argument
1252 Fcvtnu(const Register& rd, const VRegister& vn) argument
1258 Fcvtps(const Register& rd, const VRegister& vn) argument
1264 Fcvtpu(const Register& rd, const VRegister& vn) argument
1270 Fcvtzs(const Register& rd, const VRegister& vn, int fbits = 0) argument
1276 Fcvtzu(const Register& rd, const VRegister& vn, int fbits = 0) argument
1282 Fdiv(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1287 Fmax(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1292 Fmaxnm(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1297 Fmin(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1302 Fminnm(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1307 Fmov(const VRegister& vd, const VRegister& vn) argument
1335 Fmov(const Register& rd, const VRegister& vn, int index) argument
1353 Fmov(Register rd, VRegister vn) argument
1359 Fmul(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1364 Fnmul(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1369 Fmadd(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) argument
1377 Fmsub(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) argument
1385 Fnmadd(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) argument
1393 Fnmsub(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) argument
1401 Fsub(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1938 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1943 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) argument
1951 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) argument
1960 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) argument
1970 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) argument
1975 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) argument
1983 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) argument
1992 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) argument
2455 Cmeq(const VRegister& vd, const VRegister& vn, int imm) argument
2460 Cmge(const VRegister& vd, const VRegister& vn, int imm) argument
2465 Cmgt(const VRegister& vd, const VRegister& vn, int imm) argument
2470 Cmle(const VRegister& vd, const VRegister& vn, int imm) argument
2475 Cmlt(const VRegister& vd, const VRegister& vn, int imm) argument
2480 Dup(const VRegister& vd, const VRegister& vn, int index) argument
2490 Ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) argument
2498 Ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) argument
2619 Mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) argument
2627 Mov(const VRegister& vd, const VRegister& vn, int index) argument
2637 Mov(const Register& rd, const VRegister& vn, int vn_index) argument
2660 Scvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) argument
2665 Ucvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) argument
2670 Fcvtzs(const VRegister& vd, const VRegister& vn, int fbits = 0) argument
2675 Fcvtzu(const VRegister& vd, const VRegister& vn, int fbits = 0) argument
2761 Smov(const Register& rd, const VRegister& vn, int vn_index) argument
2766 Umov(const Register& rd, const VRegister& vn, int vn_index) argument
[all...]
/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc163 const VRegister& vn);
165 const VRegister& vn,
168 const VRegister& vn,
172 const VRegister& vd, int imm1, const VRegister& vn, int imm2);
180 const VRegister& vn,
1332 VRegister vn = v1.V16B(); local
1348 __ Ldr(vn, MemOperand(inputs_n_last_16bytes));
1355 __ Ext(vn, vn, vntmp, vn_lane_bytes);
1533 VRegister vn local
1764 VRegister vn = v1.V16B(); local
2005 VRegister vn = v1.V16B(); local
2253 VRegister vn = v1.V16B(); local
2467 VRegister vn = VRegister(1, vn_bits); local
[all...]
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp429 const Elf_Verneed *vn = reinterpret_cast<const Elf_Verneed *>(p); local
430 if (vn->vn_version != ELF::VER_NEED_CURRENT)
433 const char *paux = p + vn->vn_aux;
434 for (unsigned j = 0; j < vn->vn_cnt; j++) {
445 p += vn->vn_next;
/external/v8/src/arm/
H A Dassembler-arm.cc2904 int vn, n; local
2905 src.split_code(&vn, &n);
2906 emit(cond | 0xE*B24 | index.index*B21 | B20 | vn*B16 | dst.code()*B12 |
3263 int vn, n; local
3264 src1.split_code(&vn, &n);
3267 emit(cond | 0x1C*B23 | d*B22 | 0x3*B20 | vn*B16 | vd*B12 | 0x5*B9 | B8 |
3281 int vn, n; local
3282 src1.split_code(&vn, &n);
3285 emit(cond | 0x1C * B23 | d * B22 | 0x3 * B20 | vn * B16 | vd * B12 |
3304 int vn, local
3322 int vn, n; local
3345 int vn, n; local
3363 int vn, n; local
3384 int vn, n; local
3400 int vn, n; local
3421 int vn, n; local
3437 int vn, n; local
3460 int vn, n; local
3478 int vn, n; local
3555 int vn, n; local
3571 int vn, n; local
3587 int vn, n; local
3603 int vn, n; local
3620 int vn, n; local
3652 int vn, n; local
[all...]
H A Dsimulator-arm.cc3081 int vn = instr->VFPNRegValue(kDoublePrecision); local
3179 double dn_value = get_double_from_d_register(vn);
3194 double dn_value = get_double_from_d_register(vn);
3210 double dn_value = get_double_from_d_register(vn);
3227 const double dn_val = get_double_from_d_register(vn);
3259 double dn_value = get_double_from_d_register(vn);
3293 int vn = instr->Bits(19, 16) | (instr->Bit(7) << 4); local
3294 double dn_value = get_double_from_d_register(vn);
/external/pcre/dist2/src/
H A Dpcre2_compile.c5887 const char *vn = verbnames; local
5943 PRIV(strncmp_c8)(name, vn, namelen) == 0)
6052 vn += verbs[i].len + 1;
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp6704 void APIENTRY glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) argument
6709 void APIENTRY glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 892 milliseconds