HomeSort by: relevance | last modified time | path
    Searched refs:ibeg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
debug.cpp 516 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(__i_node*))); local
517 if (ibeg == nullptr)
527 q->__next_ = ibeg[h];
528 ibeg[h] = q;
533 __ibeg_ = ibeg;
  /src/external/gpl2/grep/dist/src/
grep.c 581 char *ibeg = buf; local
582 char *ilim = ibeg + (lim - beg);
585 ibeg[i] = tolower ((unsigned char) beg[i]);
586 while ((match_offset = (*execute) (ibeg, ilim-ibeg, &match_size, 1))
597 ibeg = ibeg + match_offset + match_size;

Completed in 16 milliseconds