Searched defs:laneCount (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
H A DKeccakP-1600-opt64.c119 void KeccakP1600_AddLanes(void *state, const unsigned char *data, unsigned int laneCount) argument
127 for (i = 0; i < laneCount * 8; i++) {
136 for( ; (i+8)<=laneCount; i+=8) {
146 for( ; (i+4)<=laneCount; i+=4) {
152 for( ; (i+2)<=laneCount; i+=2) {
156 if (i<laneCount) {
163 for(i=0; i<laneCount; i++, curData+=8) {
218 void KeccakP1600_OverwriteLanes(void *state, const unsigned char *data, unsigned int laneCount) argument
224 for(lanePosition=0; lanePosition<laneCount; lanePosition++)
230 memcpy(state, data, laneCount*
339 KeccakP1600_ExtractLanes(const void *state, unsigned char *data, unsigned int laneCount) argument
407 KeccakP1600_ExtractAndAddLanes(const void *state, const unsigned char *input, unsigned char *output, unsigned int laneCount) argument
455 KeccakF1600_FastLoop_Absorb(void *state, unsigned int laneCount, const unsigned char *data, size_t dataByteLen) argument
[all...]
H A DKeccakP-1600-inplace32BI.c169 void KeccakP1600_AddLanes(void *state, const unsigned char *data, unsigned int laneCount) argument
176 for (i = laneCount-1; i >= 0; --i) {
189 for(lanePosition=0; lanePosition<laneCount; lanePosition++) {
225 void KeccakP1600_OverwriteLanes(void *state, const unsigned char *data, unsigned int laneCount) argument
232 for (i = laneCount-1; i >= 0; --i) {
245 for(lanePosition=0; lanePosition<laneCount; lanePosition++) {
313 void KeccakP1600_ExtractLanes(const void *state, unsigned char *data, unsigned int laneCount) argument
320 for (i = laneCount-1; i >= 0; --i) {
333 for(lanePosition=0; lanePosition<laneCount; lanePosition++) {
387 void KeccakP1600_ExtractAndAddLanes(const void *state, const unsigned char *input, unsigned char *output, unsigned int laneCount) argument
[all...]
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1282 int laneCount = LaneCountFromFormat(vform); local
1283 for (int i = 0; i < laneCount; ++i) {
1287 for (int i = 0; i < laneCount; ++i) {
1718 int laneCount = LaneCountFromFormat(vform); local
1719 for (int i = 0; i < laneCount; i++) {
1768 int laneCount = LaneCountFromFormat(vform); local
1771 for (int i = 0; i < laneCount; i++) {
1856 int laneCount = LaneCountFromFormat(vform); local
1857 for (int i = 0; i < laneCount; i++) {
1862 for (int i = 0; i < laneCount;
1874 int laneCount = LaneCountFromFormat(vform); local
1892 int laneCount = LaneCountFromFormat(vform); local
2277 int laneCount = LaneCountFromFormat(vform); local
2304 int laneCount = LaneCountFromFormat(vform); local
2407 int laneCount = LaneCountFromFormat(vform); local
2426 int laneCount = LaneCountFromFormat(vform); local
2439 int laneCount = LaneCountFromFormat(vform); local
2472 int laneCount = LaneCountFromFormat(vform); local
2484 int laneCount = LaneCountFromFormat(vform); local
2498 int laneCount = LaneCountFromFormat(vform); local
3458 int laneCount = LaneCountFromFormat(vform); local
3478 int laneCount = LaneCountFromFormat(vform); local
3498 int laneCount = LaneCountFromFormat(vform); local
3518 int laneCount = LaneCountFromFormat(vform); local
3538 int laneCount = LaneCountFromFormat(vform); local
3557 int laneCount = LaneCountFromFormat(vform); local
[all...]

Completed in 183 milliseconds