/external/curl/lib/ |
slist.h | 30 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist);
|
slist.c | 109 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist) 114 while(inlist) { 115 tmp = curl_slist_append(outlist, inlist->data); 123 inlist = inlist->next;
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_cliptmp.h | 34 GLuint idxPrev = inlist[0]; \ 39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \ 41 GLuint idx = inlist[i]; \ 74 GLuint *tmp = inlist; \ 75 inlist = outlist; \ 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; local 198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 205 j = inlist[i]; 239 if (pv != inlist[0]) 274 GLuint *inlist = vlist[0], *outlist = vlist[1]; local [all...] |
/external/toolchain-utils/cros_utils/ |
pstat.py | 46 linedelimited (inlist,delimiter) 47 lineincols (inlist,colsize) 48 lineincustcols (inlist,colsizes) 49 list2string (inlist) 50 makelol(inlist) 57 recode (inlist,listmap,cols='all') 59 roundlist (inlist,num_digits_to_round_floats_to) 61 unique (inlist) 62 duplicates(inlist) 257 def collmean(inlist) [all...] |
stats.py | 272 def lgeometricmean(inlist): 277 Usage: lgeometricmean(inlist) 280 one_over_n = 1.0 / len(inlist) 281 for item in inlist: 286 def lharmonicmean(inlist): 291 Usage: lharmonicmean(inlist) 294 for item in inlist: 296 return len(inlist) / sum 299 def lmean(inlist): 304 Usage: lmean(inlist) [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 246 struct vertex_header **inlist, 281 header.v[0] = inlist[0]; /* the provoking vertex */ 282 header.v[1] = inlist[i-1]; 283 header.v[2] = inlist[i]; 286 header.v[0] = inlist[i-1]; 287 header.v[1] = inlist[i]; 288 header.v[2] = inlist[0]; /* the provoking vertex */ 398 struct vertex_header **inlist = a; local 410 inlist[0] = header->v[0]; 411 inlist[1] = header->v[1] [all...] |
/external/grpc-grpc/tools/buildgen/ |
build-cleaner.py | 59 inlist = indict[name] 60 protos = list(x for x in inlist if os.path.splitext(x)[1] == '.proto') 61 others = set(x for x in inlist if x not in protos)
|
/external/ImageMagick/scripts/ |
format_c_api_docs | 332 my $inlist = 0; # Set to 1 if in list-item paragraph 437 $inlist = 1; 441 if( $para =~ m/^\s+\S+/ && ! $inlist ) { 444 $inlist = 0; 451 $inlist = 0; 475 my $inlist = 0; # Set to one if in indented list 516 print( OUT startlist() ) unless $inlist; 517 $inlist = 1; 521 print( OUT endlist() ) if $inlist; 522 $inlist = 0 [all...] |
/device/google/bonito/audio/ |
convert_config_string.py | 9 def Generate_CRC(inlist): 11 for i in range(len(inlist)-1): 12 crc = crc ^ (int(inlist[i]&0xffffffff)) 23 print("Actual CRC=", inlist[len(inlist)-1])
|
/device/google/crosshatch/audio/ |
convert_config_string.py | 9 def Generate_CRC(inlist): 11 for i in range(len(inlist)-1): 12 crc = crc ^ (int(inlist[i]&0xffffffff)) 23 print("Actual CRC=", inlist[len(inlist)-1])
|
/external/mesa3d/src/intel/compiler/ |
brw_clip.h | 65 struct brw_reg inlist; member in struct:brw_clip_compile::__anon34182
|
brw_clip_tri.c | 93 c->reg.inlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); 153 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[1]) ); 154 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[0]) ); 160 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[0]) ); 161 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[1]) ); 167 brw_MOV(p, get_element(c->reg.inlist, 2), brw_address(c->reg.vertex[2]) ); 272 brw_MOV(p, get_addr_reg(inlist_ptr), brw_address(c->reg.inlist)); 409 * inlist = outlist 410 * inlist_ptr = &inlist[0] 415 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)) [all...] |
brw_clip_unfilled.c | 294 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 310 /* v1ptr = &inlist[nr_verts] 314 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 360 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 497 /* Need to use the inlist indirection here:
|
/external/libpng/ |
pngset.c | 1481 png_const_bytep inlist; local [all...] |
/external/pdfium/third_party/libpng16/ |
pngset.c | 1431 png_const_bytep inlist; local [all...] |