| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | componentlib.c | 88 GDecComponentBits ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentBits() argument 100 *k2 = (ComponentBits*) CompAlloc( mem_op, sizeof( ComponentBits ) ); in GDecComponentBits() 105 if ( GDecAsnBitsContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentBits() 106 if ( k ) CompFree( mem_op, k ); in GDecComponentBits() 119 BDecComponentBitsTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBitsTag() argument 120 return BDecComponentBits ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBitsTag() 124 BDecComponentBits ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentBits() argument 137 *k2 = (ComponentBits*) CompAlloc( mem_op, sizeof( ComponentBits ) ); in BDecComponentBits() 144 rc = BDecAsnBits ( mem_op, b, &result, bytesDecoded ); in BDecComponentBits() 146 rc = BDecAsnBitsContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentBits() [all …]
|
| H A D | crl.h | 77 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, Compone… 80 int BDecComponentAlgorithmIdentifier PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLe… 83 int GDecComponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifie… 108 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp )); 111 int BDecComponentTime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTi… 114 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i… 132 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensio… 135 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 138 int GDecComponentExtension PROTO (( void* mem_op, GenBuf * b, ComponentExtension **v, AsnLen *bytes… 155 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… [all …]
|
| H A D | componentlib.h | 69 int GDecComponentBits (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 70 int BDecComponentBits (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byt… 72 #define ExtractingComponentBits( mem_op, cr,data ) NULL argument 86 int GDecComponentBMPString (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 87 int BDecComponentBMPString (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen… 89 #define ExtractingComponentBMPString( mem_op, cr, data ) NULL argument 104 int GDecComponentBool ( void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 105 int BDecComponentBool ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *by… 107 #define ExtractingComponentBool( mem_op, cr, data ) NULL argument 123 int GDecComponentEnum ( void* mem_op, GenBuf *a, void *result, AsnLen *bytesDecoded,int mode); [all …]
|
| H A D | certificate.h | 110 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, Compone… 113 int BDecComponentAlgorithmIdentifier PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLe… 116 int GDecComponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifie… 141 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp )); 144 int BDecComponentTime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTi… 147 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i… 165 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensio… 168 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 171 int GDecComponentExtension PROTO (( void* mem_op, GenBuf * b, ComponentExtension **v, AsnLen *bytes… 188 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… [all …]
|
| H A D | authorityKeyIdentifier.h | 61 void* ExtractingComponentOtherName PROTO (( void* mem_op, ComponentReference *cr, ComponentOtherNam… 64 int BDecComponentOtherName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 67 int GDecComponentOtherName PROTO (( void* mem_op, GenBuf * b, ComponentOtherName **v, AsnLen *bytes… 85 void* ExtractingComponentORAddress PROTO (( void* mem_op, ComponentReference *cr, ComponentORAddres… 88 int BDecComponentORAddress PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 91 int GDecComponentORAddress PROTO (( void* mem_op, GenBuf * b, ComponentORAddress **v, AsnLen *bytes… 108 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… 111 int BDecComponentAttributeTypeAndValue PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmt… 114 int GDecComponentAttributeTypeAndValue PROTO (( void* mem_op, GenBuf * b, ComponentAttributeTypeAnd… 145 void* ExtractingComponentDirectoryString PROTO (( void* mem_op, ComponentReference *cr, ComponentDi… [all …]
|
| H A D | certificate.c | 12 BDecComponentCertificateTop( void* mem_op, GenBuf* b, void **v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateTop() argument 23 …return BDecComponentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytes… in BDecComponentCertificateTop() 115 ExtractingComponentAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmId… in ExtractingComponentAlgorithmIdentifier() argument 139 void* mem_op _AND_ 168 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->algorithm), &totalElmtsLen1, mode); 192 rc = BDecComponentAnyDefinedBy (mem_op,b, (&k->parameters), &totalElmtsLen1, mode ); 210 *v = t = (ComponentAlgorithmIdentifier*) CompAlloc( mem_op, sizeof(ComponentAlgorithmIdentifier) ); 215 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) ); 232 GDecComponentAlgorithmIdentifier PARAMS (( mem_op,b, v, bytesDecoded, mode), 233 void* mem_op _AND_ [all …]
|
| H A D | crl.c | 12 BDecComponentCertificateListTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateListTop() argument 23 …return BDecComponentCertificateList( mem_op, b, tag, elmtLen, ( ComponentCertificateList**)v, (Asn… in BDecComponentCertificateListTop() 61 ExtractingComponentTBSCertListSeqOfSeq ( void* mem_op, ComponentReference* cr, ComponentTBSCertList… in ExtractingComponentTBSCertListSeqOfSeq() argument 75 return ExtractingComponentTime ( mem_op, cr, comp->revocationDate ); in ExtractingComponentTBSCertListSeqOfSeq() 83 return ExtractingComponentExtensions ( mem_op, cr, comp->crlEntryExtensions ); in ExtractingComponentTBSCertListSeqOfSeq() 91 void* mem_op _AND_ 123 …rc = BDecComponentCertificateSerialNumber (mem_op, b, tagId1, elmtLen1, (&k->userCertificate), &to… 141 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->revocationDate), &totalElmtsLen1, mode); 167 …rc = BDecComponentExtensions (mem_op, b, tagId1, elmtLen1, (&k->crlEntryExtensions), &totalElmtsLe… 185 *v = t = (ComponentTBSCertListSeqOfSeq*) CompAlloc( mem_op, sizeof(ComponentTBSCertListSeqOfSeq) ); [all …]
|
| H A D | authorityKeyIdentifier.c | 12 BDecComponentAuthorityKeyIdentifierTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int … in BDecComponentAuthorityKeyIdentifierTop() argument 23 …return BDecComponentAuthorityKeyIdentifier( mem_op, b, tag, elmtLen, ( ComponentAuthorityKeyIdenti… in BDecComponentAuthorityKeyIdentifierTop() 57 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp ) in ExtractingComponentOtherName() argument 77 void* mem_op _AND_ 109 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode); 125 rc = BDecComponentAnyDefinedBy (mem_op,b, (&k->value), &totalElmtsLen1, mode ); 148 *v = t = (ComponentOtherName*) CompAlloc( mem_op, sizeof(ComponentOtherName) ); 153 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) ); 170 GDecComponentOtherName PARAMS (( mem_op,b, v, bytesDecoded, mode), 171 void* mem_op _AND_ [all …]
|
| H A D | init.c | 258 comp_free_component ( void* mem_op ) { in comp_free_component() argument 259 ShutdownNibbleMemLocal( (NibbleMem*)mem_op ); in comp_free_component() 265 void* mem_op, in comp_convert_assert_to_comp() argument 283 rc = (*decoder)( mem_op, genBuf, csi, len, mode ); in comp_convert_assert_to_comp() 742 comp_component_encoder ( void* mem_op, ComponentSyntaxInfo* csi , struct berval* nval ) { in comp_component_encoder() argument 763 if ( mem_op ) in comp_component_encoder() 764 nval->bv_val = CompAlloc( mem_op, bv.bv_len ); in comp_component_encoder() 788 if ( mem_op ) in comp_component_encoder() 789 nval->bv_val = CompAlloc ( mem_op, size ); in comp_component_encoder()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | index.c | 496 void* mem_op; in mdb_index_entry() 520 mem_op = nibble_mem_allocator ( 1024*16, 1024*4 ); in mdb_index_entry() 521 ap->a_comp_data->cd_mem_op = mem_op; in mdb_index_entry() 534 …csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, d… in mdb_index_entry() 543 rc = component_encoder( mem_op, csi_attr, &value ); in mdb_index_entry() 561 nibble_mem_free ( mem_op ); in mdb_index_entry()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | predicates.md | 420 rtx mem_op = XEXP (op, 0); 422 if (REG_P (mem_op)) 423 return GET_MODE (mem_op) == DImode; 425 rtx plus_op0 = XEXP (mem_op, 0); 426 rtx plus_op1 = XEXP (mem_op, 1);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | predicates.md | 411 rtx mem_op = XEXP (op, 0); 413 if (REG_P (mem_op)) 414 return GET_MODE (mem_op) == DImode; 416 rtx plus_op0 = XEXP (mem_op, 0); 417 rtx plus_op1 = XEXP (mem_op, 1);
|
| H A D | aarch64.cc | 26077 int mem_op = load ? 1 : 0; in aarch64_swap_ldrstr_operands() local 26079 if (!aarch64_check_consecutive_mems (operands + mem_op, in aarch64_swap_ldrstr_operands() 26080 operands + mem_op + 2, &reversed)) in aarch64_swap_ldrstr_operands()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slap.h | 3199 void* mem_op, 3209 void* mem_op, 3218 void* mem_op, 3225 void* mem_op, 3242 void *mem_op, 3254 void* mem_op)); 3269 void* mem_op,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-sccvn.c | 1234 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_fold_indirect() local 1247 = (poly_offset_int::from (wi::to_poly_wide (mem_op->op0), in vn_reference_fold_indirect() 1250 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_fold_indirect() 1252 if (tree_fits_shwi_p (mem_op->op0)) in vn_reference_fold_indirect() 1253 mem_op->off = tree_to_shwi (mem_op->op0); in vn_reference_fold_indirect() 1255 mem_op->off = -1; in vn_reference_fold_indirect() 1274 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_maybe_forwprop_address() local 1288 off = poly_offset_int::from (wi::to_poly_wide (mem_op->op0), SIGNED); in vn_reference_maybe_forwprop_address() 1322 = wide_int_to_tree (TREE_TYPE (mem_op->op0), in vn_reference_maybe_forwprop_address() 1362 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_maybe_forwprop_address() [all …]
|
| H A D | postreload-gcse.c | 606 rtx mem_op = (rtx) data; in find_mem_conflicts() local 619 if (true_dependence (dest, GET_MODE (dest), mem_op)) in find_mem_conflicts()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-sccvn.cc | 1309 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_fold_indirect() local 1322 = (poly_offset_int::from (wi::to_poly_wide (mem_op->op0), in vn_reference_fold_indirect() 1325 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_fold_indirect() 1327 if (tree_fits_shwi_p (mem_op->op0)) in vn_reference_fold_indirect() 1328 mem_op->off = tree_to_shwi (mem_op->op0); in vn_reference_fold_indirect() 1330 mem_op->off = -1; in vn_reference_fold_indirect() 1349 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_maybe_forwprop_address() local 1363 off = poly_offset_int::from (wi::to_poly_wide (mem_op->op0), SIGNED); in vn_reference_maybe_forwprop_address() 1398 = wide_int_to_tree (TREE_TYPE (mem_op->op0), in vn_reference_maybe_forwprop_address() 1438 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_maybe_forwprop_address() [all …]
|
| H A D | postreload-gcse.cc | 605 rtx mem_op = (rtx) data; in find_mem_conflicts() local 618 if (true_dependence (dest, GET_MODE (dest), mem_op)) in find_mem_conflicts()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh-protos.h | 103 extern HOST_WIDE_INT sh_disp_addr_displacement (rtx mem_op);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh-protos.h | 103 extern HOST_WIDE_INT sh_disp_addr_displacement (rtx mem_op);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
| H A D | perf_event.d | 1873 @property ulong mem_op() @safe pure nothrow @nogc const 1879 @property void mem_op(ulong v) @safe pure nothrow @nogc 2242 @property ulong mem_op() @safe pure nothrow @nogc const 2248 @property void mem_op(ulong v) @safe pure nothrow @nogc
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-p8swap.c | 1180 rtx mem_op = SET_SRC (body); in permute_load() local 1191 rtx sel = gen_rtx_VEC_SELECT (mode, mem_op, par); in permute_load()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-p8swap.cc | 1200 rtx mem_op = SET_SRC (body); in permute_load() local 1211 rtx sel = gen_rtx_VEC_SELECT (mode, mem_op, par); in permute_load()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 108 rtx mem_op = NULL_RTX; in split_double_mode() local 139 if (mem_op && rtx_equal_p (op, mem_op)) in split_double_mode() 146 mem_op = op; in split_double_mode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 108 rtx mem_op = NULL_RTX; in split_double_mode() local 139 if (mem_op && rtx_equal_p (op, mem_op)) in split_double_mode() 146 mem_op = op; in split_double_mode()
|