HomeSort by relevance Sort by last modified time
    Searched defs:get_index (Results 1 - 13 of 13) 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/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/v8/src/builtins/
builtins-dataview.cc 167 size_t get_index = 0; local
168 if (!TryNumberToSize(*request_index, &get_index)) {
177 if (get_index + sizeof(T) > data_view_byte_length ||
178 get_index + sizeof(T) < get_index) { // overflow
187 size_t const buffer_offset = data_view_byte_offset + get_index;
254 size_t get_index = 0; local
255 if (!TryNumberToSize(*request_index, &get_index)) {
264 if (get_index + sizeof(T) > data_view_byte_length ||
265 get_index + sizeof(T) < get_index) { // overflo
    [all...]
  /external/e2fsprogs/lib/support/
quotaio_tree.c 51 static int get_index(qid_t id, int depth) function
278 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
285 ref[get_index(dquot->dq_id, depth)]);
292 ref[get_index(dquot->dq_id, depth)] =
407 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
418 ref[get_index(dquot->dq_id, depth)] = ext2fs_cpu_to_le32(0);
484 blk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
  /external/iproute2/ip/
iplink_bond.c 98 static int get_index(const char **tbl, char *name) function
174 if (get_index(mode_tbl, *argv) < 0)
176 mode = get_index(mode_tbl, *argv);
230 if (get_index(arp_validate_tbl, *argv) < 0)
232 arp_validate = get_index(arp_validate_tbl, *argv);
236 if (get_index(arp_all_targets_tbl, *argv) < 0)
238 arp_all_targets = get_index(arp_all_targets_tbl, *argv);
248 if (get_index(primary_reselect_tbl, *argv) < 0)
250 primary_reselect = get_index(primary_reselect_tbl, *argv);
255 if (get_index(fail_over_mac_tbl, *argv) < 0
    [all...]
  /external/toybox/toys/pending/
arp.c 78 static int get_index(struct type arr[], char *name) function
226 if ((type = get_index(aftype,
233 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER)
264 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 1178 def get_index(self): member in class:Frame
    [all...]
  /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/freetype/include/freetype/internal/
psaux.h 752 /* get_index :: A user provided function to get a glyph index by its */
763 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]
  /external/pdfium/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...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 1324 #define get_index macro
    [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/
mshtmlc.h 17199 HRESULT (WINAPI *get_index)(IHTMLOptionElement *This,LONG *p); member in struct:IHTMLOptionElementVtbl
    [all...]

Completed in 1125 milliseconds