Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dadd.cpp162 is_ref: p.e_attrs = NULL; in ndb_back_add()
211 goto is_ref; in ndb_back_add()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintstatefields.c206 PRINTF("%d", sp->is_ref);
H A Dprintstate.c179 PRINTF("\tref %d", sp->is_ref);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.c1698 is->is_ref = 2; in ipf_state_add()
1700 is->is_ref = 1; in ipf_state_add()
2359 clone->is_ref = 1; in ipf_state_clone()
3582 is->is_ref--; in ipf_state_del()
3584 is->is_ref--; in ipf_state_del()
3585 if (is->is_ref > 0) { in ipf_state_del()
3588 refs = is->is_ref; in ipf_state_del()
3604 ASSERT(is->is_ref == 0); in ipf_state_del()
4644 if (is->is_ref > 1) { in ipf_state_deref()
4645 is->is_ref--; in ipf_state_deref()
[all …]
H A Dip_state.h52 int is_ref; /* reference count */ member
H A Dip_fil_compat.c1042 int is_ref; /* reference count */ member
1092 int is_ref; member
4349 old->is_ref = is->is_ref; in ipstate_current_to_4_1_16()
4420 old->is_ref = is->is_ref; in ipstate_current_to_4_1_0()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1108 int is_ref = is_entry_referral( parent ); in ldif_prepare_create() local
1110 if ( is_ref ) { in ldif_prepare_create()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c1042 int is_ref; /* reference count */ member
1092 int is_ref; member
4453 old->is_ref = is->is_ref;
4526 old->is_ref = is->is_ref;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc4793 omp_context *ctx, bool is_ref, tree size) in lower_private_allocate() argument
4804 if (!is_ref && omp_privatize_by_reference (var)) in lower_private_allocate()
4832 else if (is_ref) in lower_private_allocate()
4856 if (!is_ref) in lower_private_allocate()
13678 bool is_ref = omp_privatize_by_reference (var); in lower_omp_target() local
13686 if (is_ref) in lower_omp_target()
13845 bool is_ref; in lower_omp_target() local
13851 is_ref = true; in lower_omp_target()
13860 is_ref = TREE_CODE (type) == REFERENCE_TYPE; in lower_omp_target()
13867 is_ref = omp_privatize_by_reference (var); in lower_omp_target()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c12373 bool is_ref = omp_is_reference (var); in lower_omp_target() local
12381 if (is_ref) in lower_omp_target()
12535 bool is_ref; in lower_omp_target() local
12541 is_ref = true; in lower_omp_target()
12550 is_ref = TREE_CODE (type) == REFERENCE_TYPE; in lower_omp_target()
12557 is_ref = omp_is_reference (var); in lower_omp_target()
12559 is_ref = false; in lower_omp_target()
12561 if (is_ref) in lower_omp_target()
12595 if (is_ref && !ref_to_array) in lower_omp_target()
H A Domp-expand.c3138 bool is_ref = omp_is_reference (d); in expand_omp_for_generic() local
3140 if (is_ref) in expand_omp_for_generic()
4127 bool is_ref = omp_is_reference (d); in expand_omp_for_static_nochunk() local
4129 if (is_ref) in expand_omp_for_static_nochunk()
4843 bool is_ref = omp_is_reference (d); in expand_omp_for_static_chunk() local
4845 if (is_ref) in expand_omp_for_static_chunk()