HomeSort by relevance Sort by last modified time
    Searched refs:nc (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 174 String nc = Integer.toHexString(nonceCount); local
177 nc = base.substring(0, 8 - nc.length()) + nc;
178 this.setParameter(ParameterNames.NC, nc);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1FieldElement.java 138 int[] nc = Nat224.create(); local
139 SecP224R1Field.negate(c, nc);
149 while (!trySqrt(nc, r, t))
197 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t)
200 SecP224R1Field.multiply(t, nc, t);
208 SecP224R1Field.multiply(f1, nc, f1);
211 private static void RP(int[] nc, int[] d1, int[] e1, int[] f1, int[] t)
213 Nat224.copy(nc, f1);
229 RM(nc, d0, e0, d1, e1, f1, t);
244 private static boolean trySqrt(int[] nc, int[] r, int[] t
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
32 if (nc > 32)
35 end = 1 << (32 - nc);
69 nc -= 32;
70 if (nc > 0)
73 end = 1 << (32 - nc);
113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
115 OSCL_UNUSED_ARG(nc);
227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
229 OSCL_UNUSED_ARG(nc);
    [all...]
  /external/arm-optimized-routines/auxiliary/
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)
    [all...]
  /external/webrtc/webrtc/common_audio/
fft4g.c 292 static void makect(size_t nc, size_t *ip, float *c);
301 static void rftfsub(size_t n, float *a, size_t nc, float *c);
302 static void rftbsub(size_t n, float *a, size_t nc, float *c);
304 static void dctsub(int n, float *a, int nc, float *c)
305 static void dstsub(int n, float *a, int nc, float *c)
332 size_t nw, nc; local
340 nc = ip[1];
341 if (n > (nc << 2)) {
342 nc = n >> 2;
343 makect(nc, ip, w + nw)
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}} member in class:S
  /external/openssh/regress/
dynamic-forward.sh 8 if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
9 proxycmd="nc -x 127.0.0.1:$FWDPORT -X"
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
SecP224R1FieldElement.java 142 int[] nc = Nat224.create(); local
143 SecP224R1Field.negate(c, nc);
153 while (!trySqrt(nc, r, t))
201 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t)
204 SecP224R1Field.multiply(t, nc, t);
212 SecP224R1Field.multiply(f1, nc, f1);
215 private static void RP(int[] nc, int[] d1, int[] e1, int[] f1, int[] t)
217 Nat224.copy(nc, f1);
233 RM(nc, d0, e0, d1, e1, f1, t);
248 private static boolean trySqrt(int[] nc, int[] r, int[] t
    [all...]
  /art/tools/
mount-buildbot-apexes.sh 21 nc='\033[0m'
60 echo -e "${green}Activating package $apex_package as $apex_name${nc}"
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 16 void capture_by_copy(NonCopyable nc, NonCopyable &ncr, const NonConstCopy nco) {
17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
  /external/u-boot/drivers/mtd/nand/
kirkwood_nand.c 35 struct nand_chip *nc = mtd_to_nand(mtd); local
48 writeb(cmd, nc->IO_ADDR_W + offs);
  /external/v8/src/base/
division-by-constant.cc 24 const T anc = t - 1 - t % ad; // Absolute value of nc
26 T q1 = min / anc; // Init. q1 = 2**p/|nc|.
27 T r1 = min - q1 * anc; // Init. r1 = rem(2**p, |nc|).
33 q1 = 2 * q1; // Update q1 = 2**p/|nc|.
34 r1 = 2 * r1; // Update r1 = rem(2**p, |nc|).
61 const T nc = ones - (ones - d) % d; local
64 T q1 = min / nc; // Init. q1 = 2**p/nc
65 T r1 = min - q1 * nc; // Init. r1 = rem(2**p,nc)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_image.c 249 int nc = util_format_get_nr_components(params->format); local
253 if (c == 3 && nc < 4) {
394 int nc = util_format_get_nr_components(params->format); local
403 for (c = 0; c < nc; c++) {
410 for (c = 0; c < nc; c++) {
417 for (c = 0; c < nc; c++) {
424 for (c = 0; c < nc; c++) {
434 for (c = 0; c < nc; c++) {
441 for (c = 0; c < nc; c++) {
448 for (c = 0; c < nc; c++)
511 int nc = util_format_get_nr_components(params->format); local
625 int nc = 1; local
691 int nc = util_format_get_nr_components(params->format); local
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
231 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
244 size_t constraint_count = sk_GENERAL_SUBTREE_num(nc->permittedSubtrees) +
245 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees);
248 constraint_count < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees) ||
259 r = nc_match(&gntmp, nc);
278 r = nc_match(&gntmp, nc);
288 r = nc_match(gen, nc);
297 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
308 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
107 self.stats[func] = cc, nc, tt, ct, callers
117 nc = subentry.callcount
118 cc = nc - subentry.reccallcount
123 nc += prev[0]
127 callers[func] = nc, cc, tt, ct
pstats.py 140 for func, (cc, nc, tt, ct, callers) in self.stats.items():
141 self.total_calls += nc
238 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
239 stats_list.append((cc, nc, tt, ct) + func +
258 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
269 (cc, nc, tt, ct, newcallers))
271 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
286 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
393 cc, nc, tt, ct, callers = self.stats[func]
403 for cc, nc, tt, ct, callers in self.stats.itervalues():
    [all...]
  /external/python/cpython2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
107 self.stats[func] = cc, nc, tt, ct, callers
117 nc = subentry.callcount
118 cc = nc - subentry.reccallcount
123 nc += prev[0]
127 callers[func] = nc, cc, tt, ct
pstats.py 128 for func, (cc, nc, tt, ct, callers) in self.stats.items():
129 self.total_calls += nc
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
231 stats_list.append((cc, nc, tt, ct) + func +
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
261 (cc, nc, tt, ct, newcallers))
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
395 for cc, nc, tt, ct, callers in self.stats.itervalues()
    [all...]
  /external/python/cpython3/Lib/
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
  /frameworks/av/tools/resampler_tools/
fir.cpp 92 // nc is the number of bits to store the coefficients
93 int nc = 32; local
107 // 2^nz >= 2^(nc/2)
198 nc = 16;
248 printf("const int32_t RESAMPLE_FIR_COEF_BITS = %d;\n", nc);
268 int64_t yi = toint(y, 1ULL<<(nc-1));
269 if (nc > 16) {
294 int64_t yi = toint(y, 1ULL<<(nc-1));
295 if (nc > 16) {
  /external/blktrace/
blktrace.c 248 struct cl_conn *nc; /* Server network connection */ member in struct:io_info
946 static int net_get_header(struct cl_conn *nc, struct blktrace_net_hdr *bnh)
949 int fl = fcntl(nc->fd, F_GETFL);
951 fcntl(nc->fd, F_SETFL, fl | O_NONBLOCK);
952 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
953 fcntl(nc->fd, F_SETFL, fl & ~O_NONBLOCK);
1574 struct cl_conn *nc = iop->nc; local
2270 struct cl_conn *nc; local
2363 struct cl_conn *nc = list_entry(p, struct cl_conn, ch_head); local
2563 struct cl_conn *nc; local
2589 struct cl_conn *nc = list_entry(p, struct cl_conn, ns_head); local
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkApiTest.java 63 final NetworkCapabilities nc = mCM.getNetworkCapabilities(network); local
64 if (nc != null
65 && nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED)
66 && nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 21 non_copiable nc; local
22 non_copiable nc2 = nc; // expected-error {{deleted constructor}}
23 nc = nc; // expected-error {{deleted operator}}
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionBlocking.h 44 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index nc() const { return nc_; } function in class:Eigen::internal::TensorContractionBlocking
  /external/libcxx/src/
debug.cpp 215 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1); local
216 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*)));
225 size_t h = hash<void*>()(q->__c_) % nc;
234 __cend_ = __cbeg_ + nc;
529 size_t nc = 2*static_cast<size_t>(cap_ - beg_); local
530 if (nc == 0)
531 nc = 1;
533 static_cast<__i_node**>(malloc(nc * sizeof(__i_node*)));
537 if (nc > 1)
538 memcpy(beg, beg_, nc/2*sizeof(__i_node*))
555 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1); local
    [all...]

Completed in 357 milliseconds

12 3 4 5 6 7 8 9