Searched refs:INDEX_SIZE (Results 1 – 3 of 3) sorted by relevance
26 #define INDEX_SIZE 2 macro220 int* entry = header + (flowbufIndex * INDEX_SIZE); in FlowbufStrAtIndex()231 offset += *(header + (i * INDEX_SIZE) + 1); in FlowbufStrAtIndex()236 *strLen = *(header + (i * INDEX_SIZE) + 1) - 1; in FlowbufStrAtIndex()
35 const int INDEX_SIZE = 2; variable1038 int* entry = header + (flowbufIndex * INDEX_SIZE); in FlowbufStrAtIndex()1046 offset += *(header + (i * INDEX_SIZE) + 1); in FlowbufStrAtIndex()1049 *strLen = *(header + (i * INDEX_SIZE) + 1) - 1; in FlowbufStrAtIndex()
76 constexpr int INDEX_SIZE = 3; variable276 layoutWrapper->currentChildCount_ = INDEX_SIZE; in CreateSecurityComponentLayoutWrapper()