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

1 2 34 5 6 7 8 91011>>

  /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.25/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...]
  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 78 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
242 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
256 r = nc_match(&gntmp, nc);
279 r = nc_match(&gntmp, nc);
290 r = nc_match(gen, nc);
299 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
309 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++)
311 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i);
333 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++)
335 sub = sk_GENERAL_SUBTREE_value(nc->excludedSubtrees, i)
    [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/support/v8/renderscript/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...]
  /external/harfbuzz_ng/win32/
create-lists-msvc.mak 28 # !if [for %c in ($(source_list)) do @if "%~xc" == ".$(srcext)" @call create-lists.bat file $(makefile_snippet_file) $(intdir)\%~nc.obj]
30 # $(intdir)\%~nc.obj needs to correspond to the rules added in build-rules-msvc.mak
32 # %~nc gives the file name of a given file without extension, %c in this case, so if %c is a.cc, %~nc means a
40 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz\%~nc.obj]
43 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".c" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz\%~nc.obj]
55 !if [for %c in ($(HB_GOBJECT_sources) $(HB_GOBJECT_ENUM_sources)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz-gobject\%~nc.obj]
68 !if [for %c in ($(HB_ICU_sources)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz-icu\%~nc.obj]
84 !if [for %c in ($(HB_VIEW_sources)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\util\%~nc.obj]
95 !if [for %c in ($(HB_SHAPE_sources)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\util\%~nc.obj
    [all...]
  /external/libjpeg-turbo/
jquant1.c 190 int nc = cinfo->out_color_components; /* number of color components */ local
200 /* We can allocate at least the nc'th root of max_colors per component. */
201 /* Compute floor(nc'th root of max_colors). */
205 temp = iroot; /* set temp = iroot ** nc */
206 for (i = 1; i < nc; i++)
217 for (i = 0; i < nc; i++) {
229 for (i = 0; i < nc; i++) {
472 register int nc = cinfo->out_color_components; local
479 for (ci = 0; ci < nc; ci++) {
527 int nc = cinfo->out_color_components local
627 int nc = cinfo->out_color_components; local
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 192 int nc = cinfo->out_color_components; /* number of color components */ local
199 /* We can allocate at least the nc'th root of max_colors per component. */
200 /* Compute floor(nc'th root of max_colors). */
204 temp = iroot; /* set temp = iroot ** nc */
205 for (i = 1; i < nc; i++)
216 for (i = 0; i < nc; i++) {
228 for (i = 0; i < nc; i++) {
471 register int nc = cinfo->out_color_components; local
478 for (ci = 0; ci < nc; ci++) {
526 int nc = cinfo->out_color_components local
627 int nc = cinfo->out_color_components; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 569 NetworkCapabilities nc = nr.networkCapabilities; local
571 if (nc.getTransportTypes().length > 0 &&
572 nc.hasTransport(NetworkCapabilities.TRANSPORT_CELLULAR) == false) {
581 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
584 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_MMS)) {
588 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) {
592 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_DUN)) {
596 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_FOTA)) {
600 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_IMS)) {
604 if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_CBS))
    [all...]
  /bionic/libc/bionic/
ifaddrs.cpp 241 NetlinkConnection nc; local
242 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out) &&
243 nc.SendRequest(RTM_GETADDR) && nc.ReadResponses(__getifaddrs_callback, out);
net_if.cpp 121 NetlinkConnection nc; local
122 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 70 public static final String NC = ParameterNames.NC;
437 return this.getParameterAsHexInt(ParameterNames.NC);
449 String nc = Integer.toHexString(param); local
452 nc = base.substring(0, 8 - nc.length()) + nc;
453 this.setParameter(ParameterNames.NC, nc);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 518 OMX_INT nc; local
533 nc = (OMX_INT)DetermineNc(pMb, 0, pResidual->totalCoeff);
540 nc,
548 nc,
567 nc = (OMX_INT)DetermineNc(pMb,blockIndex,pResidual->totalCoeff);
576 nc,
584 nc,
596 nc,
604 nc,
662 nc = (OMX_INT)DetermineNc(pMb, blockIndex, pResidual->totalCoeff)
706 i32 nc; local
    [all...]
  /frameworks/base/core/java/android/net/
NetworkAgent.java 209 NetworkCapabilities nc, LinkProperties lp, int score) {
210 this(looper, context, logTag, ni, nc, lp, score, null);
214 NetworkCapabilities nc, LinkProperties lp, int score, NetworkMisc misc) {
218 if (ni == null || nc == null || lp == null) {
226 new LinkProperties(lp), new NetworkCapabilities(nc), score, misc);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 107 var nc = newRootTree.getChildCount();
108 if (nc===1) {
110 } else if ( nc>1 ) {
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 292 * Check nonce-nc map array with either new nonce counter
297 * @param nc The nonce counter, zero to add the nonce to the array
298 * @return MHD_YES if successful, MHD_NO if invalid (or we have no NC array)
303 unsigned long int nc)
328 if (0 == nc)
332 connection->daemon->nnc[off].nc = 0;
336 if ( (nc <= connection->daemon->nnc[off].nc) ||
346 connection->daemon->nnc[off].nc = nc;
574 char nc[20]; local
    [all...]
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 138 int nc = 0; local
141 ++nc;
146 *offset += nc + len;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 151 NullCipher nc = new NullCipher(); local
152 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc);
154 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPRequest.java 118 * response = KD ( H(A1), unq(nonce-value) ":" nc-value ":" unq(cnonce-value) ":"
122 String nc = String.format("%08d", sequence); local
136 byte[] response = hash(a1, nonceText, nc, cNonceString, "auth", a2);
145 .append("nc=").append(nc).append(", ")
269 // nc=00000001
284 String nonce, String cnonce, String nc, String qop, String expect)
290 byte[] response = hash(a1, nonce, nc, cnonce, qop, a2);
300 .append("nc=").append(nc).append(", "
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
asl.d 43 84: 06 50 f4 44 44f45006 asl.nc r39,r40
44 88: 06 d6 55 45 4555d606 asl.nc r42,r43
45 8c: 06 5c b7 45 45b75c06 asl.nc r45,r46
mov.d 43 84: 06 50 f4 64 64f45006 mov.nc r39,r40
44 88: 06 d6 55 65 6555d606 mov.nc r42,r43
45 8c: 06 5c b7 65 65b75c06 mov.nc r45,r46
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 107 void double_capture(T &nc) {
110 T nc2(nc);

Completed in 7478 milliseconds

1 2 34 5 6 7 8 91011>>