/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | licenses-tables.dat | 15 /* 2 http://creativecommons.org/licenses/by-nc-nd/2.0/ 16 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/at/ 17 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/au/ 18 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/be/ 19 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/br/ 20 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/ca/ 21 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/cl/ 22 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/de/ 23 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/es/ 24 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/fr/ [all …]
|
/third_party/gstreamer/gstplugins_base/tests/files/ |
D | license-uris | 58 http://creativecommons.org/licenses/by-nc/1.0/fi/ 59 http://creativecommons.org/licenses/by-nc/1.0/il/ 60 http://creativecommons.org/licenses/by-nc/1.0/nl/ 61 http://creativecommons.org/licenses/by-nc/1.0/ 62 http://creativecommons.org/licenses/by-nc/2.0/at/ 63 http://creativecommons.org/licenses/by-nc/2.0/au/ 64 http://creativecommons.org/licenses/by-nc/2.0/be/ 65 http://creativecommons.org/licenses/by-nc/2.0/br/ 66 http://creativecommons.org/licenses/by-nc/2.0/ca/ 67 http://creativecommons.org/licenses/by-nc/2.0/cl/ [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | az.txt | 1101 one{"{0} gün öncə"} 1102 other{"{0} gün öncə"} 1114 one{"{0} gün öncə"} 1115 other{"{0} gün öncə"} 1127 one{"{0} gün öncə"} 1128 other{"{0} gün öncə"} 1171 one{"{0} cümə öncə"} 1172 other{"{0} cümə öncə"} 1188 one{"{0} cümə öncə"} 1189 other{"{0} cümə öncə"} [all …]
|
/third_party/optimized-routines/math/tools/ |
D | remez.jl | 738 nc, dc, e1 = try_e(e0) 743 return nc, dc 752 nc, dc, e2 = try_e(e1) 760 nc, dc, enew = try_e(emid) 769 return nc, dc 826 (nc, dc) = ratfn_leastsquares(f, grid, n, d, w) 828 ratfn_to_string(nc, dc)) 849 approx_y = ratfn_eval(nc, dc, x) 867 return nc, dc, max_err, extrema 872 (nc, dc) = ratfn_equal_deviation(f, map(x->x[1], extrema), [all …]
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 249 int nc = util_format_get_nr_components(params->format); in sp_tgsi_load() local 253 if (c == 3 && nc < 4) { in sp_tgsi_load() 361 int nc = util_format_get_nr_components(params->format); in handle_op_uint() local 370 for (c = 0; c < nc; c++) { in handle_op_uint() 377 for (c = 0; c < nc; c++) { in handle_op_uint() 384 for (c = 0; c < nc; c++) { in handle_op_uint() 391 for (c = 0; c < nc; c++) { in handle_op_uint() 401 for (c = 0; c < nc; c++) { in handle_op_uint() 408 for (c = 0; c < nc; c++) { in handle_op_uint() 415 for (c = 0; c < nc; c++) { in handle_op_uint() [all …]
|
/third_party/python/Lib/ |
D | pstats.py | 159 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 160 self.total_calls += nc 264 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 265 stats_list.append((cc, nc, tt, ct) + func + 284 for func, (cc, nc, tt, ct, callers) in oldstats.items(): 295 (cc, nc, tt, ct, newcallers)) 297 newstats[newfunc] = (cc, nc, tt, ct, newcallers) 313 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 369 cc, nc, tt, ct, callers = self.stats[func] 371 ncalls = str(nc) if nc == cc else (str(nc) + '/' + str(cc)) [all …]
|
D | cProfile.py | 61 nc = entry.callcount # ncalls column of pstats (before '/') 62 cc = nc - entry.reccallcount # ncalls column of pstats (after '/') 67 self.stats[func] = cc, nc, tt, ct, callers 77 nc = subentry.callcount 78 cc = nc - subentry.reccallcount 83 nc += prev[0] 87 callers[func] = nc, cc, tt, ct
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_aos.c | 63 LLVMValueRef constval, int nc) in lp_nir_aos_conv_const() argument 68 for (unsigned i = 0; i < nc; i++) { in lp_nir_aos_conv_const() 81 for (unsigned i = nc; i < 4; i++) { in lp_nir_aos_conv_const() 218 unsigned nc, in emit_load_ubo() argument 237 for (unsigned chan = 0; chan < nc; ++chan) { in emit_load_ubo() 249 nc == 1 ? 0 : bld->swizzles[chan]); in emit_load_ubo() 257 for (unsigned chan = 0; chan < nc; ++chan) { in emit_load_ubo() 262 for (unsigned i = nc; i < type.length; ++i) { in emit_load_ubo() 263 shuffles[i] = shuffles[i % nc]; in emit_load_ubo() 271 if (nc == 4) in emit_load_ubo() [all …]
|
D | lp_bld_nir.h | 79 unsigned nc, 85 unsigned nc, 92 unsigned nc, unsigned bit_size, 99 unsigned nc, unsigned bit_size, 113 unsigned nc, unsigned bit_size, 117 unsigned writemask, unsigned nc, unsigned bit_size, 175 unsigned nc, unsigned bit_size, 179 unsigned writemask, unsigned nc, 395 LLVMValueRef constval, int nc);
|
/third_party/curl/docs/examples/ |
D | cookie_interface.c | 42 struct curl_slist *nc; in print_cookies() local 52 nc = cookies; in print_cookies() 54 while(nc) { in print_cookies() 55 printf("[%d]: %s\n", i, nc->data); in print_cookies() 56 nc = nc->next; in print_cookies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | scanresults.cpp | 134 NetworkConfig *nc = new NetworkConfig(); in bssSelected() local 135 if (nc == NULL) in bssSelected() 137 nc->setWpaGui(wpagui); in bssSelected() 138 nc->paramsFromScanResults(sel); in bssSelected() 139 nc->show(); in bssSelected() 140 nc->exec(); in bssSelected()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | scanresults.cpp | 134 NetworkConfig *nc = new NetworkConfig(); in bssSelected() local 135 if (nc == NULL) in bssSelected() 137 nc->setWpaGui(wpagui); in bssSelected() 138 nc->paramsFromScanResults(sel); in bssSelected() 139 nc->show(); in bssSelected() 140 nc->exec(); in bssSelected()
|
/third_party/icu/icu4c/source/data/locales/ |
D | az.txt | 1136 one{"{0} gün öncə"} 1137 other{"{0} gün öncə"} 1168 one{"{0} cümə öncə"} 1169 other{"{0} cümə öncə"} 1185 one{"{0} cümə öncə"} 1186 other{"{0} cümə öncə"} 1202 one{"{0} cümə öncə"} 1203 other{"{0} cümə öncə"} 1218 one{"{0} saat öncə"} 1219 other{"{0} saat öncə"} [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jquant1.c | 192 int nc = cinfo->out_color_components; /* number of color components */ in select_ncolors() local 208 for (i = 1; i < nc; i++) in select_ncolors() 219 for (i = 0; i < nc; i++) { in select_ncolors() 231 for (i = 0; i < nc; i++) { in select_ncolors() 474 register int nc = cinfo->out_color_components; in color_quantize() local 481 for (ci = 0; ci < nc; ci++) { in color_quantize() 529 int nc = cinfo->out_color_components; in quantize_ord_dither() local 539 for (ci = 0; ci < nc; ci++) { in quantize_ord_dither() 556 input_ptr += nc; in quantize_ord_dither() 627 int nc = cinfo->out_color_components; in quantize_fs_dither() local [all …]
|
/third_party/ffmpeg/libavformat/ |
D | httpauth.c | 145 char nc[9]; in make_digest_auth() local 152 digest->nc++; in make_digest_auth() 153 snprintf(nc, sizeof(nc), "%08x", digest->nc); in make_digest_auth() 193 update_md5_strings(md5ctx, ":", nc, ":", cnonce, ":", digest->qop, NULL); in make_digest_auth() 214 strlen(nc) + 150; in make_digest_auth() 237 av_strlcatf(authstr, len, ", nc=%s", nc); in make_digest_auth()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | digestauth.c | 303 unsigned long int nc) in check_nonce_nc() argument 328 if (0 == nc) in check_nonce_nc() 332 connection->daemon->nnc[off].nc = 0; in check_nonce_nc() 336 if ( (nc <= connection->daemon->nnc[off].nc) || in check_nonce_nc() 346 connection->daemon->nnc[off].nc = nc; in check_nonce_nc() 574 char nc[20]; in MHD_digest_auth_check() local 727 (0 == lookup_sub_value (nc, sizeof (nc), header, "nc")) || in MHD_digest_auth_check() 737 nci = strtoul (nc, &end, 16); in MHD_digest_auth_check() 770 nc, in MHD_digest_auth_check()
|
/third_party/node/deps/v8/src/base/ |
D | division-by-constant.cc | 61 const T nc = ones - (ones - d) % d; in UnsignedDivisionByConstant() local 64 T q1 = min / nc; // Init. q1 = 2**p/nc in UnsignedDivisionByConstant() 65 T r1 = min - q1 * nc; // Init. r1 = rem(2**p,nc) in UnsignedDivisionByConstant() 71 if (r1 >= nc - r1) { in UnsignedDivisionByConstant() 73 r1 = 2 * r1 - nc; in UnsignedDivisionByConstant()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_ncons.c | 33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() argument 264 sk_GENERAL_SUBTREE_num(nc->permittedSubtrees), in NAME_CONSTRAINTS_check() 265 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees)) in NAME_CONSTRAINTS_check() 274 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 294 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 304 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check() 409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN() argument 443 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN() 472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument [all …]
|
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() argument 264 sk_GENERAL_SUBTREE_num(nc->permittedSubtrees), in NAME_CONSTRAINTS_check() 265 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees)) in NAME_CONSTRAINTS_check() 274 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 294 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 304 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check() 409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN() argument 443 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN() 472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument [all …]
|
/third_party/node/src/ |
D | node.d | 52 translator node_connection_t <node_dtrace_connection_t *nc> { 53 fd = *(int32_t *)copyin((uintptr_t)&nc->fd, sizeof (int32_t)); 55 *(int32_t *)copyin((uintptr_t)&nc->port, sizeof (int32_t)); 57 copyinstr((uintptr_t)*(uint32_t *)copyin((uintptr_t)&nc->remote, 60 &((node_dtrace_connection64_t *)nc)->remote, sizeof (int64_t))); 62 *(uint32_t *)copyin((uintptr_t)&nc->buffered, sizeof (int32_t)) : 64 &((node_dtrace_connection64_t *)nc)->buffered, sizeof (int32_t));
|
/third_party/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 115 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14"; 227 ldda [%sp+$bias+$frame+2]%asi,$nc 237 fxtod $nc,$nc 247 fmuld $nlo,$nc,$nloc 259 fmuld $nhi,$nc,$nhic 312 fmuld $nlo,$nc,$nloc 341 fmuld $nhi,$nc,$nhic 399 fmuld $nlo,$nc,$nloc 424 fmuld $nhi,$nc,$nhic 544 ldda [%sp+$bias+$frame+2]%asi,$nc [all …]
|
D | ppc64-mont.pl | 173 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7"; 375 lfd $nc,`$FRAME+48`($sp) 391 fcfid $nc,$nc 448 fmadd $T1a,$N0,$nc,$T1a 450 fmadd $T2a,$N1,$nc,$T2a 452 fmadd $T3a,$N2,$nc,$T3a 454 fmadd $dota,$N3,$nc,$dota 598 fmadd $T1a,$N0,$nc,$T1a 601 fmadd $T2a,$N1,$nc,$T2a 604 fmadd $T3a,$N2,$nc,$T3a [all …]
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 115 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14"; 227 ldda [%sp+$bias+$frame+2]%asi,$nc 237 fxtod $nc,$nc 247 fmuld $nlo,$nc,$nloc 259 fmuld $nhi,$nc,$nhic 312 fmuld $nlo,$nc,$nloc 341 fmuld $nhi,$nc,$nhic 399 fmuld $nlo,$nc,$nloc 424 fmuld $nhi,$nc,$nhic 544 ldda [%sp+$bias+$frame+2]%asi,$nc [all …]
|
D | ppc64-mont.pl | 173 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7"; 375 lfd $nc,`$FRAME+48`($sp) 391 fcfid $nc,$nc 448 fmadd $T1a,$N0,$nc,$T1a 450 fmadd $T2a,$N1,$nc,$T2a 452 fmadd $T3a,$N2,$nc,$T3a 454 fmadd $dota,$N3,$nc,$dota 598 fmadd $T1a,$N0,$nc,$T1a 601 fmadd $T2a,$N1,$nc,$T2a 604 fmadd $T3a,$N2,$nc,$T3a [all …]
|
/third_party/FatFs/source/ |
D | ffunicode.c | 15469 WORD uc, bc, nc, cmd; in ff_wtoupper() local 15569 nc = *p++; cmd = nc >> 8; nc &= 0xFF; /* Get processing command and block size */ in ff_wtoupper() 15570 if (uc < bc + nc) { /* In the block? */ in ff_wtoupper() 15584 if (cmd == 0) p += nc; /* Skip table if needed */ in ff_wtoupper()
|