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

  /src/bin/ksh/
vi.c 88 #define is_extend(c) (classify[(c)&0x7f]&E_) macro
552 if (is_extend(ch))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 13527 bool is_extend = GET_CODE (op0) == ZERO_EXTEND
13540 else if (is_extend)
13554 if (is_extend)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 13207 bool is_extend = GET_CODE (op0) == ZERO_EXTEND
13220 else if (is_extend)
13234 if (is_extend)

Completed in 198 milliseconds