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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c 212 OidDecoderMapping* odm; local
215 odm = RetrieveOidDecoderMappingbyOid( oid, strlen(oid) );
217 if ( !odm || (!odm->BER_Decode && !odm->GSER_Decode) )
233 rc =BDecComponentTop(odm->BER_Decode, a->a_comp_data->cd_mem_op, b, 0,0, &component,&bytesDecoded,mode ) ;
235 rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecoded, mode );
238 rc = odm->GSER_Decode( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo**)component, &bytesDecoded, mode);
602 OidDecoderMapping* odm; local
655 odm = RetrieveOidDecoderMappingbyBV( &cr->cr_curr->ci_val.ci_select_value )
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 263 uint32_t odm : 1; member in struct:pipe_update_flags::__anon4619
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 1193 new_pipe->update_flags.bits.odm = 1;
1205 /* Detect odm changes */
1211 new_pipe->update_flags.bits.odm = 1;
1498 if (pipe_ctx->update_flags.bits.odm)
1525 * interation between mpc and odm combine on different streams
1526 * causes a different pipe to be chosen to odm combine with.

Completed in 99 milliseconds