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

  /external/fio/lib/
prio_tree.c 43 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/
quotaio_tree.c 50 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/
inspect.py 148 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/
srp.c 120 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/
racoonctl.c 161 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
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 431 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/
afmparse.c 431 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/
afmparse.c 431 if ( parser->get_index )
432 val->u.i = parser->get_index( str, len, parser->user_data );
549 parser->get_index = NULL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 294 def _find_mac(command, args, hw_identifiers, get_index):
311 words[get_index(i)].replace(':', ''), 16)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 294 def _find_mac(command, args, hw_identifiers, get_index):
311 words[get_index(i)].replace(':', ''), 16)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.c 264 parser.get_index = t1_get_index;
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 154 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);
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]
  /external/freetype/include/internal/
psaux.h 750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
psaux.h 750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
psaux.h 750 /* get_index :: A user provided function to get a glyph index by its */
761 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]
  /ndk/sources/host-tools/make-3.81/
arscan.c 182 lbr$get_index (&VMS_lib_idx, &index, VMS_get_member_info, 0);
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 1438 def get_index(self): member in class:Frame
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 2325 milliseconds