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

  /hardware/intel/common/wrs_omxil_core/utils/inc/
list.h 58 struct list *list_find(struct list *, void *);
  /hardware/intel/common/wrs_omxil_core/utils/src/
list.c 250 struct list *list_find(struct list *list, void *data) function
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 128 static int list_find(
394 static int list_find(ListNode * const head, const void *value, function
463 if (!list_find(symbol_map_head, symbol_name, symbol_names_match,
502 if (list_find(head, symbol_name, symbol_names_match, &target_node)) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 514 entry = list_find(buffer_hdrs, pBuffer);
    [all...]

Completed in 2705 milliseconds