/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_gethostbyname.c | 73 const struct apattern *sortlist, int nsort); 75 const struct apattern *sortlist, int nsort); 77 const struct apattern *sortlist, int nsort); 79 const struct apattern *sortlist, int nsort); 193 sort_addresses(host, channel->sortlist, channel->nsort); in host_callback() 212 sort6_addresses(host, channel->sortlist, channel->nsort); in host_callback() 430 const struct apattern *sortlist, int nsort) in sort_addresses() argument 443 ind1 = get_address_index(&a1, sortlist, nsort); in sort_addresses() 447 ind2 = get_address_index(&a2, sortlist, nsort); in sort_addresses() 460 const struct apattern *sortlist, in get_address_index() argument [all …]
|
D | ares_init.c | 84 static int config_sortlist(struct apattern **sortlist, int *nsort, 86 static int sortlist_alloc(struct apattern **sortlist, int *nsort, 162 channel->sortlist = NULL; in ares_init_options() 242 if (channel->sortlist) in ares_init_options() 243 ares_free(channel->sortlist); in ares_init_options() 423 options->sortlist = ares_malloc(channel->nsort * sizeof(struct apattern)); in ares_save_options() 424 if (!options->sortlist) in ares_save_options() 427 options->sortlist[i] = channel->sortlist[i]; in ares_save_options() 537 channel->sortlist = ares_malloc(options->nsort * sizeof(struct apattern)); in init_by_options() 538 if (!channel->sortlist) in init_by_options() [all …]
|
D | ares_destroy.c | 35 if(options->sortlist) in ares_destroy_options() 36 ares_free(options->sortlist); in ares_destroy_options() 84 if(channel->sortlist) in ares_destroy() 85 ares_free(channel->sortlist); in ares_destroy()
|
D | ares_private.h | 274 struct apattern *sortlist; member
|
D | ares.h | 271 struct apattern *sortlist; member
|
D | CHANGES.0 | 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 | 130 unsigned int *sortlist; in calc_av_activity() local 134 CHECK_MEM_ERROR(sortlist, in calc_av_activity() 138 memcpy(sortlist, cpi->mb_activity_map, in calc_av_activity() 144 if (sortlist[j] < sortlist[j - 1]) { in calc_av_activity() 146 tmp = sortlist[j - 1]; in calc_av_activity() 147 sortlist[j - 1] = sortlist[j]; in calc_av_activity() 148 sortlist[j] = tmp; in calc_av_activity() 155 median = (1 + sortlist[cpi->common.MBs >> 1] + in calc_av_activity() 156 sortlist[(cpi->common.MBs >> 1) + 1]) >> in calc_av_activity() 161 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/llvm-project/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/llvm-project/llvm/test/Transforms/GVN/PRE/ |
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/antlr/runtime/JavaScript/third/ |
D | antcontrib.properties | 30 sortlist=net.sf.antcontrib.property.SortList key
|
/external/python/cpython2/Parser/ |
D | spark.py | 655 sortlist = [] 660 sortlist.append((len(rhs), name)) 662 sortlist.sort() 663 list = map(lambda (a,b): b, sortlist)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 36 @sortlist = external global [5001 x i32], align 32 ; <[5001 x i32]*> [#uses=0]
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 36 @sortlist = external global [5001 x i32], align 32 ; <[5001 x i32]*> [#uses=0]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-init.cc | 374 EXPECT_EQ(nullptr, opts.sortlist);
|