Searched refs:outlist (Results 1 - 9 of 9) sorted by relevance

/external/curl/lib/
H A Dslist.c109 struct curl_slist *outlist = NULL; local
113 tmp = curl_slist_append(outlist, inlist->data);
116 curl_slist_free_all(outlist);
120 outlist = tmp;
123 return outlist;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
75 inlist = outlist; \
76 outlist = tmp; \
196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
/external/opencv3/modules/python/src2/
H A Dgen2.py432 outlist = []
443 outlist.append((a.name, argno))
471 outlist = [("retval", -1)] + outlist
473 assert outlist == []
474 outlist = [("self", -1)]
480 elif outlist:
481 outstr = ", ".join([o[0] for o in outlist])
490 for aname, argno in outlist:
493 self.py_outlist = outlist
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h92 struct brw_reg outlist; member in struct:brw_clip_compile::__anon14069
H A Dbrw_clip_tri.c102 c->reg.outlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0);
170 brw_MOV(p, brw_vec8_grf(c->reg.outlist.nr, 0), brw_imm_f(0));
241 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist));
367 /* vtxPrev = *(outlist_ptr-1) OR: outlist[nr_verts-1]
368 * inlist = outlist
370 * outlist_ptr = &outlist[0]
374 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0));
376 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c305 struct vertex_header **outlist = b; local
358 outlist[outcount++] = vert_prev;
375 outlist[outcount++] = new_vert;
420 inlist = outlist;
421 outlist = tmp;
/external/libpng/
H A Dpngset.c1417 png_bytep outlist; local
1428 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1432 if (outlist != inlist)
1433 memcpy(outlist, inlist, 5);
1434 outlist += 5;
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c1378 png_bytep outlist; local
1387 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1390 if (outlist != inlist)
1391 memcpy(outlist, inlist, 5);
1392 outlist += 5;
/external/e2fsprogs/
H A Dconfigure11455 outlist="$outlist $i"
11458 ac_config_files="$ac_config_files $outlist"
12169 "$outlist") CONFIG_FILES="$CONFIG_FILES $outlist" ;;

Completed in 454 milliseconds