Searched refs:sortlist (Results 1 – 13 of 13) sorted by relevance
/external/c-ares/ |
D | ares_gethostbyname.c | 79 const struct apattern *sortlist, int nsort); 81 const struct apattern *sortlist, int nsort); 83 const struct apattern *sortlist, int nsort); 85 const struct apattern *sortlist, int nsort); 192 sort_addresses(host, channel->sortlist, channel->nsort); in host_callback() 208 sort6_addresses(host, channel->sortlist, channel->nsort); in host_callback() 422 const struct apattern *sortlist, int nsort) in sort_addresses() argument 435 ind1 = get_address_index(&a1, sortlist, nsort); in sort_addresses() 439 ind2 = get_address_index(&a2, sortlist, nsort); in sort_addresses() 452 const struct apattern *sortlist, in get_address_index() argument [all …]
|
D | ares_destroy.c | 33 if(options->sortlist) in ares_destroy_options() 34 free(options->sortlist); in ares_destroy_options() 79 if(channel->sortlist) in ares_destroy() 80 free(channel->sortlist); in ares_destroy()
|
D | ares_init.c | 95 static int sortlist_alloc(struct apattern **sortlist, int *nsort, struct apattern *pat); 101 static int config_sortlist(struct apattern **sortlist, int *nsort, 168 channel->sortlist = NULL; in ares_init_options() 247 if (channel->sortlist) in ares_init_options() 248 free(channel->sortlist); in ares_init_options() 403 options->sortlist = malloc(channel->nsort * sizeof(struct apattern)); in ares_save_options() 404 if (!options->sortlist) in ares_save_options() 407 options->sortlist[i] = channel->sortlist[i]; in ares_save_options() 503 channel->sortlist = malloc(options->nsort * sizeof(struct apattern)); in init_by_options() 504 if (!channel->sortlist) in init_by_options() [all …]
|
D | ares_private.h | 260 struct apattern *sortlist; member
|
D | ares.h | 266 struct apattern *sortlist; member
|
D | CHANGES | 35 o init_by_options: don't copy an empty sortlist 947 - Made sortlist support IPv6 (this can probably use some testing). 949 - Made sortlist support CIDR matching for IPv4. 953 - Added preliminary IPv6 support to ares_gethostbyname. Currently, sortlist 956 IPv6 support to sortlist.
|
/external/llvm/test/Transforms/GVN/ |
D | load-pre-licm.ll | 5 @sortlist = external global [5001 x i32], align 4 19 %arrayidx9 = getelementptr [5001 x i32], [5001 x i32]* @sortlist, i32 0, i32 %tmp5 21 %arrayidx = getelementptr [5001 x i32], [5001 x i32]* @sortlist, i32 0, i32 %tmp6
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 150 unsigned int * sortlist; in calc_av_activity() local 154 CHECK_MEM_ERROR(sortlist, in calc_av_activity() 159 memcpy( sortlist, cpi->mb_activity_map, in calc_av_activity() 168 if ( sortlist[j] < sortlist[j-1] ) in calc_av_activity() 171 tmp = sortlist[j-1]; in calc_av_activity() 172 sortlist[j-1] = sortlist[j]; in calc_av_activity() 173 sortlist[j] = tmp; in calc_av_activity() 181 median = ( 1 + sortlist[cpi->common.MBs >> 1] + in calc_av_activity() 182 sortlist[(cpi->common.MBs >> 1) + 1] ) >> 1; in calc_av_activity() 186 vpx_free(sortlist); in calc_av_activity()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-addr-offset.ll | 3 @sortlist = common global [5001 x i32] zeroinitializer, align 16 16 …%0 = load i32, i32* getelementptr inbounds ([5001 x i32], [5001 x i32]* @sortlist, i32 0, i64 5000…
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
D | antcontrib.properties | 30 sortlist=net.sf.antcontrib.property.SortList key
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | jquery.tablesorter.min.js | 2 …etadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sor…
|
/external/chromium-trace/catapult/telemetry/third_party/WebKit/PerformanceTests/resources/ |
D | jquery.tablesorter.min.js | 4 …etadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sor…
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 36 @sortlist = external global [5001 x i32], align 32 ; <[5001 x i32]*> [#uses=0]
|