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

  /src/external/gpl3/gcc/dist/libquadmath/
quadmath-imp.h 310 struct rm_ctx struct
317 struct rm_ctx ctx __attribute__((cleanup (libc_feresetround_ctx))); \
321 libc_feholdsetround_ctx (struct rm_ctx *ctx, int round)
335 libc_feresetround_ctx (struct rm_ctx *ctx)
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-imp.h 310 struct rm_ctx struct
317 struct rm_ctx ctx __attribute__((cleanup (libc_feresetround_ctx))); \
321 libc_feholdsetround_ctx (struct rm_ctx *ctx, int round)
335 libc_feresetround_ctx (struct rm_ctx *ctx)
  /src/external/bsd/openldap/dist/servers/slapd/
backover.c 1215 ov_remove_ctx *rm_ctx = (ov_remove_ctx*) op->o_callback->sc_private; local
1218 rm_ctx->be.bd_info = (BackendInfo*) rm_ctx->on;
1220 if ( rm_ctx->on->on_bi.bi_db_close ) {
1221 rm_ctx->on->on_bi.bi_db_close( &rm_ctx->be, NULL );
1223 if ( rm_ctx->on->on_bi.bi_db_destroy ) {
1224 rm_ctx->on->on_bi.bi_db_destroy( &rm_ctx->be, NULL );
1228 if ( ! rm_ctx->on->on_info->oi_list )
1241 ov_remove_ctx *rm_ctx; local
    [all...]

Completed in 44 milliseconds