HomeSort by relevance Sort by last modified time
    Searched defs:index_node (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
segment.c 98 void *index_node = NULL; local
127 if (index_node)
128 free(index_node);
129 index_node = (dn.node_blk == dn.inode_blk) ?
161 if (index_node)
162 free(index_node);
180 void* index_node = NULL; local
202 if (index_node)
203 free(index_node);
204 index_node = (dn.node_blk == dn.inode_blk)
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 2300 CvFileNode* index_node = cvGetFileNodeByName( fs, df_elem, "index" ); local
    [all...]
  /external/v8/src/compiler/
escape-analysis.cc 1523 Node* index_node = node->InputAt(1); local
1601 Node* index_node = node->InputAt(1); local
    [all...]
  /external/kmod/tools/
depmod.c 164 struct index_node { struct
169 struct index_node *children[INDEX_CHILDMAX]; /* indexed by character */
183 static struct index_node *index_create(void)
185 struct index_node *node;
187 node = NOFAIL(calloc(sizeof(struct index_node), 1));
204 static void index_destroy(struct index_node *node)
209 struct index_node *child = node->children[c];
259 static int index_insert(struct index_node *node, const char *key,
278 struct index_node *n;
281 n = NOFAIL(calloc(sizeof(struct index_node), 1))
    [all...]

Completed in 732 milliseconds