/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.h | 201 size_t typeWidthInBytesOnStack(Type Ty) const override { 214 void reserveFixedAllocaArea(size_t Size, size_t Align) override { 253 size_t BasicFrameOffset, size_t StackAdjBytes, 254 size_t &InArgsSizeBytes); 357 void emitStackProbe(size_t StackSizeBytes); 362 size_t NumVariadicFpArgs = 0); 868 size_t RequiredStackAlignment = X86_STACK_ALIGNMENT_BYTES; 869 size_t SpillAreaSizeByte [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 224 template <class T> static size_t arrayDataSize(ArrayRef<T> A) { in arrayDataSize() 397 size_t SuffixPos = S.rfind(" ["); in dropUniqueSuffix() 410 size_t SecNdx = -1; in initSectionHeaders() 504 static size_t findFirstNonGlobal(ArrayRef<ELFYAML::Symbol> Symbols) { in findFirstNonGlobal() 505 for (size_t I = 0; I < Symbols.size(); ++I) in findFirstNonGlobal() 514 size_t ContentSize = 0; in writeContent() 534 size_t I = 0; in toELFSymbols() 1029 for (size_t I = 0; I < Section.Entries->size(); ++I) { in writeSectionContent() 1046 for (size_t J = 0; J < E.VerNames.size(); ++J, ++AuxCnt) { in writeSectionContent() 1080 for (size_t in writeSectionContent() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1313 const size_t Lanes = Op.getNumOperands(); in LowerBUILD_VECTOR() 1335 auto GetSwizzleSrcs = [](size_t I, const SDValue &Lane) { in LowerBUILD_VECTOR() 1355 using ValueEntry = std::pair<SDValue, size_t>; in LowerBUILD_VECTOR() 1358 using SwizzleEntry = std::pair<std::pair<SDValue, SDValue>, size_t>; in LowerBUILD_VECTOR() 1379 size_t NumConstantLanes = 0; in LowerBUILD_VECTOR() 1382 for (size_t I = 0; I < Lanes; ++I) { in LowerBUILD_VECTOR() 1399 size_t NumSplatLanes; in LowerBUILD_VECTOR() 1404 size_t NumSwizzleLanes = 0; in LowerBUILD_VECTOR() 1411 std::function<bool(size_t, const SDValue &)> IsLaneConstructed; in LowerBUILD_VECTOR() 1420 IsLaneConstructed = [&, Swizzled](size_t in LowerBUILD_VECTOR() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 15 const size_t BREAK_NUM_TWO = 2; 324 std::tuple<Cluster*, size_t, SkScalar> TextWrapper::trimStartSpaces(Cluster* endOfClusters) { in moveForward() 382 TextWrapScorer(SkScalar maxWidth, ParagraphImpl& parent, size_t maxLines) in moveForward() 399 for (size_t ix = 0; ix < parent.clusters().size(); ix++) { in moveForward() 431 size_t maxLines; in moveForward() 432 size_t lineNumber; in moveForward() 436 size_t breakPos; in moveForward() 618 size_t lineNumber { 0 }; in moveForward() 647 size_t maxLines_ { 0 }; in moveForward() 667 size_t lastBreakPos in moveForward() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 123 const u8 *data, size_t data_len, int ok) in hostapd_dpp_tx_status() 524 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_req() 643 size_t hexlen; in hostapd_dpp_handle_config_obj() 658 size_t hexlen; in hostapd_dpp_handle_config_obj() 825 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_resp() 878 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_auth_conf() 926 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_conf_result() 1057 const u8 *buf, size_t len, in hostapd_dpp_rx_peer_disc_req() 1148 const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_exchange_req() 1203 const u8 *buf, size_t le in hostapd_dpp_rx_pkex_exchange_resp() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 227 for (size_t i = 0; i < ArraySize(mScratchTextures); i++) in BlitGL() 244 for (size_t i = 0; i < ArraySize(mScratchTextures); i++) in ~BlitGL() 272 size_t level, in copyImageToLUMAWorkaroundTexture() 301 size_t level, in copySubImageToLUMAWorkaroundTexture() 401 const size_t destLevel, in blitColorBufferWithShader() 561 size_t sourceLevel, in copySubTexture() 565 size_t destLevel, in copySubTexture() 677 size_t sourceLevel, in copySubTextureCPUReadback() 681 size_t destLevel, in copySubTextureCPUReadback() 762 const size_t sourcePixelSiz in copySubTextureCPUReadback() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 287 size_t position = 0; in getQualifiersListString() 968 size_t position = 0; in getBlockVariableDefinition() 1004 size_t position = 0; in getBlockVariableReference() 1054 size_t position = 0; in getVariableDefinition() 1189 size_t position = 0; in getVariableName() 1219 size_t position = 0; in getVariableReference() 1407 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, in replaceToken() 1410 const size_t text_length = strlen(text); in replaceToken() 1411 const size_t token_length = strlen(token); in replaceToken() 1412 const size_t token_positio in replaceToken() [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_ext_ability_context.cpp | 21 const size_t DataShareExtAbilityContext::CONTEXT_TYPE_ID(std::hash<const char*> {} ("DataShareExtAbilityContext"));
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | dma.h | 14 extern size_t hexagon_coherent_pool_size;
|
/kernel/linux/build/test/fuzztest/hc_node/include/ |
H A D | hccommon.h | 16 bool HcFuzzTest(const uint8_t *data, const char *pathname, size_t size);
|
/kernel/linux/build/test/fuzztest/memory/include/ |
H A D | memorycommon.h | 16 bool MemoryFuzzTest(const uint8_t *data, size_t size, const char *pathname);
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | dma.h | 14 extern size_t hexagon_coherent_pool_size;
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-eeprom-read.h | 63 int iwl_read_eeprom(struct iwl_trans *trans, u8 **eeprom, size_t *eeprom_size);
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_ftp.h | 20 ssize_t sclp_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
|
H A D | diag_ftp.h | 20 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | mem-memcpy-arch.h | 6 void *fn(void *, const void *, size_t);
|
H A D | mem-memset-arch.h | 6 void *fn(void *, int, size_t);
|
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpupower_intern.h | 6 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | arcfb.h | 6 #define FBIO_GETCONTROL2 _IOR('F', 0x89, size_t)
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | hmem_public.h | 19 #include <linux/types.h> /* size_t */ 30 STORAGE_CLASS_HMEM_H size_t sizeof_hmem(
|
/kernel/linux/linux-6.6/include/linux/mailbox/ |
H A D | arm_mhuv2_message.h | 17 size_t len;
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.h | 21 size_t value_sz;
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | hmem_public.h | 19 #include <linux/types.h> /* size_t */ 30 STORAGE_CLASS_HMEM_H size_t sizeof_hmem(
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | diag_ftp.h | 20 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | arcfb.h | 6 #define FBIO_GETCONTROL2 _IOR('F', 0x89, size_t)
|