Searched refs:sort_flag (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/src/
H A Dldscript.y51 bool sort_flag);
483 new_input_section_name (const char *name, bool sort_flag)
489 newp->sort_flag = sort_flag;
H A Dld.h537 bool sort_flag; member in struct:input_section_name
H A Dldscript.c190 bool sort_flag);
2281 new_input_section_name (const char *name, bool sort_flag)
2287 newp->sort_flag = sort_flag;
2278 new_input_section_name(const char *name, bool sort_flag) argument
/external/openssh/
H A Dsftp.c96 int sort_flag; variable
683 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1;
686 if (sort_flag & LS_NAME_SORT)
688 else if (sort_flag & LS_TIME_SORT)
690 else if (sort_flag & LS_SIZE_SORT)
735 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1302 int sort_flag = 0; local
1392 sort_flag = 1;
1402 while( sort_flag && keep_prelast != tmp.next && keep_prelast != &tmp );

Completed in 181 milliseconds