HomeSort by relevance Sort by last modified time
    Searched refs:nc (Results 76 - 100 of 593) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/syslinux/efi64/com32/cmenu/
test.c 178 int nc, nr; local
180 if (getscreensize(1, &nr, &nc)) {
182 nc = 80;
200 cprint(' ',0x07,nc-1);
209 int nc, nr; local
218 if (getscreensize(1, &nr, &nc)) {
220 nc = 80;
228 cprint(' ',0x07,nc);
232 cprint(' ',0x07,nc);
  /external/tensorflow/tensorflow/core/kernels/
mkl_softmax_op.cc 81 : memory::desc(src_dims, MklDnnType<T>(), memory::format::nc);
87 // data format is "nc" for src and dst; since the src and dst buffer is
90 src.SetOpMemDesc(src_dims, memory::format::nc);
113 memory::format::nc);
  /external/blktrace/
blktrace.c 248 struct cl_conn *nc; /* Server network connection */ member in struct:io_info
924 static int net_get_header(struct cl_conn *nc, struct blktrace_net_hdr *bnh)
927 int fl = fcntl(nc->fd, F_GETFL);
929 fcntl(nc->fd, F_SETFL, fl | O_NONBLOCK);
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
931 fcntl(nc->fd, F_SETFL, fl & ~O_NONBLOCK);
1477 struct cl_conn *nc = iop->nc; local
1479 len += sprintf(dst + len, "%s-", nc->ch->hostname);
2168 struct cl_conn *nc; local
2261 struct cl_conn *nc = list_entry(p, struct cl_conn, ch_head); local
2461 struct cl_conn *nc; local
2487 struct cl_conn *nc = list_entry(p, struct cl_conn, ns_head); local
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkApiTest.java 57 final NetworkCapabilities nc = mCM.getNetworkCapabilities(network); local
58 if (nc != null
59 && nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED)
60 && 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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
compare.s 11 setf nc,r5
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
textinsn2op01.s 26 myinsn.nc.f 0xdeadbeef, 0x02
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
offset.d 19 [ ]+16:[ ]+30 fc[ ]+jr nc,0x0014
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/
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/
pstats.py 117 for func, (cc, nc, tt, ct, callers) in self.stats.items():
118 self.total_calls += nc
216 for func, (cc, nc, tt, ct, callers) in self.stats.items():
217 stats_list.append((cc, nc, tt, ct) + func +
236 for func, (cc, nc, tt, ct, callers) in oldstats.items():
247 (cc, nc, tt, ct, newcallers))
249 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
265 for func, (cc, nc, tt, ct, callers) in self.stats.items():
373 cc, nc, tt, ct, callers = self.stats[func]
383 for cc, nc, tt, ct, callers in self.stats.values()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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...]
  /prebuilts/go/darwin-x86/src/os/
dir_unix.go 78 var nb, nc int
79 nb, nc, names = syscall.ParseDirent(d.buf[d.bufp:d.nbuf], n, names)
81 n -= nc
  /prebuilts/go/linux-x86/src/os/
dir_unix.go 78 var nb, nc int
79 nb, nc, names = syscall.ParseDirent(d.buf[d.bufp:d.nbuf], n, names)
81 n -= nc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
jmp-cc.d 33 34: ef05 jr nc/uge,0x40
35 38: ef03 jr nc/uge,0x40
36 3a: ef02 jr nc/uge,0x40
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 296 float nc = 1.0f - c; local
303 d[0] = x * x * nc + c;
304 d[4] = xy * nc - zs;
305 d[8] = zx * nc + ys;
306 d[1] = xy * nc + zs;
307 d[5] = y * y * nc + c;
308 d[9] = yz * nc - xs;
309 d[2] = zx * nc - ys;
310 d[6] = yz * nc + xs;
311 d[10] = z * z * nc + c
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 171 float nc = 1.0f - c; local
178 mMat[ 0] = x*x*nc + c;
179 mMat[ 4] = xy*nc - zs;
180 mMat[ 8] = zx*nc + ys;
181 mMat[ 1] = xy*nc + zs;
182 mMat[ 5] = y*y*nc + c;
183 mMat[ 9] = yz*nc - xs;
184 mMat[ 2] = zx*nc - ys;
185 mMat[ 6] = yz*nc + xs;
186 mMat[10] = z*z*nc + c
    [all...]
  /frameworks/rs/
rsMatrix4x4.cpp 220 const float nc = 1.0f - c; local
227 m[ 0] = x*x*nc + c;
228 m[ 4] = xy*nc - zs;
229 m[ 8] = zx*nc + ys;
230 m[ 1] = xy*nc + zs;
231 m[ 5] = y*y*nc + c;
232 m[ 9] = yz*nc - xs;
233 m[ 2] = zx*nc - ys;
234 m[ 6] = yz*nc + xs;
235 m[10] = z*z*nc + c
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Matrix4f.java 172 float nc = 1.0f - c; local
179 mMat[ 0] = x*x*nc + c;
180 mMat[ 4] = xy*nc - zs;
181 mMat[ 8] = zx*nc + ys;
182 mMat[ 1] = xy*nc + zs;
183 mMat[ 5] = y*y*nc + c;
184 mMat[ 9] = yz*nc - xs;
185 mMat[ 2] = zx*nc - ys;
186 mMat[ 6] = yz*nc + xs;
187 mMat[10] = z*z*nc + c
    [all...]

Completed in 1152 milliseconds

1 2 34 5 6 7 8 91011>>