HomeSort by relevance Sort by last modified time
    Searched defs:state_len (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/crypto/
chap.c 48 size_t state_len; local
57 state_len = ( digest->ctxsize + digest->digestsize );
58 state = malloc ( state_len );
61 chap, state_len );
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_media.h 189 const int state_len = (32 / 4) * compute->idrt_count; local
196 ILO_BUILDER_ITEM_INTERFACE_DESCRIPTOR, state_align, state_len, &dw);
ilo_builder_3d_bottom.h 971 const int state_len = 4 * vp->count; local
978 ILO_BUILDER_ITEM_CLIP_VIEWPORT, state_align, state_len, &dw);
998 const int state_len = 8 * vp->count; local
1005 ILO_BUILDER_ITEM_SF_VIEWPORT, state_align, state_len, &dw);
1022 const int state_len = 16 * vp->count; local
1028 state_align, state_len, (const uint32_t *) vp->sf_clip);
1036 const int state_len = 2 * vp->count; local
1042 state_align, state_len, (const uint32_t *) vp->cc);
1050 const int state_len = 2 * vp->count; local
1056 state_align, state_len, (const uint32_t *) vp->scissor)
1064 const int state_len = 6; local
1078 const int state_len = 3; local
1092 const int state_len = 2 * cc->blend_state_count; local
1109 const int state_len = 1 + 2 * cc->blend_state_count; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_mps_dec.h 58 WORD32 state_len; member in struct:ia_mps_decor_filt_struct

Completed in 158 milliseconds