HomeSort by relevance Sort by last modified time
    Searched refs:nod (Results 1 - 11 of 11) sorted by null

  /external/opencv/cvaux/src/
cvclique.cpp 68 int* nod;
199 finder->nod = new int[N+1];
240 delete finder->nod;
275 int* nod = finder->nod;
302 nod[k] = 0;
335 nod[k] = 1; //nod is aux variable, 1 means fixp == s
340 nod[k] = minnod + nod[k]
    [all...]
  /external/v8/src/js/
collection.js 164 var nod = ORDERED_HASH_TABLE_DELETED_COUNT(table);
166 if ((nof + nod) >= capacity) {
173 nod = ORDERED_HASH_TABLE_DELETED_COUNT(table);
175 var entry = nof + nod;
212 var nod = ORDERED_HASH_TABLE_DELETED_COUNT(table) + 1;
216 ORDERED_HASH_TABLE_SET_DELETED_COUNT(table, nod);
345 var nod = ORDERED_HASH_TABLE_DELETED_COUNT(table);
347 if ((nof + nod) >= capacity) {
354 nod = ORDERED_HASH_TABLE_DELETED_COUNT(table);
356 entry = nof + nod;
    [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \
103 (nod << 1) | (nof << 3) | (no_frag << 4) | \
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 261 void safe_mknod (char *nod)
264 m = VG_(mknod) (nod, VKI_S_IFIFO|0600, 0);
268 VG_(umsg)("%s already created\n", nod);
271 sr_perror(m, "mknod %s\n", nod);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
mcparse.y 48 mc_node *nod;
  /external/libxml2/
error.c 457 void *nod, int domain, int code, xmlErrorLevel level,
463 xmlNodePtr node = (xmlNodePtr) nod;
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
104 duplicate_checking) (noi | (nod << 1) | (check_data << 2) \
  /external/opencv/cvaux/include/
cvaux.h 324 int* nod; member in struct:CvCliqueFinder
    [all...]
  /external/v8/src/
objects.cc 17258 int nod = NumberOfDeletedElements(); local
18706 int nod = table->NumberOfDeletedElements(); local
18797 int nod = table->NumberOfDeletedElements(); local
18883 int nod = table->NumberOfDeletedElements(); local
    [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 167 milliseconds