/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/third_party/ |
A D | cpuinfo.BUILD | 213 values = {"cpu": "k8"}, 218 values = {"cpu": "arm"}, 245 "cpu": "darwin", 272 "cpu": "arm64-v8a", 281 "cpu": "x86", 290 "cpu": "x86_64", 299 "cpu": "ios_armv7", 307 "cpu": "ios_arm64", 315 "cpu": "ios_arm64e", 323 "cpu": "ios_i386", [all …]
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | adcall.py | 3 pins = [Pin.cpu.A0, Pin.cpu.A1, Pin.cpu.A2, Pin.cpu.A3]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/ |
A D | bluepill.resc | 22 machine LoadPlatformDescriptionFromString "uartSemihosting: UART.SemihostingUart @ cpu" 23 showAnalyzer cpu.uartSemihosting Antmicro.Renode.Analyzers.LoggingUartAnalyzer 24 cpu.uartSemihosting CreateFileBackend $logfile true
|
A D | stm32f4.resc | 22 machine LoadPlatformDescriptionFromString "uartSemihosting: UART.SemihostingUart @ cpu" 23 showAnalyzer cpu.uartSemihosting Antmicro.Renode.Analyzers.LoggingUartAnalyzer 24 cpu.uartSemihosting CreateFileBackend $logfile true
|
A D | bluepill_nontest.resc | 20 machine LoadPlatformDescriptionFromString "uartSemihosting: UART.SemihostingUart @ cpu" 21 showAnalyzer sysbus.cpu.uartSemihosting
|
A D | robot.resource.txt | 2 ${UART} sysbus.cpu.uartSemihosting
|
A D | sifive_fe310.resc | 35 cpu PerformanceInMips 320
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | BUILD | 16 values = {"cpu": "armeabi-v7a"}, 21 values = {"cpu": "armv7a"}, 35 values = {"cpu": "k8"}, 40 values = {"cpu": "haswell"}, 43 # MSVC toolchains define a different "cpu" value, which helps us as we need 57 "cpu": "ppc", 64 "cpu": "s390x", 70 values = {"cpu": "fuchsia"},
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | gchelper_m3.s | 28 .cpu cortex-m3
|
A D | gchelper_m0.s | 28 .cpu cortex-m0
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffconf.h.in | 55 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 58 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
A D | tiffconf.h.cmake.in | 58 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 61 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
A D | tif_config.h-vms | 29 /* Set the native cpu bit order */
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.c | 183 if ((entries[i].cpu & features) != entries[i].cpu) { in SDL_ChooseBlitFunc()
|
/AliOS-Things-master/components/debug/ |
A D | README.md | 10 - cpuusage: 查询cpu利用率 34 ├── debug_cpuusage.c #cpu利用率
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | Makefile.in | 194 libwebpdspdecode_la-cpu.lo libwebpdspdecode_la-dec.lo \ 304 ./$(DEPDIR)/libwebpdsp_la-cpu.Plo \ 333 ./$(DEPDIR)/libwebpdspdecode_la-cpu.Plo \ 901 libwebpdsp_la-cpu.lo: cpu.c 903 …fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libwebpdsp_la-cpu.Tpo $(DEPDIR)/libwebpdsp_la-cpu.Plo 1111 libwebpdspdecode_la-cpu.lo: cpu.c 1113 …TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libwebpdspdecode_la-cpu.Tpo $(DEPDIR)/libwebpdspdecode_la-cpu.… 1555 -rm -f ./$(DEPDIR)/libwebpdsp_la-cpu.Plo 1584 -rm -f ./$(DEPDIR)/libwebpdspdecode_la-cpu.Plo 1672 -rm -f ./$(DEPDIR)/libwebpdsp_la-cpu.Plo [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | config.guess | 624 long cpu = sysconf (_SC_CPU_VERSION); 626 switch (cpu) 684 long cpu = sysconf (_SC_CPU_VERSION); 688 if (CPU_IS_PA_RISC (cpu)) 690 switch (cpu) 698 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | config.guess | 624 long cpu = sysconf (_SC_CPU_VERSION); 626 switch (cpu) 684 long cpu = sysconf (_SC_CPU_VERSION); 688 if (CPU_IS_PA_RISC (cpu)) 690 switch (cpu) 698 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.guess | 603 long cpu = sysconf (_SC_CPU_VERSION); 605 switch (cpu) 663 long cpu = sysconf (_SC_CPU_VERSION); 667 if (CPU_IS_PA_RISC (cpu)) 669 switch (cpu) 677 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ax_gcc_archflag.m4 | 147 …cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va… 170 …cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/b…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | config.guess | 644 long cpu = sysconf (_SC_CPU_VERSION); 646 switch (cpu) 704 long cpu = sysconf (_SC_CPU_VERSION); 708 if (CPU_IS_PA_RISC (cpu)) 710 switch (cpu) 718 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.guess | 675 long cpu = sysconf (_SC_CPU_VERSION); 677 switch (cpu) 735 long cpu = sysconf (_SC_CPU_VERSION); 739 if (CPU_IS_PA_RISC (cpu)) 741 switch (cpu) 749 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.guess | 675 long cpu = sysconf (_SC_CPU_VERSION); 677 switch (cpu) 735 long cpu = sysconf (_SC_CPU_VERSION); 739 if (CPU_IS_PA_RISC (cpu)) 741 switch (cpu) 749 else if (CPU_IS_HP_MC68K (cpu))
|
/AliOS-Things-master/components/SDL2/test/ |
A D | README | 19 testplatform Tests types, endianness and cpu capabilities
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | config.guess | 671 long cpu = sysconf (_SC_CPU_VERSION); 673 switch (cpu) 731 long cpu = sysconf (_SC_CPU_VERSION); 735 if (CPU_IS_PA_RISC (cpu)) 737 switch (cpu) 745 else if (CPU_IS_HP_MC68K (cpu))
|