Searched defs:pfile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c84 FILE* pfile; local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){
132 fclose(pfile);
/external/chromium/third_party/libevent/
H A Dhttp.c544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;
/external/chromium_org/third_party/libevent/
H A Dhttp.c544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;
/external/stressapptest/src/
H A Dworker.cc1602 bool FileThread::OpenFile(int *pfile) { argument
1618 *pfile = fd;
2699 bool DiskThread::OpenDevice(int *pfile) { argument
2714 *pfile = fd;

Completed in 293 milliseconds