Home
last modified time | relevance | path

Searched defs:vb (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c194 int vb) in mk_sense_asc_ascq()
217 mk_sense_from_nvme_status(struct sg_pt_linux_scsi * ptp, int vb) in mk_sense_from_nvme_status()
250 int in_bit, int vb) in mk_sense_invalid_fld()
301 int time_secs, int vb) in do_nvme_admin_cmd()
388 sntl_cache_identity(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_cache_identity()
413 int vb) in sntl_inq()
544 int vb) in sntl_rluns()
609 sntl_tur(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_tur()
654 int time_secs, int vb) in sntl_req_sense()
717 int time_secs, int vb) in sntl_senddiag()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c70 const struct pipe_vertex_buffer *vb = in emit_hw_vs_vdecl() local
89 const struct pipe_vertex_buffer *vb = in emit_hw_vs_vdecl() local
/third_party/openssl/crypto/srp/
Dsrp_vfy.c280 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
301 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
394 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
507 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
524 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
538 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
548 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/third_party/node/deps/openssl/openssl/crypto/srp/
Dsrp_vfy.c280 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
301 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
394 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
507 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
524 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
538 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
548 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c304 struct snmp_varbind vb; in snmp_receive() local
403 snmp_process_varbind(struct snmp_request *request, struct snmp_varbind *vb, u8_t get_next) in snmp_process_varbind()
487 struct snmp_varbind vb; in snmp_process_get_request() local
523 struct snmp_varbind vb; in snmp_process_getnext_request() local
563 struct snmp_varbind vb; in snmp_process_getbulk_request() local
657 struct snmp_varbind vb; in snmp_process_set_request() local
1838 struct snmp_varbind vb; in snmp_execute_write_callbacks() local
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp37 void write_quad_generic(VertexWriter* vb, in write_quad_generic()
89 void write_2d_color(VertexWriter* vb, in write_2d_color()
121 void write_2d_uv(VertexWriter* vb, in write_2d_uv()
148 void write_2d_color_uv(VertexWriter* vb, in write_2d_color_uv()
180 void write_2d_cov_uv(VertexWriter* vb, in write_2d_cov_uv()
214 void write_2d_uv_strict(VertexWriter* vb, in write_2d_uv_strict()
242 void write_2d_color_uv_strict(VertexWriter* vb, in write_2d_color_uv_strict()
275 void write_2d_cov_uv_strict(VertexWriter* vb, in write_2d_cov_uv_strict()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconst_folding_rules.cpp922 int32_t vb = b->GetS32(); in FoldMin() local
926 uint32_t vb = b->GetU32(); in FoldMin() local
932 int64_t vb = b->GetS64(); in FoldMin() local
936 uint64_t vb = b->GetU64(); in FoldMin() local
943 float vb = b->GetFloat(); in FoldMin() local
947 double vb = b->GetDouble(); in FoldMin() local
962 int32_t vb = b->GetS32(); in FoldMax() local
966 uint32_t vb = b->GetU32(); in FoldMax() local
972 int64_t vb = b->GetS64(); in FoldMax() local
976 uint64_t vb = b->GetU64(); in FoldMax() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp1018 int32_t vb = b->GetS32(); in FoldMin() local
1022 uint32_t vb = b->GetU32(); in FoldMin() local
1028 int64_t vb = b->GetS64(); in FoldMin() local
1032 uint64_t vb = b->GetU64(); in FoldMin() local
1039 float vb = b->GetFloat(); in FoldMin() local
1043 double vb = b->GetDouble(); in FoldMin() local
1058 int32_t vb = b->GetS32(); in FoldMax() local
1062 uint32_t vb = b->GetU32(); in FoldMax() local
1068 int64_t vb = b->GetS64(); in FoldMax() local
1072 uint64_t vb = b->GetU64(); in FoldMax() local
[all …]
/third_party/ffmpeg/libavformat/
Dnut.c275 const Syncpoint *va = a, *vb = b; in ff_nut_sp_pos_cmp() local
281 const Syncpoint *va = a, *vb = b; in ff_nut_sp_pts_cmp() local
/third_party/typescript/tests/cases/conformance/declarationEmit/
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.ts34 export const vb = fb(); constant
DtypesVersionsDeclarationEmit.ambient.ts40 export const vb = fb(); constant
DtypesVersionsDeclarationEmit.multiFile.ts36 export const vb = fb(); constant
/third_party/typescript/tests/baselines/reference/
DtypesVersionsDeclarationEmit.ambient.js37 export const vb = fb(); constant
DtypesVersionsDeclarationEmit.multiFile.js34 export const vb = fb(); constant
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.js32 export const vb = fb(); constant
/third_party/spirv-tools/source/opt/
Dconst_folding_rules.cpp1194 int32_t vb = b->GetS32(); in FoldMin() local
1198 uint32_t vb = b->GetU32(); in FoldMin() local
1204 int64_t vb = b->GetS64(); in FoldMin() local
1208 uint64_t vb = b->GetU64(); in FoldMin() local
1215 float vb = b->GetFloat(); in FoldMin() local
1219 double vb = b->GetDouble(); in FoldMin() local
1234 int32_t vb = b->GetS32(); in FoldMax() local
1238 uint32_t vb = b->GetU32(); in FoldMax() local
1244 int64_t vb = b->GetS64(); in FoldMax() local
1248 uint64_t vb = b->GetU64(); in FoldMax() local
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c39 nv30_emit_vtxattr(struct nv30_context *nv30, struct pipe_vertex_buffer *vb, in nv30_emit_vtxattr()
95 struct pipe_vertex_buffer *vb; in nv30_prevalidate_vbufs() local
139 struct pipe_vertex_buffer *vb = &nv30->vtxbuf[b]; in nv30_update_user_vbufs() local
187 struct pipe_vertex_buffer *vb; local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp136 struct pipe_vertex_buffer *vb = &pDevice->vertex_buffers[StartBuffer + i]; in IaSetVertexBuffers() local
171 struct pipe_vertex_buffer *vb = &pDevice->vertex_buffers[i]; in IaSetVertexBuffers() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/
Dimport_alias_declarations_1.ts30 export var vb: hZ = { hs: "v" }; variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c142 nv50_emit_vtxattr(struct nv50_context *nv50, struct pipe_vertex_buffer *vb, in nv50_emit_vtxattr()
215 const struct pipe_vertex_buffer *vb = &nv50->vtxbuf[b]; in nv50_upload_user_buffers() local
243 struct pipe_vertex_buffer *vb; in nv50_update_user_vbufs() local
294 struct pipe_vertex_buffer *vb; in nv50_vertex_arrays_validate() local
/third_party/skia/modules/svg/src/
DSkSVGSVG.cpp71 if (const auto* vb = v.as<SkSVGViewBoxValue>()) { in onSetAttribute() local
/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_cmplx_f32.c192 float32x4x2_t va, vb; in arm_cmplx_mult_cmplx_f32() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_analysis.c215 check_elts24(struct lp_setup_context *setup, const void *vb, int stride) in check_elts24()
321 const void *vb, in lp_setup_analyse_triangles()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c176 struct pipe_vertex_buffer *vb = &nvc0->vtxbuf[ve->vertex_buffer_index]; in nvc0_set_constant_vertex_attrib() local
241 struct pipe_vertex_buffer *vb = &nvc0->vtxbuf[b]; in nvc0_update_user_vbufs() local
325 const struct pipe_vertex_buffer *vb; in nvc0_validate_vertex_buffers() local
390 struct pipe_vertex_buffer *vb = &nvc0->vtxbuf[b]; in nvc0_validate_vertex_buffers_shared() local
/third_party/openssl/apps/include/
Ds_apps.h101 SRP_VBASE *vb; member

123456