Home
last modified time | relevance | path

Searched defs:vp (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1() local
54 __vector_pair vp = *((__vector_pair *)vpp); in test3() local
89 __vector_pair vp = *((__vector_pair *)vpp); in test5() local
105 __vector_pair vp = *((__vector_pair *)vpp); in test6() local
119 __vector_pair vp = *((__vector_pair *)vpp); in test7() local
133 __vector_pair vp = *((__vector_pair *)vpp); in test8() local
147 __vector_pair vp = *((__vector_pair *)vpp); in test9() local
161 __vector_pair vp = *((__vector_pair *)vpp); in test10() local
175 __vector_pair vp = *((__vector_pair *)vpp); in test11() local
189 __vector_pair vp = *((__vector_pair *)vpp); in test12() local
[all …]
/external/pdfium/fxjs/
Dcjs_event.cpp65 v8::Local<v8::Value> vp) { in set_change()
84 v8::Local<v8::Value> vp) { in set_change_ex()
95 v8::Local<v8::Value> vp) { in set_commit_key()
109 v8::Local<v8::Value> vp) { in set_field_full()
120 v8::Local<v8::Value> vp) { in set_key_down()
131 v8::Local<v8::Value> vp) { in set_modifier()
141 CJS_Result CJS_Event::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
151 CJS_Result CJS_Event::set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_rc()
163 v8::Local<v8::Value> vp) { in set_rich_change()
172 v8::Local<v8::Value> vp) { in set_rich_change_ex()
[all …]
Dcjs_color.cpp151 v8::Local<v8::Value> vp) { in set_transparent()
160 v8::Local<v8::Value> vp) { in set_black()
169 v8::Local<v8::Value> vp) { in set_white()
177 CJS_Result CJS_Color::set_red(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_red()
186 v8::Local<v8::Value> vp) { in set_green()
194 CJS_Result CJS_Color::set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_blue()
202 CJS_Result CJS_Color::set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_cyan()
211 v8::Local<v8::Value> vp) { in set_magenta()
220 v8::Local<v8::Value> vp) { in set_yellow()
229 v8::Local<v8::Value> vp) { in set_dark_gray()
[all …]
Dcjs_document.cpp145 v8::Local<v8::Value> vp) { in set_num_fields()
158 v8::Local<v8::Value> vp) { in set_dirty()
172 v8::Local<v8::Value> vp) { in set_ADBE()
188 v8::Local<v8::Value> vp) { in set_page_num()
636 v8::Local<v8::Value> vp) { in set_bookmark_root()
645 v8::Local<v8::Value> vp) { in set_author()
710 v8::Local<v8::Value> vp) { in set_info()
727 v8::Local<v8::Value> vp, in setPropertyInternal()
749 v8::Local<v8::Value> vp) { in set_creation_date()
758 v8::Local<v8::Value> vp) { in set_creator()
[all …]
Dcjs_field.cpp684 v8::Local<v8::Value> vp) { in set_alignment()
720 v8::Local<v8::Value> vp) { in set_border_style()
755 v8::Local<v8::Value> vp) { in set_button_align_x()
782 v8::Local<v8::Value> vp) { in set_button_align_y()
808 v8::Local<v8::Value> vp) { in set_button_fit_bounds()
834 v8::Local<v8::Value> vp) { in set_button_position()
860 v8::Local<v8::Value> vp) { in set_button_scale_how()
901 v8::Local<v8::Value> vp) { in set_button_scale_when()
925 v8::Local<v8::Value> vp) { in set_calc_order_index()
946 v8::Local<v8::Value> vp) { in set_char_limit()
[all …]
Dcjs_app.cpp103 v8::Local<v8::Value> vp) { in set_active_docs()
112 v8::Local<v8::Value> vp) { in set_calculate()
124 v8::Local<v8::Value> vp) { in set_forms_version()
133 v8::Local<v8::Value> vp) { in set_viewer_type()
142 v8::Local<v8::Value> vp) { in set_viewer_variation()
156 v8::Local<v8::Value> vp) { in set_viewer_version()
171 v8::Local<v8::Value> vp) { in set_platform()
186 v8::Local<v8::Value> vp) { in set_language()
290 CJS_Result CJS_App::set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_fs()
473 v8::Local<v8::Value> vp) { in set_runtime_highlight()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c432 destruct_scsi_pt_obj(struct sg_pt_base * vp) in destruct_scsi_pt_obj()
447 clear_scsi_pt_obj(struct sg_pt_base * vp) in clear_scsi_pt_obj()
482 set_pt_file_handle(struct sg_pt_base * vp, int dev_fd, int verbose) in set_pt_file_handle()
510 get_pt_file_handle(const struct sg_pt_base * vp) in get_pt_file_handle()
518 set_scsi_pt_cdb(struct sg_pt_base * vp, const unsigned char * cdb, in set_scsi_pt_cdb()
530 set_scsi_pt_sense(struct sg_pt_base * vp, unsigned char * sense, in set_scsi_pt_sense()
544 set_scsi_pt_data_in(struct sg_pt_base * vp, unsigned char * dxferp, in set_scsi_pt_data_in()
559 set_scsi_pt_data_out(struct sg_pt_base * vp, const unsigned char * dxferp, in set_scsi_pt_data_out()
573 set_pt_metadata_xfer(struct sg_pt_base * vp, unsigned char * dxferp, in set_pt_metadata_xfer()
586 set_scsi_pt_packet_id(struct sg_pt_base * vp, int pack_id) in set_scsi_pt_packet_id()
[all …]
/external/ppp/pppd/plugins/radius/
Davpair.c37 VALUE_PAIR *vp; in rc_avpair_add() local
60 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) in rc_avpair_assign()
112 VALUE_PAIR *vp = (VALUE_PAIR *) NULL; in rc_avpair_new() local
162 VALUE_PAIR *vp; in rc_avpair_gen() local
263 VALUE_PAIR **vp) in rc_extract_vendor_specific_attributes()
352 VALUE_PAIR *rc_avpair_get (VALUE_PAIR *vp, UINT4 attr) in rc_avpair_get()
369 VALUE_PAIR *vp, *fp = NULL, *lp = NULL; in rc_avpair_copy() local
402 VALUE_PAIR *vp; in rc_avpair_insert() local
775 VALUE_PAIR *vp = NULL; in rc_avpair_readin() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c104 static GLboolean r200VertexProgUpdateParams(struct gl_context *ctx, struct r200_vertex_program *vp) in r200VertexProgUpdateParams()
254 static unsigned long t_src_index(struct r200_vertex_program *vp, struct prog_src_register *src) in t_src_index()
282 static unsigned long t_src(struct r200_vertex_program *vp, struct prog_src_register *src) in t_src()
294 static unsigned long t_src_scalar(struct r200_vertex_program *vp, struct prog_src_register *src) in t_src_scalar()
397 …tic GLboolean r200_translate_vertex_program(struct gl_context *ctx, struct r200_vertex_program *vp) in r200_translate_vertex_program()
1108 struct r200_vertex_program *vp = (struct r200_vertex_program *)ctx->VertexProgram.Current; in r200SetupVertexProg() local
1191 struct r200_vertex_program *vp = rzalloc(NULL, in r200NewProgram() local
1215 struct r200_vertex_program *vp = (void *)prog; in r200ProgramStringNotify() local
1240 struct r200_vertex_program *vp = (void *)prog; in r200IsProgramNative() local
/external/mksh/src/
Dvar.c99 struct tbl *vp, **vpp = l->vars.tbls, *vq; in popblock() local
155 register struct tbl *vp; in varsearch() local
189 struct tbl *vp; in array_index_calc() local
245 struct tbl *vp; in isglobal() local
337 struct tbl *vp; in local() local
385 str_val(struct tbl *vp) in str_val()
528 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint()
626 setint_v(struct tbl *vq, struct tbl *vp, bool arith) in setint_v()
658 formatstr(struct tbl *vp, const char *s) in formatstr()
741 exportprep(struct tbl *vp, const char *val, size_t cursz) in exportprep()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c73 static unsigned long t_dst_index(struct r300_vertex_program_code *vp, in t_dst_index()
122 static unsigned long t_src_index(struct r300_vertex_program_code *vp, in t_src_index()
140 static unsigned long t_src(struct r300_vertex_program_code *vp, in t_src()
156 static unsigned long t_src_scalar(struct r300_vertex_program_code *vp, in t_src_scalar()
174 static int valid_dst(struct r300_vertex_program_code *vp, in valid_dst()
186 static void ei_vector1(struct r300_vertex_program_code *vp, in ei_vector1()
203 static void ei_vector2(struct r300_vertex_program_code *vp, in ei_vector2()
220 static void ei_math1(struct r300_vertex_program_code *vp, in ei_math1()
237 static void ei_lit(struct r300_vertex_program_code *vp, in ei_lit()
274 static void ei_mad(struct r300_vertex_program_code *vp, in ei_mad()
[all …]
/external/fec/
Dviterbi39_port.c27 struct v39 *vp = p; in init_viterbi39_port() local
55 struct v39 *vp; in create_viterbi39_port() local
80 struct v39 *vp = p; in chainback_viterbi39_port() local
109 struct v39 *vp = p; in delete_viterbi39_port() local
140 struct v39 *vp = p; in update_viterbi39_blk_port() local
Dviterbi615_port.c28 struct v615 *vp; in create_viterbi615_port() local
57 struct v615 *vp = p; in init_viterbi615_port() local
78 struct v615 *vp = p; in chainback_viterbi615_port() local
103 struct v615 *vp = p; in delete_viterbi615_port() local
133 struct v615 *vp = p; in update_viterbi615_blk_port() local
Dviterbi27_port.c30 struct v27 *vp = p; in init_viterbi27_port() local
57 struct v27 *vp; in create_viterbi27_port() local
80 struct v27 *vp = p; in chainback_viterbi27_port() local
108 struct v27 *vp = p; in delete_viterbi27_port() local
137 struct v27 *vp = p; in update_viterbi27_blk_port() local
Dviterbi29_port.c27 struct v29 *vp = p; in init_viterbi29_port() local
55 struct v29 *vp; in create_viterbi29_port() local
80 struct v29 *vp = p; in chainback_viterbi29_port() local
109 struct v29 *vp = p; in delete_viterbi29_port() local
139 struct v29 *vp = p; in update_viterbi29_blk_port() local
Dviterbi27_sse.c28 struct v27 *vp; in create_viterbi27_sse() local
57 struct v27 *vp = p; in init_viterbi27_sse() local
78 struct v27 *vp = p; in chainback_viterbi27_sse() local
107 struct v27 *vp = p; in delete_viterbi27_sse() local
Dviterbi27_mmx.c30 struct v27 *vp = (struct v27 *)p; in init_viterbi27_mmx() local
66 struct v27 *vp; in create_viterbi27_mmx() local
90 struct v27 *vp = (struct v27 *)p; in chainback_viterbi27_mmx() local
109 struct v27 *vp = p; in delete_viterbi27_mmx() local
Dviterbi29_mmx.c31 struct v29 *vp; in create_viterbi29_mmx() local
70 struct v29 *vp = p; in init_viterbi29_mmx() local
92 struct v29 *vp = (struct v29 *)p; in chainback_viterbi29_mmx() local
112 struct v29 *vp = p; in delete_viterbi29_mmx() local
Dviterbi29_sse.c30 struct v29 *vp; in create_viterbi29_sse() local
59 struct v29 *vp = p; in init_viterbi29_sse() local
80 struct v29 *vp = p; in chainback_viterbi29_sse() local
108 struct v29 *vp = p; in delete_viterbi29_sse() local
Dviterbi29_sse2.c30 struct v29 *vp = p; in init_viterbi29_sse2() local
57 struct v29 *vp; in create_viterbi29_sse2() local
84 struct v29 *vp = p; in chainback_viterbi29_sse2() local
113 struct v29 *vp = p; in delete_viterbi29_sse2() local
Dviterbi615_mmx.c28 struct v615 *vp = p; in init_viterbi615_mmx() local
45 struct v615 *vp; in create_viterbi615_mmx() local
79 struct v615 *vp = p; in chainback_viterbi615_mmx() local
106 struct v615 *vp = p; in delete_viterbi615_mmx() local
116 struct v615 *vp = p; in update_viterbi615_blk_mmx() local
Dviterbi39_mmx.c28 struct v39 *vp = p; in init_viterbi39_mmx() local
56 struct v39 *vp; in create_viterbi39_mmx() local
80 struct v39 *vp = p; in chainback_viterbi39_mmx() local
110 struct v39 *vp = p; in delete_viterbi39_mmx() local
120 struct v39 *vp = p; in update_viterbi39_blk_mmx() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c37 nv30_vertprog_destroy(struct nv30_vertprog *vp) in nv30_vertprog_destroy()
59 struct nv30_vertprog *vp = nv30->vertprog.program; in nv30_vertprog_validate() local
225 struct nv30_vertprog *vp = CALLOC_STRUCT(nv30_vertprog); in nv30_vp_state_create() local
237 struct nv30_vertprog *vp = hwcso; in nv30_vp_state_delete() local
/external/llvm-project/clang/test/CodeGenCXX/
Dppc-mangle-mma-types.cpp8 void f2(__vector_pair *vp) {} in f2()
14 void f3(__vector_pair *vp) {} in f3()
/external/one-true-awk/
Dtran.c74 setfree(Cell *vp) in setfree()
307 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
343 void funnyvar(Cell *vp, const char *rw) in funnyvar()
353 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval()
397 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()
431 static char *get_str_val(Cell *vp, char **fmt) /* get string val of a Cell */ in get_str_val()
468 #define update_str_val(vp) \ in get_str_val() argument
522 char *getsval(Cell *vp) /* get string val of a Cell */ in getsval()
527 char *getpssval(Cell *vp) /* get string val of a Cell for print */ in getpssval()

12345678910>>...42