/external/curl/lib/ |
D | slist.c | 111 struct curl_slist *outlist = NULL; in Curl_slist_duplicate() local 115 tmp = curl_slist_append(outlist, inlist->data); in Curl_slist_duplicate() 118 curl_slist_free_all(outlist); in Curl_slist_duplicate() 122 outlist = tmp; in Curl_slist_duplicate() 125 return outlist; in Curl_slist_duplicate()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 45 outlist[outcount++] = idxPrev; \ 63 outlist[outcount++] = newvert++; \ 75 inlist = outlist; \ 76 outlist = tmp; \ 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; in TAG() local 274 GLuint *inlist = vlist[0], *outlist = vlist[1]; in TAG() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 399 struct vertex_header **outlist = b; in do_clip_tri() local 494 outlist[outcount++] = vert_prev; in do_clip_tri() 511 outlist[outcount++] = new_vert; in do_clip_tri() 556 inlist = outlist; in do_clip_tri() 557 outlist = tmp; in do_clip_tri()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_tri.c | 96 c->reg.outlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); in brw_clip_tri_alloc_regs() 168 brw_MOV(p, brw_vec8_grf(c->reg.outlist.nr, 0), brw_imm_f(0)); in brw_clip_tri_init_vertices() 273 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist)); in brw_clip_tri() 415 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)); in brw_clip_tri() 417 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist)); in brw_clip_tri()
|
D | brw_clip.h | 66 struct brw_reg outlist; member
|
/external/pdfium/third_party/libpng16/ |
D | pngset.c | 1432 png_bytep outlist; in png_set_keep_unknown_chunks() local 1443 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5) in png_set_keep_unknown_chunks() 1447 if (outlist != inlist) in png_set_keep_unknown_chunks() 1448 memcpy(outlist, inlist, 5); in png_set_keep_unknown_chunks() 1449 outlist += 5; in png_set_keep_unknown_chunks()
|
/external/libpng/ |
D | pngset.c | 1482 png_bytep outlist; in png_set_keep_unknown_chunks() local 1493 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5) in png_set_keep_unknown_chunks() 1497 if (outlist != inlist) in png_set_keep_unknown_chunks() 1498 memcpy(outlist, inlist, 5); in png_set_keep_unknown_chunks() 1499 outlist += 5; in png_set_keep_unknown_chunks()
|
/external/testng/doc/ |
D | prettify.js | 635 function PR_splitNonStringNonCommentToken(s, outlist) { argument 660 outlist.push(new PR_Token(t, PR_PLAIN)); 731 outlist.push(new PR_Token(t, style));
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrArithmetic.td | 604 dag outlist, list<dag> pattern, Format f = MRMDestReg> 605 : ITy<opcode, f, typeinfo, outlist, 664 dag outlist, list<dag> pattern> 665 : ITy<opcode, MRMSrcMem, typeinfo, outlist, 700 Format f, dag outlist, list<dag> pattern> 701 : ITy<opcode, f, typeinfo, outlist, 738 Format f, dag outlist, list<dag> pattern> 739 : ITy<opcode, f, typeinfo, outlist,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 627 dag outlist, X86FoldableSchedWrite sched, list<dag> pattern> 628 : ITy<opcode, MRMDestReg, typeinfo, outlist, 690 dag outlist, X86FoldableSchedWrite sched, list<dag> pattern> 691 : ITy<opcode, MRMSrcMem, typeinfo, outlist, 720 Format f, dag outlist, X86FoldableSchedWrite sched, list<dag> pattern> 721 : ITy<opcode, f, typeinfo, outlist, 751 Format f, dag outlist, X86FoldableSchedWrite sched, list<dag> pattern> 752 : ITy<opcode, f, typeinfo, outlist,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 655 dag outlist, list<dag> pattern, InstrItinClass itin, 657 : ITy<opcode, f, typeinfo, outlist, 721 dag outlist, list<dag> pattern, 723 : ITy<opcode, MRMSrcMem, typeinfo, outlist, 759 Format f, dag outlist, list<dag> pattern, 761 : ITy<opcode, f, typeinfo, outlist, 791 Format f, dag outlist, list<dag> pattern, 793 : ITy<opcode, f, typeinfo, outlist,
|
/external/e2fsprogs/ |
D | configure.ac | 1755 outlist="$outlist $i" 1758 AC_OUTPUT($outlist)
|
D | configure | 15237 "$outlist") CONFIG_FILES="$CONFIG_FILES $outlist" ;;
|