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

  /external/oprofile/daemon/liblegacy/
p_module.h 55 int n_symbols; member in struct:old_symbol_table
57 struct old_module_symbol symbol[0]; /* actual size defined by n_symbols */
  /external/valgrind/main/VEX/switchback/
linker.c 146 int n_symbols;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 82 int n_symbols; member in struct:_ObjectCode
1044 oc->n_symbols = nent;
1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*));
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 3408 $n_symbols = preg_match_all("\/<\\|(?:<DOT>|[^>])+>(?:(?!\\|>).*?)\\|>|<\\\/a>|(?:" . $this->language_data['SYMBOL_SEARCH'] . ")+\/", $stuff_to_parse, $pot_symbols, PREG_OFFSET_CAPTURE | PREG_SET_ORDER); variable
    [all...]

Completed in 93 milliseconds