Home
last modified time | relevance | path

Searched refs:nc (Results 1 - 25 of 157) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c249 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; in handle_op_uint()
478 int nc = util_format_get_nr_components(params->format); handle_op_int() local
592 int nc = 1; handle_op_r32f_xchg() local
658 int nc = util_format_get_nr_components(params->format); sp_tgsi_op() local
[all...]
/third_party/python/Lib/
H A Dpstats.py160 for func, (cc, nc, tt, ct, callers) in self.stats.items():
161 self.total_calls += nc
265 for func, (cc, nc, tt, ct, callers) in self.stats.items():
266 stats_list.append((cc, nc, tt, ct) + func +
285 for func, (cc, nc, tt, ct, callers) in oldstats.items():
296 (cc, nc, tt, ct, newcallers))
298 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
314 for func, (cc, nc, tt, ct, callers) in self.stats.items():
370 cc, nc, tt, ct, callers = self.stats[func]
372 ncalls = str(nc) i
[all...]
H A DcProfile.py62 nc = entry.callcount # ncalls column of pstats (before '/')
63 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
68 self.stats[func] = cc, nc, tt, ct, callers
78 nc = subentry.callcount
79 cc = nc - subentry.reccallcount
84 nc += prev[0]
88 callers[func] = nc, cc, tt, ct
/third_party/curl/docs/examples/
H A Dcookie_interface.c42 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/
H A Dscanresults.cpp134 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/
H A Dscanresults.cpp134 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/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_aos.c63 LLVMValueRef constval, int nc) in lp_nir_aos_conv_const()
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()
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 in emit_load_ubo()
62 lp_nir_aos_conv_const(struct gallivm_state *gallivm, LLVMValueRef constval, int nc) lp_nir_aos_conv_const() argument
217 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
304 const int nc = instr->def.num_components; emit_load_const() local
[all...]
H A Dlp_bld_nir.h79 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/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c292 * Check nonce-nc map array with either new nonce counter
297 * @param nc The nonce counter, zero to add the nonce to the array
303 unsigned long int nc) in check_nonce_nc()
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[2 in MHD_digest_auth_check() local
301 check_nonce_nc(struct MHD_Connection *connection, const char *nonce, unsigned long int nc) check_nonce_nc() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Ddivision-by-constant.cc24 const T anc = t - 1 - t % ad; // Absolute value of nc in SignedDivisionByConstant()
26 T q1 = min / anc; // Init. q1 = 2**p/|nc|. in SignedDivisionByConstant()
27 T r1 = min - q1 * anc; // Init. r1 = rem(2**p, |nc|). in SignedDivisionByConstant()
33 q1 = 2 * q1; // Update q1 = 2**p/|nc|. in SignedDivisionByConstant()
34 r1 = 2 * r1; // Update r1 = rem(2**p, |nc|). in SignedDivisionByConstant()
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()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
264 sk_GENERAL_SUBTREE_num(nc->permittedSubtrees),
265 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees))
274 r = nc_match(&gntmp, nc);
294 r = nc_match(&gntmp, nc);
304 r = nc_match(gen, nc);
409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc)
443 r = nc_match(&gntmp, nc);
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
264 sk_GENERAL_SUBTREE_num(nc->permittedSubtrees),
265 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees))
274 r = nc_match(&gntmp, nc);
294 r = nc_match(&gntmp, nc);
304 r = nc_match(gen, nc);
409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc)
443 r = nc_match(&gntmp, nc);
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant1.c192 int nc = cinfo->out_color_components; /* number of color components */ in select_ncolors() local
202 /* We can allocate at least the nc'th root of max_colors per component. */ in select_ncolors()
203 /* Compute floor(nc'th root of max_colors). */ in select_ncolors()
207 temp = iroot; /* set temp = iroot ** nc */ in select_ncolors()
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 in quantize_ord_dither() local
627 int nc = cinfo->out_color_components; quantize_fs_dither() local
[all...]
H A Dturbojpeg-jni.c334 int nc = (subsamp == org_libjpegturbo_turbojpeg_TJ_SAMP_GRAY ? 1 : 3), i; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
343 if ((*env)->GetArrayLength(env, srcobjs) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
345 if ((*env)->GetArrayLength(env, jSrcOffsets) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
347 if ((*env)->GetArrayLength(env, jSrcStrides) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
358 for (i = 0; i < nc; i++) srcOffsets[i] = srcOffsetsTmp[i]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
363 for (i = 0; i < nc; i++) srcStrides[i] = srcStridesTmp[i]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
366 for (i = 0; i < nc; i++) { in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
415 int nc = (subsamp == org_libjpegturbo_turbojpeg_TJ_SAMP_GRAY ? 1 : 3), i; in TJCompressor_encodeYUV() local
427 if ((*env)->GetArrayLength(env, dstobjs) < nc) in TJCompressor_encodeYUV()
429 if ((*env)->GetArrayLength(env, jDstOffsets) < nc) in TJCompressor_encodeYUV()
786 int nc = 0, i, width, height, scaledWidth, scaledHeight, nsf = 0; Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
915 int nc = (subsamp == org_libjpegturbo_turbojpeg_TJ_SAMP_GRAY ? 1 : 3), i; TJDecompressor_decodeYUV() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dhttpauth.c145 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()
189 update_md5_strings(md5ctx, ":", nc, ":", cnonce, ":", digest->qop, NULL); in make_digest_auth()
209 strlen(nc) + 150; in make_digest_auth()
232 av_strlcatf(authstr, len, ", nc=%s", nc); in make_digest_auth()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Ddep-valid.js86 const nc = { noCommittish: !reqCommit }
92 if (reqHost?.ssh(nc) !== resHost.ssh(nc)) {
/third_party/skia/modules/canvaskit/
H A Dcolor.js134 var nc = colorMap[colorStr];
135 if (nc !== undefined) {
136 return nc;
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c149 uint8_t input[MAX_COMP], int32_t nc) in fxt1_bestcol()
156 for (i = 0; i < nc; i++) { in fxt1_bestcol()
171 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_worst()
178 for (i = 0; i < nc; i++) { in fxt1_worst()
192 fxt1_variance (uint8_t input[N_TEXELS / 2][MAX_COMP], int32_t nc) in fxt1_variance() argument
200 for (i = 0; i < nc; i++) { in fxt1_variance()
220 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_choose()
229 for (i = 0; i < nc; i++) { in fxt1_choose()
258 for (i = 0; i < nc; i++) { in fxt1_choose()
289 for (i = 0; i < nc; in fxt1_choose()
148 fxt1_bestcol(float vec[][MAX_COMP], int32_t nv, uint8_t input[MAX_COMP], int32_t nc) fxt1_bestcol() argument
170 fxt1_worst(float vec[MAX_COMP], uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) fxt1_worst() argument
219 fxt1_choose(float vec[][MAX_COMP], int32_t nv, uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) fxt1_choose() argument
313 fxt1_lloyd(float vec[][MAX_COMP], int32_t nv, uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) fxt1_lloyd() argument
[all...]
/third_party/toybox/toys/net/
H A Dnetstat.c175 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_ip() local
177 printf(" %s", nc ? nc->data : "-"); in show_ip()
217 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_unix_sockets() local
219 printf("%-19.19s", nc ? nc->data : "-"); in show_unix_sockets()
/third_party/curl/lib/vauth/
H A Ddigest.c476 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s," in Curl_auth_create_digest_md5_message()
537 digest->nc = 1; /* we make a new nonce now */ in Curl_auth_decode_digest_http_message()
697 if(!digest->nc) in auth_create_digest_http_message()
698 digest->nc = 1; in auth_create_digest_http_message()
794 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message()
817 web-safe characters. uri is already percent encoded. nc is 8 hex in auth_create_digest_http_message()
848 "nc=%08x, " in auth_create_digest_http_message()
856 digest->nc, in auth_create_digest_http_message()
860 /* Increment nonce-count to use another nc value for the next request */ in auth_create_digest_http_message()
861 digest->nc in auth_create_digest_http_message()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DRegionTest.java356 int nc = Integer.valueOf(rd[1]).intValue(); in TestKnownRegions()
357 if ( nc > 0 ) { in TestKnownRegions()
358 Region ncRegion = Region.getInstance(nc); in TestKnownRegions()
359 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DRegionTest.java353 int nc = Integer.valueOf(rd[1]).intValue(); in TestKnownRegions()
354 if ( nc > 0 ) { in TestKnownRegions()
355 Region ncRegion = Region.getInstance(nc); in TestKnownRegions()
356 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dppc64-mont.pl173 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
378 lfd $nc,`$FRAME+48`($sp)
394 fcfid $nc,$nc
451 fmadd $T1a,$N0,$nc,$T1a
453 fmadd $T2a,$N1,$nc,$T2a
455 fmadd $T3a,$N2,$nc,$T3a
457 fmadd $dota,$N3,$nc,$dota
602 fmadd $T1a,$N0,$nc,$T1a
605 fmadd $T2a,$N1,$nc,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dppc64-mont.pl173 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
378 lfd $nc,`$FRAME+48`($sp)
394 fcfid $nc,$nc
451 fmadd $T1a,$N0,$nc,$T1a
453 fmadd $T2a,$N1,$nc,$T2a
455 fmadd $T3a,$N2,$nc,$T3a
457 fmadd $dota,$N3,$nc,$dota
602 fmadd $T1a,$N0,$nc,$T1a
605 fmadd $T2a,$N1,$nc,
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c2747 pa_source_volume_change *nc = NULL; in pa_source_volume_change_push() local
2754 nc = pa_source_volume_change_new(s); in pa_source_volume_change_push()
2759 pa_sw_cvolume_divide(&nc->hw_volume, &s->real_volume, &s->soft_volume); in pa_source_volume_change_push()
2761 if (!s->thread_info.volume_changes && pa_cvolume_equal(&nc->hw_volume, &s->thread_info.current_hw_volume)) { in pa_source_volume_change_push()
2763 pa_source_volume_change_free(nc); in pa_source_volume_change_push()
2767 nc->at = pa_source_get_latency_within_thread(s, false); in pa_source_volume_change_push()
2768 nc->at += pa_rtclock_now() + s->thread_info.volume_change_extra_delay; in pa_source_volume_change_push()
2774 if (pa_cvolume_avg(&nc->hw_volume) > pa_cvolume_avg(&c->hw_volume)) { in pa_source_volume_change_push()
2775 if (nc->at + safety_margin > c->at) { in pa_source_volume_change_push()
2776 nc in pa_source_volume_change_push()
[all...]

Completed in 21 milliseconds

1234567