Searched refs:nod (Results 1 - 8 of 8) sorted by relevance

/external/genext2fs/
H A Dgenext2fs.c251 #define GRP_GROUP_OF_INODE(fs,nod) ( ((nod)-1) / (fs)->sb.s_inodes_per_group)
254 #define GRP_GET_INODE_BITMAP(fs,nod) \
255 ( GRP_GET_GROUP_IBM((fs),GRP_GROUP_OF_INODE((fs),(nod))) )
258 #define GRP_IBM_OFFSET(fs,nod) \
259 ( (nod) - GRP_GROUP_OF_INODE((fs),(nod))*(fs)->sb.s_inodes_per_group )
639 swap_nod(inode *nod) argument
641 #define this nod
828 get_nod(filesystem *fs, uint32 nod) argument
874 alloc_blk(filesystem *fs, uint32 nod) argument
912 uint32 nod,best_group=0; local
973 walk_bw(filesystem *fs, uint32 nod, blockwalker *bw, int32 *create, uint32 hole) argument
1205 extend_blk(filesystem *fs, uint32 nod, block b, int amount) argument
1248 add2dir(filesystem *fs, uint32 dnod, uint32 nod, const char* name) argument
1320 find_dir(filesystem *fs, uint32 nod, const char * name) argument
1340 find_path(filesystem *fs, uint32 nod, const char * name) argument
1366 chmod_fs(filesystem *fs, uint32 nod, uint16 mode, uint16 uid, uint16 gid) argument
1379 uint32 nod; local
1423 uint32 nod = mknod_fs(fs, parent_nod, name, FM_IFLNK | FM_IRWXU | FM_IRWXG | FM_IRWXO, uid, gid, 0, 0, ctime, mtime); local
1440 uint32 nod = mknod_fs(fs, parent_nod, name, mode|FM_IFREG, uid, gid, 0, 0, ctime, mtime); local
1511 uint32 nod, ctime, mtime; local
1657 uint32 nod; local
1798 swap_goodblocks(filesystem *fs, inode *nod) argument
1855 swap_badblocks(filesystem *fs, inode *nod) argument
1906 inode *nod = get_nod(fs, i); local
1938 inode *nod = get_nod(fs, i); local
1966 uint32 nod, first_block; local
2160 flist_blocks(filesystem *fs, uint32 nod, FILE *fh) argument
2172 list_blocks(filesystem *fs, uint32 nod) argument
2186 write_blocks(filesystem *fs, uint32 nod, FILE* f) argument
2205 print_dev(filesystem *fs, uint32 nod) argument
2215 print_dir(filesystem *fs, uint32 nod) argument
2240 print_link(filesystem *fs, uint32 nod) argument
2314 print_inode(filesystem *fs, uint32 nod) argument
2439 uint32 nod = EXT2_ROOT_INO; local
2703 uint32 nod; local
[all...]
/external/opencv/cvaux/src/
H A Dcvclique.cpp68 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[
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c260 void safe_mknod (char *nod) argument
263 m = VG_(mknod) (nod, VKI_S_IFIFO|0600, 0);
267 VG_(umsg)("%s already created\n", nod);
270 sr_perror(m, "mknod %s\n", nod);
/external/chromium_org/third_party/libxml/src/
H A Derror.c443 void *nod, int domain, int code, xmlErrorLevel level,
449 xmlNodePtr node = (xmlNodePtr) nod;
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
/external/libxml2/
H A Derror.c455 void *nod, int domain, int code, xmlErrorLevel level,
461 xmlNodePtr node = (xmlNodePtr) nod;
453 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
/external/opencv/cvaux/include/
H A Dcvaux.h324 int* nod; member in struct:CvCliqueFinder
/external/chromium_org/v8/src/
H A Dobjects.cc13910 int nod = table->NumberOfDeletedElements(); local
13914 if (nod <= (capacity - nof) >> 1) {
15418 int nod = table->NumberOfDeletedElements(); local
15420 if ((nof + nod) < capacity) return table;
15424 return Rehash(table, (nod < (capacity >> 1)) ? capacity << 1 : capacity);
15481 int nod = table->NumberOfDeletedElements(); local
15486 for (int old_entry = 0; old_entry < (nof + nod); ++old_entry) {
15507 DCHECK_EQ(nod, removed_holes_index);
15694 int nod = table->NumberOfDeletedElements(); local
15697 if (nod
[all...]
H A Dobjects.h3313 void SetNumberOfDeletedElements(int nod) { argument
3314 set(kNumberOfDeletedElementsIndex, Smi::FromInt(nod));

Completed in 377 milliseconds