Searched refs:get_dword (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | i965_asm.c | 63 get_dword(const brw_inst *inst, int idx) in get_dword() function 87 fprintf(output, "\t0x%08x,", get_dword(instruction, 0)); in print_instruction() 90 fprintf(output, " 0x%08x,", get_dword(instruction, i)); in print_instruction()
|
/external/mtools/ |
D | floppyd.c | 387 static Dword get_dword(Packet packet, int my_index) { in get_dword() function 436 *version = get_dword(proto_version, 0); in do_auth() 1169 dev_nr = get_dword(parm,0); in serve_client() 1192 dev_nr = get_dword(parm,0); in serve_client() 1213 get_dword(parm, 0)) < 0) in serve_client() 1239 get_dword(parm, 0), get_dword(parm, 4)); in serve_client() 1257 get_qword(parm,0), get_dword(parm,8)); in serve_client()
|