Searched refs:marshalIndex_t (Results 1 – 5 of 5) sorted by relevance
55 marshalIndex_t IntegerDispatch[] = {64 static const MarshalHeader_mst *GetDescriptor(marshalIndex_t index) in GetDescriptor()80 marshalIndex_t type, in GetUnmarshaledInteger()159 marshalIndex_t which = ArrayLookupTable[index & NULL_MASK].type; in ArrayUnmarshal()184 marshalIndex_t which = ArrayLookupTable[index & NULL_MASK].type; in ArrayMarshal()211 marshalIndex_t selected; in UnmarshalUnion()219 selected = ((marshalIndex_t *)offset)[i]; in UnmarshalUnion()247 marshalIndex_t selected; in MarshalUnion()255 selected = ((marshalIndex_t *)offset)[i]; in MarshalUnion()564 marshalIndex_t index = value[1]; in Unmarshal()[all …]
184 marshalIndex_t index; in ParseHandleBuffer()345 marshalIndex_t index = unmarshalArray[dType]; in CommandDispatcher()438 marshalIndex_t index = marshalArray[dType]; in CommandDispatcher()
43 typedef UINT16 marshalIndex_t; typedef62 marshalIndex_t index; // the index into the appropriate array of98 marshalIndex_t type;171 marshalIndex_t types[1]; // array of unmarshaling types
51 # define UNMARSHAL_DISPATCH(name) (marshalIndex_t)name##_MARSHAL_REF52 # define MARSHAL_DISPATCH(name) (marshalIndex_t)name##_MARSHAL_REF53 # define _UNMARSHAL_T_ marshalIndex_t54 # define _MARSHAL_T_ marshalIndex_t
73 {(marshalIndex_t)TYPE##_MARSHAL_REF, (UINT16)STRIDE(TYPE)}