Searched refs:get_index (Results 1 - 18 of 18) sorted by relevance

/external/fio/lib/
H A Dprio_tree.c43 static void get_index(const struct prio_tree_node *node, function
176 get_index(node, &radix_index, &heap_index);
186 get_index(cur, &r_index, &h_index);
254 get_index(cur->left, &r_index, &h_index_left);
261 get_index(cur->right, &r_index, &h_index_right);
303 get_index(iter->cur->left, r_index, h_index);
344 get_index(iter->cur->right, r_index, h_index);
410 get_index(root->prio_tree_node, &r_index, &h_index);
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c50 static int get_index(qid_t id, int depth) function
274 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
281 ref[get_index(dquot->dq_id, depth)]);
288 ref[get_index(dquot->dq_id, depth)] =
400 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
411 ref[get_index(dquot->dq_id, depth)] = ext2fs_cpu_to_le32(0);
477 blk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
/external/fonttools/Lib/fontTools/
H A Dinspect.py148 def get_index(self): member in class:Row
191 path.append(rowref.get_index())
203 return rowref.get_parent()[rowref.get_index() + 1]
/external/fonttools/Tools/fontTools/
H A Dinspect.py148 def get_index(self): member in class:Row
191 path.append(rowref.get_index())
203 return rowref.get_parent()[rowref.get_index() + 1]
/external/openssl/apps/
H A Dsrp.c120 static int get_index(CA_DB *db, char* id, char type) function
171 print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose, "g N entry");
561 if ((userindex = get_index(db, user, 'U')) >= 0)
653 if ( (user_gN = get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c161 static vchar_t *get_index __P((int, char **));
554 index = get_index(ac, av);
560 index = get_index(ac, av);
609 index = get_index(ac, av);
615 index = get_index(ac, av);
687 index = get_index(ac, av);
693 index = get_index(ac, av);
886 get_index(ac, av) function
/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.c431 if ( parser->get_index )
432 val->u.i = parser->get_index( str, len, parser->user_data );
549 parser->get_index = NULL;
/external/freetype/src/psaux/
H A Dafmparse.c431 if ( parser->get_index )
432 val->u.i = parser->get_index( str, len, parser->user_data );
549 parser->get_index = NULL;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dafmparse.c431 if ( parser->get_index )
432 val->u.i = parser->get_index( str, len, parser->user_data );
549 parser->get_index = NULL;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c264 parser.get_index = t1_get_index;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp154 int get_index(const char *const var_name){ function in class:SymbolTable
170 int i = get_index(var_name);
185 int i = get_index(var_name);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py1438 def get_index(self): member in class:Frame
1525 write_unicode(sys.stdout, '#%i %s\n' % (self.get_index(), line))
1528 sys.stdout.write('#%i (unable to read python frame information)\n' % self.get_index())
1530 sys.stdout.write('#%i\n' % self.get_index())
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
/external/freetype/include/internal/
H A Dpsaux.h750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h917 #define lbr$get_index LBR$GET_INDEX
/external/mesa3d/include/GL/
H A Dvms_x_fix.h917 #define lbr$get_index LBR$GET_INDEX

Completed in 378 milliseconds