Home
last modified time | relevance | path

Searched defs:bufData (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-swap.js87 const bufData = new Uint8Array(256 * 8); constant
101 const bufData = new Uint8Array(256 * 8); constant
119 const bufData = new Uint8Array(256 * 8); constant
137 const bufData = new Uint8Array(256 * 8); constant
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCipherClient.java477 private FLClientStatus judgeRequestExchangeKeys(ResponseExchangeKeys bufData) { in judgeRequestExchangeKeys()
534 private FLClientStatus judgeGetExchangeKeys(ReturnExchangeKeys bufData) { in judgeGetExchangeKeys()
655 private FLClientStatus judgeRequestShareSecrets(ResponseShareSecrets bufData) { in judgeRequestShareSecrets()
712 private FLClientStatus judgeGetShareSecrets(ReturnShareSecrets bufData) { in judgeGetShareSecrets()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DReconstructSecretReq.java133 private FLClientStatus judgeSendReconstructSecrets(ReconstructSecret bufData) { in judgeSendReconstructSecrets()
DClientListReq.java129 private FLClientStatus judgeGetClientList(ReturnClientList bufData, List<String> u3ClientList, in judgeGetClientList()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp213 vector<deUint8> bufData(blockInfo.dataSize); in iterate() local
1021 vector<deUint8> bufData (blockInfo.dataSize); in iterate() local