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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 901 struct berval btmp; local
940 btmp.bv_val = ptr;
941 btmp.bv_len = 0;
944 &btmp, WHATSLEFT );
946 bv->bv_len += btmp.bv_len;
backglue.c 402 BackendDB *b1 = NULL, *btmp; local
479 btmp = b0;
482 btmp = gi->gi_n[i].gn_be;
485 if (!btmp || !btmp->be_search)
487 if (!dnIsSuffix(&btmp->be_nsuffix[0], &b1->be_nsuffix[0]))
489 if (get_no_subordinate_glue(op) && btmp != b1)
496 op->o_conn->c_pagedresults_state.ps_be != btmp )
514 op->o_bd = btmp;
636 if ( btmp == b0 )
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7030 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7048 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7050 build_call_expr_loc (input_location, btmp, 1, tmp1));
7053 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7055 build_call_expr_loc (input_location, btmp, 1, tmp2));
7142 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7157 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7159 build_call_expr_loc (input_location, btmp, 1, tmp1));
7164 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7166 build_call_expr_loc (input_location, btmp, 1, tmp2))
    [all...]

Completed in 31 milliseconds