Home
last modified time | relevance | path

Searched refs:instanceIndex (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DPlSnP-Fallback.inc83 void PlSnP_AddByte(void *states, unsigned int instanceIndex, unsigned char byte, unsigned int offse…
86 SnP_AddByte(stateWithIndex(instanceIndex), byte, offset);
88 …SnP_AddByte(stateWithIndex(instanceIndex/PlSnP_baseParallelism), instanceIndex%PlSnP_baseParalleli…
92 void PlSnP_AddBytes(void *states, unsigned int instanceIndex, const unsigned char *data, unsigned i…
95 SnP_AddBytes(stateWithIndex(instanceIndex), data, offset, length);
97 …SnP_AddBytes(stateWithIndex(instanceIndex/PlSnP_baseParallelism), instanceIndex%PlSnP_baseParallel…
115 void PlSnP_OverwriteBytes(void *states, unsigned int instanceIndex, const unsigned char *data, unsi…
118 SnP_OverwriteBytes(stateWithIndex(instanceIndex), data, offset, length);
120 …SnP_OverwriteBytes(stateWithIndex(instanceIndex/PlSnP_baseParallelism), instanceIndex%PlSnP_basePa…
138 void PlSnP_OverwriteWithZeroes(void *states, unsigned int instanceIndex, unsigned int byteCount)
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_subformset.h19 JS_PROP(instanceIndex);
Dcjx_subformset.cpp39 void CJX_SubformSet::instanceIndex(CFXJSE_Value* pValue, in instanceIndex() function in CJX_SubformSet
Dcjx_subform.h31 JS_PROP(instanceIndex);
Dcjx_subform.cpp93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue, in instanceIndex() function in CJX_Subform
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp289 …ngleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex, const std::st…
307 std::vector<int> instanceIndex; in validate() local
317 instanceIndex.push_back(tokenizer.getNumber()); in validate()
341 DE_ASSERT(instanceIndex.size() == block.dimensions.size()); in validate()
343 validateSingleBlock(block, instanceIndex, resource, propValue, implementationName); in validate()
1183 …gleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex, const std::st…
1191 …ingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex, const std::st… in validateSingleBlock() argument
1193 DE_UNREF(instanceIndex); in validateSingleBlock()
1212 …void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex
1220 …ingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex, const std::st… in validateSingleBlock() argument
[all …]
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp540 (XFA_ATTRIBUTE_CALLBACK)&CJX_SubformSet::instanceIndex,
1935 (XFA_ATTRIBUTE_CALLBACK)&CJX_Subform::instanceIndex,