HomeSort by relevance Sort by last modified time
    Searched defs:nt (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(&nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
434 struct nouveau_texture *nt = to_nouveau_texture(t); local
441 if (nt->dirty) {
442 nt->dirty = GL_FALSE;
446 struct nouveau_surface *s = &nt->surfaces[i];
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 11 non_trivial nt; // expected-note {{non-trivial default constructor}} member in union:bad_union
21 non_trivial nt; // expected-note {{non-trivial default constructor}} member in union:bad_anon::__anon23077
47 non_trivial nt; member in struct:good
57 const non_trivial nt; member in struct:good_const
  /external/javassist/src/main/javassist/expr/
MethodCall.java 106 int nt = getNameAndType(cp); local
107 return cp.getUtf8Info(cp.getNameAndTypeName(nt));
129 int nt = getNameAndType(cp); local
130 return cp.getUtf8Info(cp.getNameAndTypeDescriptor(nt));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(&nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
434 struct nouveau_texture *nt = to_nouveau_texture(t); local
441 if (nt->dirty) {
442 nt->dirty = GL_FALSE;
446 struct nouveau_surface *s = &nt->surfaces[i];
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 323 Node nt = findNode(to.mScript); local
324 if (nt == null) {
332 nt.mInputs.add(cl);
358 Node nt = findNode(to); local
359 if (nt == null) {
367 nt.mInputs.add(cl);
  /frameworks/rs/
rsType.cpp 250 Type *nt = new (allocMem) Type(rsc); local
253 ALOGE("pointer for type: %p", nt);
254 ALOGE("pointer for type.drv: %p", &nt->mHal.drv);
257 nt->mDimLOD = dimLOD;
258 returnRef.set(nt);
259 nt->mElement.set(e);
260 nt->mHal.state.dimX = dimX;
261 nt->mHal.state.dimY = dimY;
262 nt->mHal.state.dimZ = dimZ;
263 nt->mHal.state.faces = dimFaces
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
357 nt = inc * (int)nTotal;
361 nn = nt - inc;
467 } while (kk < (nt-1));
468 k2 = kk - nt;
536 } while (kk < nt);
548 kk = kk - nt + jc;
733 } while (kk < nt);
737 kk = kk - nt + kspan;
789 } while (kk < (nt-1))
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 438 int nt = constPool.addNameAndTypeInfo(methodName, descriptor); local
439 int method = constPool.addMethodrefInfo(target, nt);
MethodInfo.java 492 int nt = cp.getMethodrefNameAndType(mref); local
494 int mref2 = cp.addMethodrefInfo(sc, nt);
ConstPool.java 787 int nt = addNameAndTypeInfo(name, type); local
788 return addFieldrefInfo(classInfo, nt);
826 int nt = addNameAndTypeInfo(name, type); local
827 return addMethodrefInfo(classInfo, nt);
867 int nt = addNameAndTypeInfo(name, type); local
868 return addInterfaceMethodrefInfo(classInfo, nt);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
361 nt = inc * (int)nTotal;
365 nn = nt - inc;
471 } while (kk < (nt-1));
472 k2 = kk - nt;
540 } while (kk < nt);
552 kk = kk - nt + jc;
737 } while (kk < nt);
741 kk = kk - nt + kspan;
793 } while (kk < (nt-1))
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 340 Node nt = findNode(to.mScript); local
341 if (nt == null) {
349 nt.mInputs.add(cl);
380 Node nt = findNode(to); local
381 if (nt == null) {
389 nt.mInputs.add(cl);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 1 r"""OS routines for Mac, NT, or Posix depending on what system we're on.
4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
55 elif 'nt' in _names:
56 name = 'nt'
58 from nt import *
60 from nt import _exit
65 import nt namespace
66 __all__.extend(_get_exports_list(nt))
67 del nt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 1 r"""OS routines for Mac, NT, or Posix depending on what system we're on.
4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
55 elif 'nt' in _names:
56 name = 'nt'
58 from nt import *
60 from nt import _exit
65 import nt namespace
66 __all__.extend(_get_exports_list(nt))
67 del nt
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 453 non_terminal nt; local
483 nt = (non_terminal)n.nextElement();
486 if (nt.use_count() == 0)
492 System.err.println("Warning: Non terminal \"" + nt.name() +
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 956 int nt = n.getNodeType(); local
957 return ( (Node.DOCUMENT_NODE == nt) || (Node.DOCUMENT_FRAGMENT_NODE == nt) )
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.c 329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 401 Index nt = nzcolR-bi; local
402 for(Index i = 0; i < nt/2; i++) std::swap(Ridx(bi+i), Ridx(nzcolR-i-1));
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
    [all...]
  /external/libnl/lib/route/
neightbl.c 408 struct rtnl_neightbl *nt; local
413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) {
414 if (!strcasecmp(nt->nt_name, name) &&
415 ((!ifindex && !nt->nt_parms.ntp_ifindex) ||
416 (ifindex && ifindex == nt->nt_parms.ntp_ifindex))) {
417 nl_object_get((struct nl_object *) nt);
418 return nt;
  /external/ltrace/
read_config_file.c 409 struct named_type *nt = protolib_lookup_type(plib, buf, true); local
410 if (nt == NULL)
412 return nt->info;
  /external/srec/srec/cfront/
sp_fft.c 272 unsigned m, n, n2, n4, i, j, ii, nt; local
277 nt = (n >> 1) - 1;
278 pcos1 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
279 psin1 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
280 pcos2 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
281 psin2 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
282 pcos3 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
283 psin3 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
309 for (i = 0; i < nt; i++)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 1846 int nt = ((Integer) nodeTestOp).intValue(); local
1848 m_ops.setOp(m_ops.getOp(OpMap.MAPINDEX_LENGTH), nt); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 128 char *nt = p + slen;
129 t = nt;
127 char *nt = p + slen; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 1978 int32_t nt = Transliterator::countAvailableTargets(source); local
    [all...]

Completed in 1810 milliseconds

12 3 4