HomeSort by relevance Sort by last modified time
    Searched full:adjacency (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/Driver/
rewrite-legacy-objc.m 5 // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
rewrite-objc.m 5 // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
  /external/bison/src/
relation.h 24 /* Performing operations on graphs coded as list of adjacency.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_split_prim.h 105 /* TODO: implement adjacency primitives */
  /external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h 105 /* TODO: implement adjacency primitives */
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.c 121 GLboolean *adjacency; member in struct:ra_node
133 * set, the adjacency to this node is ignored, to implement the
298 g->nodes[n1].adjacency[n2] = GL_TRUE;
317 g->nodes[i].adjacency = rzalloc_array(g, GLboolean, count);
338 if (!g->nodes[n1].adjacency[n2]) {
  /external/mesa3d/src/mesa/program/
register_allocate.c 121 GLboolean *adjacency; member in struct:ra_node
133 * set, the adjacency to this node is ignored, to implement the
298 g->nodes[n1].adjacency[n2] = GL_TRUE;
317 g->nodes[i].adjacency = rzalloc_array(g, GLboolean, count);
338 if (!g->nodes[n1].adjacency[n2]) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 50 // Build the "can lock" adjacency matrix.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_asid.c 343 * Calculate a_max + 1 to check for adjacency.
457 * Calculate a_max + 1 to check for adjacency.
v3_addr.c 799 * Punt if adjacent or overlapping. Check for adjacency by
879 * adjacency by subtracting one from b_min first.
    [all...]
  /external/openssl/crypto/x509v3/
v3_asid.c 343 * Calculate a_max + 1 to check for adjacency.
457 * Calculate a_max + 1 to check for adjacency.
v3_addr.c 799 * Punt if adjacent or overlapping. Check for adjacency by
879 * adjacency by subtracting one from b_min first.
    [all...]
  /external/tcpdump/
print-isoclns.c 185 { ISIS_TLV_PTP_ADJ, "Point-to-point Adjacency State"},
483 * Katz's point to point adjacency TLV uses codes to tell us the state of
484 * the remote adjacency. Enumerate them.
542 { 0x4, "Suppress adjacency advertisement"},
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv/cvaux/src/
cvtexture.cpp 336 // normalize matrices. each element is a probability of gray value i,j adjacency in direction/magnitude k
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html     [all...]
cssquery-dojo.html     [all...]
cssquery-jquery.html     [all...]
cssquery-prototype.html     [all...]
dom-attr.html     [all...]
dom-modify.html     [all...]
dom-query.html     [all...]
dom-traverse.html     [all...]
jslib-attr-jquery.html     [all...]
jslib-attr-prototype.html     [all...]

Completed in 1126 milliseconds

1 2