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

  /src/sys/fs/nfs/common/
bootp_subr.c 1349 unsigned char *ej; local
1356 ej = j + len;
1358 while (j < ej) {
1364 if (j >= ej || j + *j + 1 > ej) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 1839 for (unsigned j = 0, ej = BTB.Cases.size(); j != ej; ++j) {
1855 if (BTB.ContiguousRange && j + 2 == ej) {
1859 } else if (j + 1 == ej) {
1874 if (BTB.ContiguousRange && j + 2 == ej) {
1898 for (unsigned j = 0, ej = BTB.Cases.size();
1899 j != ej; ++j) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2957 for (unsigned j = 0, ej = BTB.Cases.size(); j != ej; ++j) {
2970 if (BTB.ContiguousRange && j + 2 == ej) {
2974 } else if (j + 1 == ej) {
2984 if (BTB.ContiguousRange && j + 2 == ej) {
2989 BTB.Cases[ej - 1].TargetBB->getBasicBlock()},
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
frontend-passes.cc 918 gfc_expr **ei, **ej; local
943 ej = expr_array[j];
944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0)
950 do_warn_function_elimination (*ej);
952 free (*ej);
953 *ej = gfc_copy_expr (newvar);
  /src/external/gpl3/gcc/dist/gcc/fortran/
frontend-passes.cc 918 gfc_expr **ei, **ej; local
943 ej = expr_array[j];
944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0)
950 do_warn_function_elimination (*ej);
952 free (*ej);
953 *ej = gfc_copy_expr (newvar);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 407 for (unsigned j = 0, ej = Parents.size(); j != ej; ++j) {
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 798 int ei, ej; local
803 ej = sc2->numcsns;
809 for ( i=0; i<ej; i++ ) {
815 if ( ei == ej ) {
835 i = ei + ej;
839 for ( i=0, j=0, k=0; i < ei || j < ej ; ) {
844 if ( j >= ej || (i < ei && sc1->sids[i] < sc2->sids[j] )) {
861 if ( j < ej ) {

Completed in 43 milliseconds