Home
last modified time | relevance | path

Searched refs:commandSize (Results 1 – 25 of 142) sorted by relevance

123456

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtssauth12.c302 uint32_t commandSize = tssAuthContext->commandSize; in TSS_Marshal12() local
303 rc = TSS_UINT32_Marshalu(&commandSize, &tssAuthContext->commandSize, &buffer, &size); in TSS_Marshal12()
354 uint32_t commandSize = tssAuthContext->commandSize; in TSS_Marshal12() local
356 TSS_UINT32_Marshalu(&commandSize, &written, &buffer, NULL); in TSS_Marshal12()
505 uint32_t commandSize; in TSS_SetCmdAuths12() local
510 commandSize = tssAuthContext->commandSize; in TSS_SetCmdAuths12()
511 TSS_UINT32_Marshalu(&commandSize, &written, &buffer, NULL); in TSS_SetCmdAuths12()
687 tssAuthContext->commandSize + tssAuthContext->encAuthOffset0; in TSS_GetEncAuths()
692 tssAuthContext->encAuthOffset0, tssAuthContext->commandSize); in TSS_GetEncAuths()
713 tssAuthContext->commandSize + tssAuthContext->encAuthOffset1; in TSS_GetEncAuths()
[all …]
H A Dtssauth20.c959 uint32_t commandSize = tssAuthContext->commandSize; in TSS_Marshal() local
960 rc = TSS_UINT32_Marshalu(&commandSize, &tssAuthContext->commandSize, &buffer, &size); in TSS_Marshal()
975 rc = tssAuthContext->marshalInFunction(in, &tssAuthContext->commandSize, in TSS_Marshal()
1021 uint32_t commandSize = tssAuthContext->commandSize; in TSS_Marshal() local
1023 TSS_UINT32_Marshalu(&commandSize, &written, &buffer, NULL); in TSS_Marshal()
1183 uint32_t commandSize; in TSS_SetCmdAuths() local
1187 tssAuthContext->commandSize += sizeof (uint32_t) + authorizationSize; in TSS_SetCmdAuths()
1190 commandSize = tssAuthContext->commandSize; in TSS_SetCmdAuths()
1191 TSS_UINT32_Marshalu(&commandSize, &written, &buffer, NULL); in TSS_SetCmdAuths()
1304 (tssAuthContext->commandBuffer + tssAuthContext->commandSize)) || in TSS_GetCommandDecryptParam()
[all …]
H A Dtssauth.c94 tssAuthContext->commandSize = 0; in TSS_InitAuthContext()
157 tssContext->tssAuthContext->commandSize, in TSS_AuthExecute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DCommandAllocator.h119 DAWN_FORCE_INLINE void* NextCommand(size_t commandSize, size_t commandAlignment) { in NextCommand() argument
121 ASSERT(commandPtr + sizeof(commandSize) <= in NextCommand()
124 mCurrentPtr = commandPtr + commandSize; in NextCommand()
191 size_t commandSize, in Allocate() argument
216 (remainingSize - kWorstCaseAdditionalSize >= commandSize)) { in Allocate()
221 mCurrentPtr = AlignPtr(commandAlloc + commandSize, alignof(uint32_t)); in Allocate()
225 return AllocateInNewBlock(commandId, commandSize, commandAlignment); in Allocate()
229 size_t commandSize,
232 DAWN_FORCE_INLINE uint8_t* AllocateData(size_t commandSize, size_t commandAlignment) { in AllocateData() argument
233 return Allocate(detail::kAdditionalData, commandSize, commandAlignment); in AllocateData()
H A DCommandAllocator.cpp139 size_t commandSize, in AllocateInNewBlock() argument
148 size_t requestedBlockSize = commandSize + kWorstCaseAdditionalSize; in AllocateInNewBlock()
151 if (DAWN_UNLIKELY(requestedBlockSize <= commandSize)) { in AllocateInNewBlock()
158 return Allocate(commandId, commandSize, commandAlignment); in AllocateInNewBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCommandAllocator.h122 DAWN_FORCE_INLINE void* NextCommand(size_t commandSize, size_t commandAlignment) { in NextCommand() argument
124 ASSERT(commandPtr + sizeof(commandSize) <= in NextCommand()
127 mCurrentPtr = commandPtr + commandSize; in NextCommand()
193 size_t commandSize, in Allocate() argument
218 (remainingSize - kWorstCaseAdditionalSize >= commandSize)) { in Allocate()
223 mCurrentPtr = AlignPtr(commandAlloc + commandSize, alignof(uint32_t)); in Allocate()
227 return AllocateInNewBlock(commandId, commandSize, commandAlignment); in Allocate()
231 size_t commandSize,
234 DAWN_FORCE_INLINE uint8_t* AllocateData(size_t commandSize, size_t commandAlignment) { in AllocateData() argument
235 return Allocate(detail::kAdditionalData, commandSize, commandAlignment); in AllocateData()
H A DCommandAllocator.cpp138 size_t commandSize, in AllocateInNewBlock() argument
147 size_t requestedBlockSize = commandSize + kWorstCaseAdditionalSize; in AllocateInNewBlock()
150 if (DAWN_UNLIKELY(requestedBlockSize <= commandSize)) { in AllocateInNewBlock()
157 return Allocate(commandId, commandSize, commandAlignment); in AllocateInNewBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_wire/
H A DChunkedCommandHandler.h44 reinterpret_cast<const volatile CmdHeader*>(commands)->commandSize; in HandleChunkedCommands()
49 size_t commandSize = static_cast<size_t>(commandSize64); in HandleChunkedCommands() local
50 if (size < commandSize) { in HandleChunkedCommands()
51 BeginChunkedCommandData(commands, commandSize, size); in HandleChunkedCommands()
62 size_t commandSize,
H A DChunkedCommandSerializer.h73 size_t commandSize = cmd.GetRequiredSize(); in SerializeCommandImpl() local
74 size_t requiredSize = commandSize + extraSize; in SerializeCommandImpl()
80 SerializeExtraSize(allocatedBuffer + commandSize); in SerializeCommandImpl()
90 SerializeExtraSize(cmdSpace.get() + commandSize); in SerializeCommandImpl()
H A DChunkedCommandHandler.cpp55 size_t commandSize, in BeginChunkedCommandData() argument
61 mChunkedCommandRemainingSize = commandSize - initialSize; in BeginChunkedCommandData()
62 mChunkedCommandData.reserve(commandSize); in BeginChunkedCommandData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_wire/client/
H A DApiProcs.cpp39 size_t commandSize = cmd.GetRequiredSize(); in SerializeBufferMapAsync() local
40 size_t requiredSize = commandSize + handleCreateInfoLength; in SerializeBufferMapAsync()
45 handle->SerializeCreate(allocatedBuffer + commandSize); in SerializeBufferMapAsync()
183 size_t commandSize = cmd.GetRequiredSize(); in ClientDeviceCreateBufferMapped() local
184 size_t requiredSize = commandSize + handleCreateInfoLength; in ClientDeviceCreateBufferMapped()
188 buffer->writeHandle->SerializeCreate(allocatedBuffer + commandSize); in ClientDeviceCreateBufferMapped()
259 size_t commandSize = cmd.GetRequiredSize(); in ClientDeviceCreateBufferMappedAsync() local
260 size_t requiredSize = commandSize + handleCreateInfoLength; in ClientDeviceCreateBufferMappedAsync()
264 writeHandle->SerializeCreate(allocatedBuffer + commandSize); in ClientDeviceCreateBufferMappedAsync()
348 size_t commandSize = cmd.GetRequiredSize(); in ClientBufferUnmap() local
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-sys/api/
H A DTss2_Sys_SetDecryptParam.c43 if (BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize) + in Tss2_Sys_SetDecryptParam()
69 command_size = BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetDecryptParam()
71 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(command_size); in Tss2_Sys_SetDecryptParam()
H A DTss2_Sys_SetCmdAuths.c57 newCmdSize += BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetCmdAuths()
91 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(newCmdSize); in Tss2_Sys_SetCmdAuths()
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/ospray/
H A DMPIOffloadWorker.cpp83 uint64_t commandSize = 0; in runWorker() local
85 reinterpret_cast<uint8_t *>(&commandSize), sizeof(uint64_t)); in runWorker()
97 recvBuffer->resize(commandSize, 0); in runWorker()
/dports/games/bloodfrontier/bloodfrontier/src/enet/
H A Dprotocol.c854 size_t commandSize; in enet_protocol_handle_incoming_commands() local
865 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
866 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
869 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1074 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1081 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1083 … peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> packet -> dataLength)) in enet_protocol_send_unreliable_outgoing_commands()
1112 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1210 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1231 peer -> mtu - host -> packetSize < commandSize) in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/Skein/
H A DZoomSkeinItem.h53 NSSize commandSize; variable
120 - (NSSize) commandSize;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/templates/dawn_wire/
H A DWireCmd.h92 uint64_t commandSize;
104 void Serialize(size_t commandSize, char* serializeBuffer
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicesm.cc524 const size_t commandSize(1234); in enquireRestart() local
525 char command[commandSize] = ""; in enquireRestart()
528 snprintf(command, commandSize, in enquireRestart()
544 snprintf(command, commandSize, in enquireRestart()
559 snprintf(command, commandSize, in enquireRestart()
570 snprintf(command, commandSize, in enquireRestart()
/dports/games/openspades/openspades-0.1.3/Sources/ENet/
H A Dprotocol.c1025 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1036 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1037 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1040 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1257 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1264 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1266 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1310 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1408 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1458 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c1053 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1064 commandSize = commandSizes[commandNumber]; in enet_protocol_handle_incoming_commands()
1065 if (commandSize == 0 || currentData + commandSize > &host->receivedData[host->receivedDataLength]) in enet_protocol_handle_incoming_commands()
1068 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1304 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1311 peer->mtu - host->packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1313 peer->mtu - host->packetSize < commandSize + outgoingCommand->fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1357 buffer->dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1455 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1505 peer->mtu - host->packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/enet/enet/
H A Dprotocol.c1102 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1113 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1114 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1117 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1359 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1366 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1368 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1412 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1510 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1560 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/redeclipse/base-2.0.0/src/enet/
H A Dprotocol.c1067 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1078 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1079 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1082 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1324 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1331 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1333 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1377 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1475 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1525 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/enet/
H A Dprotocol.c1067 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1078 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1079 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1082 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1324 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1331 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1333 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1377 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1475 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1525 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/tesseract-data/tesseract/src/enet/
H A Dprotocol.c1063 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1074 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1075 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1078 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1318 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1325 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1327 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1371 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1469 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1519 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/enet/
H A Dprotocol.c1076 size_t commandSize; in enet_protocol_handle_incoming_commands() local
1087 commandSize = commandSizes [commandNumber]; in enet_protocol_handle_incoming_commands()
1088 …if (commandSize == 0 || currentData + commandSize > & host -> receivedData [host -> receivedDataLe… in enet_protocol_handle_incoming_commands()
1091 currentData += commandSize; in enet_protocol_handle_incoming_commands()
1333 size_t commandSize; in enet_protocol_send_unreliable_outgoing_commands() local
1340 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_unreliable_outgoing_commands()
1342 peer -> mtu - host -> packetSize < commandSize + outgoingCommand -> fragmentLength)) in enet_protocol_send_unreliable_outgoing_commands()
1386 buffer -> dataLength = commandSize; in enet_protocol_send_unreliable_outgoing_commands()
1485 size_t commandSize; in enet_protocol_send_reliable_outgoing_commands() local
1535 peer -> mtu - host -> packetSize < commandSize || in enet_protocol_send_reliable_outgoing_commands()
[all …]

123456