repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
Akimeite/AndroidModule
101,995
uvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_arm_neon.S
/* * ARMv7 NEON optimizations for libjpeg-turbo * * Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). * All Rights Reserved. * Author: Siarhei Siamashka <siarhei.siamashka@nokia.com> * Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. * Copyright (C) 2014, Linaro Limited. All Ri...
Akimeite/AndroidModule
143,313
uvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_arm64_neon.S
/* * ARMv8 NEON optimizations for libjpeg-turbo * * Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). * All Rights Reserved. * Author: Siarhei Siamashka <siarhei.siamashka@nokia.com> * Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. * Author: Ragesh Radhakrishnan <ragesh.r@li...
Akimeite/AndroidModule
140,841
uvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_mips_dspr2.S
/* * MIPS DSPr2 optimizations for libjpeg-turbo * * Copyright (C) 2013-2014, MIPS Technologies, Inc., California. * All Rights Reserved. * Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) * Darko Laus (darko.laus@imgtec.com) * Copyright (C) 2015, D. R. Commander. All Rights Reserved. * ...
AKNoryx28/zygisk-imgui-modmenu
1,077
module/src/main/cpp/Dobby/source/TrampolineBridge/ClosureTrampolineBridge/arm/dummy/closure-trampoline-template-arm.S
// .section __TEXT,__text,regular,pure_instructions #if defined(ENABLE_CLOSURE_BRIDGE_TEMPLATE) #if defined(__WIN32__) || defined(__APPLE__) #define cdecl(s) _##s #else #define cdecl(s) s #endif .align 4 #if !defined(ENABLE_CLOSURE_TRAMPOLINE_CARRY_OBJECT_PTR) // closure trampoline carray the object pointer, and f...
AKNoryx28/zygisk-imgui-modmenu
1,230
module/src/main/cpp/Dobby/source/TrampolineBridge/ClosureTrampolineBridge/arm64/dummy/closure-trampoline-template-arm64.S
// .section __TEXT,__text,regular,pure_instructions #if defined(ENABLE_CLOSURE_BRIDGE_TEMPLATE) #if defined(__WIN32__) || defined(__APPLE__) #define cdecl(s) _##s #else #define cdecl(s) s #endif .align 4 #if !defined(ENABLE_CLOSURE_TRAMPOLINE_CARRY_OBJECT_PTR) // closure trampoline carray the object pointer, and f...
akospasztor/stm32-dma-uart
22,177
EWARM/startup_stm32l476xx.s
;/********************* COPYRIGHT(c) 2017 STMicroelectronics ******************** ;* File Name : startup_stm32l476xx.s ;* Author : MCD Application Team ;* Version : V1.3.0 ;* Date : 17-February-2017 ;* Description : STM32L476xx Ultra Low Power Devices vector ;* ...
akospasztor/stm32-bootloader
23,919
projects/STM32L496-Discovery/EWARM/startup_stm32l496xx.s
;/********************* COPYRIGHT(c) 2017 STMicroelectronics ******************** ;* File Name : startup_stm32l496xx.s ;* Author : MCD Application Team ;* Description : STM32L496xx Ultra Low Power Devices vector ;* This module performs: ;* - Set the ...
akospasztor/stm32-bootloader
14,391
projects/STM32L496-Discovery/GCC/startup_stm32l496xx.s
/** ****************************************************************************** * @file startup_stm32l496xx.s * @author MCD Application Team * @brief STM32L496xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
akospasztor/stm32-bootloader
23,919
projects/STM32L496-CustomHw/EWARM/startup_stm32l496xx.s
;/********************* COPYRIGHT(c) 2017 STMicroelectronics ******************** ;* File Name : startup_stm32l496xx.s ;* Author : MCD Application Team ;* Description : STM32L496xx Ultra Low Power Devices vector ;* This module performs: ;* - Set the ...
akospasztor/stm32-bootloader
22,105
projects/STM32L476-CustomHw/EWARM/startup_stm32l476xx.s
;/********************* COPYRIGHT(c) 2017 STMicroelectronics ******************** ;* File Name : startup_stm32l476xx.s ;* Author : MCD Application Team ;* Description : STM32L476xx Ultra Low Power Devices vector ;* This module performs: ;* - Set the ...
akospasztor/stm32-project-template
14,197
mcal/st-stm32l4/gcc-arm/startup_stm32l496xx.s
/** ****************************************************************************** * @file startup_stm32l496xx.s * @author MCD Application Team * @brief STM32L496xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
akpc806a/CAN_Logger
3,483
Firmware/IAR/os/ports/RVCT/ARMCMx/chcoreasm_v7m.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
3,537
Firmware/IAR/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
3,898
Firmware/IAR/os/ports/RVCT/ARMCMx/cstartup.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
7,592
Firmware/IAR/os/ports/RVCT/ARMCMx/STM32L1xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
10,355
Firmware/IAR/os/ports/RVCT/ARMCMx/STM32F1xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,258
Firmware/IAR/os/ports/RVCT/ARMCMx/LPC11xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
8,800
Firmware/IAR/os/ports/RVCT/ARMCMx/LPC13xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
11,246
Firmware/IAR/os/ports/RVCT/ARMCMx/STM32F4xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
3,130
Firmware/IAR/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
3,189
Firmware/IAR/os/ports/IAR/ARMCMx/chcoreasm_v6m.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
2,257
Firmware/IAR/os/ports/IAR/ARMCMx/cstartup.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
5,408
Firmware/IAR/os/ports/IAR/ARMCMx/STM32L1xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
7,317
Firmware/IAR/os/ports/IAR/ARMCMx/STM32F1xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
4,568
Firmware/IAR/os/ports/IAR/ARMCMx/LPC11xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,132
Firmware/IAR/os/ports/IAR/ARMCMx/LPC13xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
7,620
Firmware/IAR/os/ports/IAR/ARMCMx/STM32F4xx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
2,010
Firmware/IAR/os/ports/GCC/MSP430/chcoreasm.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
4,536
Firmware/IAR/os/ports/GCC/ARM/crt0.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
7,186
Firmware/IAR/os/ports/GCC/ARM/chcoreasm.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
8,940
Firmware/IAR/os/ports/GCC/PPC/ivor.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
3,937
Firmware/IAR/os/ports/GCC/PPC/crt0.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
2,799
Firmware/IAR/os/ports/GCC/ARM/AT91SAM7/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
2,760
Firmware/IAR/os/ports/GCC/ARM/LPC214x/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
13,515
Firmware/IAR/os/ports/GCC/PPC/SPC56ECxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,735
Firmware/IAR/os/ports/GCC/PPC/SPC563Mxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
5,903
Firmware/IAR/os/ports/GCC/PPC/SPC563Mxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
17,561
Firmware/IAR/os/ports/GCC/PPC/SPC563Mxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,677
Firmware/IAR/os/ports/GCC/PPC/SPC560BCxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,096
Firmware/IAR/os/ports/GCC/PPC/SPC560BCxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
11,298
Firmware/IAR/os/ports/GCC/PPC/SPC560BCxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,675
Firmware/IAR/os/ports/GCC/PPC/SPC560Bxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,095
Firmware/IAR/os/ports/GCC/PPC/SPC560Bxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
12,039
Firmware/IAR/os/ports/GCC/PPC/SPC560Bxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,735
Firmware/IAR/os/ports/GCC/PPC/SPC56ELxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
18,932
Firmware/IAR/os/ports/GCC/PPC/SPC56ELxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
12,985
Firmware/IAR/os/ports/GCC/PPC/SPC56ELxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,675
Firmware/IAR/os/ports/GCC/PPC/SPC560Dxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,095
Firmware/IAR/os/ports/GCC/PPC/SPC560Dxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
8,550
Firmware/IAR/os/ports/GCC/PPC/SPC560Dxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,735
Firmware/IAR/os/ports/GCC/PPC/SPC564Axx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
16,756
Firmware/IAR/os/ports/GCC/PPC/SPC564Axx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
23,123
Firmware/IAR/os/ports/GCC/PPC/SPC564Axx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
1,675
Firmware/IAR/os/ports/GCC/PPC/SPC560Pxx/bam.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
6,095
Firmware/IAR/os/ports/GCC/PPC/SPC560Pxx/core.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akpc806a/CAN_Logger
13,232
Firmware/IAR/os/ports/GCC/PPC/SPC560Pxx/vectors.s
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foun...
akrasuski1/usbasp-uart
4,431
firmware/tpi.S
/** * \brief Size-optimized code for TPI * \file tpi.s * \author Sawomir Fra */ #include <avr/io.h> #include "tpi_defs.h" #define TPI_CLK_PORT PORTB #define TPI_CLK_DDR DDRB #define TPI_CLK_BIT 5 #define TPI_DATAOUT_PORT PORTB #define TPI_DATAOUT_DDR DDRB #define TPI_DATAOUT_BIT 3 #ifdef TPI_WITH_OPTO # define TP...
akrasuski1/usbasp-uart
11,323
firmware/usbdrv/usbdrvasm.S
/* Name: usbdrvasm.S * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers * Author: Christian Starkjohann * Creation Date: 2007-06-13 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense...
akshaybaweja/component-tester-oled
14,329
Source Code/samplingADC_cnt.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include <avr/eeprom.h> #include <stdlib.h> #include "config.h" #include "part_defs.h" .GLOBAL samplingADC .func samplingADC #if AUTO_CLOCK_DIV == ((1<<ADPS2) | (1<<ADPS1) | (1<<ADPS0)) #define TICS_PER_ADC_CLOCK 128 #e...
akshaybaweja/component-tester-oled
6,649
Source Code/ReadADC.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include "config.h" #include <stdlib.h> //#include "autoinout.h" .GLOBAL ReadADC .GLOBAL W20msReadADC .GLOBAL W10msReadADC .GLOBAL W5msReadADC .func ReadADC .extern wait100us .extern wait5ms .extern wait10ms #define Samples 0 #define RefFlag 1 #d...
akshaybaweja/component-tester-oled
2,082
Source Code/swuart.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include "config.h" #define bitcnt r18 #define temp r21 #define Txbyte r24 #define SER_PORT _SFR_IO_ADDR(SERIAL_PORT) #define SER_DDR _SFR_IO_ADDR(SERIAL_DDR) ;* Software-UART nach Atmel AVR-Application-Note AVR305 ;**************************...
akshaybaweja/component-tester-oled
5,853
Source Code/UfAusgabe.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include <avr/eeprom.h> #include "config.h" #include "part_defs.h" .section .text #define zero_reg r1 #define RCALL rcall /* #include <avr/io.h> */ /* #include "Transistortester.h" */ /* void mVAusgabe(u...
akshaybaweja/component-tester-oled
8,084
Source Code/wait1000ms.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> .func wait1000ms .global wait5s ; wait 5 seconds .global wait4s ; wait 4 seconds .global wait3s ; wait 3 seconds .global wait2s ; wait 2 seconds .global wait1s ; wait 1 seconds .global wait1000ms ; wait 1 second and wait 1000ms are identic...
akshaybaweja/component-tester-oled
30,205
Source Code/GetESR_107.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include <avr/eeprom.h> #include "config.h" #include <stdlib.h> .GLOBAL GetESR .func GetESR /* MAX_CNT is the maximum loop counter for repetition of mesurement */ #define MAX_CNT 128 /* ADC_Sleep_Mode enables the sleep ...
akshaybaweja/component-tester-oled
1,658
Source Code/get_log.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include "config.h" #include <stdlib.h> #include "config.h" #define Log_Tab_Distance 20 .GLOBAL get_log .func get_log .extern LogTab .section .text ; // get_log interpolate a table with the function -1000*log(1 - (permil/1000)) ; uint16_t...
akshaybaweja/component-tester-oled
14,195
Source Code/samplingADC.S
// June 2015 - Jan 2016, pa3fwm@amsat.org #ifdef SamplingADC_CNT #include "samplingADC_cnt.S" /* take replacement with counter1 use */ #else #ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include "config.h" #include <stdlib.h> .GLOBAL samplingADC_freqgen .func samplingADC_freqgen .endfunc ...
akshaybaweja/component-tester-oled
1,235
Source Code/i2lcd.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include "config.h" .GLOBAL u2lcd .GLOBAL u2lcd_space .extern lcd_data .extern lcd_string .extern lcd_space .func i2lcd ; use allways rcall for nearby functions #define RCALL rcall .section .text .GLOBAL i2lcd i2...
akshaybaweja/component-tester-oled
27,661
Source Code/GetESR.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include <avr/eeprom.h> #include <stdlib.h> #include "config.h" #include "part_defs.h" .GLOBAL GetESR .func GetESR /* MAX_CNT is the maximum loop counter for repetition of mesurement */ #define MAX_CNT 255 /* ADC_Sleep_...
akshaybaweja/component-tester-oled
24,755
Source Code/lcd_hw_4_bit.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif ;--------------------------------------------------------------------- #include <avr/io.h> #include "config.h" ;#define FAST_SERIAL_OUT /* use no sub-function for bit setting */ #define FAST_SPI_OUTPUT .section .text ;----------------------------------------...
akshaybaweja/component-tester-oled
2,153
Source Code/RvalOut.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include <avr/eeprom.h> #include <stdlib.h> #include "config.h" #include "part_defs.h" /* #include <avr/io.h> */ /* #include <avr/eeprom.h> */ /* #include <avr/pgmspace.h> */ /* #include "Transistortester.h" */ /* void R...
akshaybaweja/component-tester-oled
3,938
Source Code/GetRLmultip.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/eeprom.h> #include <stdlib.h> #include "config.h" #define zero_reg r1 /* unsigned int GetRLmultip(unsigned int cvolt) { */ // interpolate table RLtab corresponding to voltage cvolt /* unsigned int uvolt; */ /* unsigned int y...
akshaybaweja/component-tester-oled
1,117
Source Code/CombineToLong.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include "config.h" #include <stdlib.h> .section .text .func CombineII2Long .global CombineBI2Long .global CombineII2Long // This tricky function replaces the long-winded way of gcc compiler // to build = high*65536 + low // if there is any ...
akshaybaweja/component-tester-oled
5,524
Source Code/wait_for_key_ms.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <stdlib.h> #include "config.h" #include "lcd_defines.h" #ifdef WITH_ROTARY_SWITCH #warning Please use the C-version of this program, if you use the Rotary Switch! #error Modify your Makefile! #endif #define RCALL rcall #define MAX_CS 1...
akshaybaweja/component-tester-oled
7,905
Source Code/PinLayout.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include "config.h" #include "part_defs.h" ;// show the Pin Layout of the device ; void PinLayout(char pin1, char pin2, char pin3) ;// pin1-3 is EBC or SGD or CGA ; typedef struct { ; unsigned long hfe; //0 current ...
akshaybaweja/component-tester-oled
3,919
Source Code/RefVoltage.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/eeprom.h> #include "config.h" #include "part_defs.h" #define zero_reg r1 #define Ref_Tab_Abstand 50 ; displacement of table is 50mV #define Ref_Tab_Beginn 1000 ; // begin of table is 1000mV .GLOBAL RefVoltage .func RefVolta...
akshaybaweja/component-tester-oled
3,686
Source Code/lcd_hw_1_bit.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif ;--------------------------------------------------------------------- #include <avr/io.h> #include "config.h" .section .text ;---------------------------------------------------------------------- ; Global Definitions ;--------------------------------------...
akshaybaweja/component-tester-oled
2,937
Source Code/sleep_5ms.S
#ifndef __ASSEMBLER__ #define __ASSEMBLER__ #endif #include <avr/io.h> #include <avr/common.h> #include "config.h" #include <stdlib.h> #define RCALL rcall .GLOBAL sleep_5ms .func sleep_5ms .extern wait5ms .section .text #define DELAY_10ms (((F_CPU_HZ / 100) - RESTART_DELAY_TICS) / TICS_PER_T2_COUNT) #define ...
aksudya/nachos
3,808
threads/switch-old.s
/* switch.s * Machine dependent context switch routines. DO NOT MODIFY THESE! * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initial * call frame, etc, are all specific to a processor architecture. * * This file currently supports the following a...
aksudya/nachos
9,083
threads/switch.s
/* switch.s * Machine dependent context switch routines. DO NOT MODIFY THESE! * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initial * call frame, etc, are all specific to a processor architecture. * * This file currently supports the following a...
aksudya/nachos
2,373
test/start.s
/* Start.s * Assembly language assist for user programs running on top of Nachos. * * Since we don't want to pull in the entire C library, we define * what we need for a user program here, namely Start and the system * calls. */ #define IN_ASM #include "syscall.h" .text .align 2 /* -------...
al3xtjames/Clover
16,046
BootHFS/boot1x.s
; ; Copyright (c) 2014-2015 Zenith432 All rights reserved. ; ; Partition Boot Loader: boot1x ; This version of boot1x tries to find a stage2 boot file in the root folder. ; ; Credits: ; Portions based on boot1f32. ; Thanks to Robert Shullich for ; "Reverse Engineering the Microsoft exFAT File System" dated Dec ...
al3xtjames/Clover
25,441
BootHFS/boot0.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Source...
al3xtjames/Clover
16,074
BootHFS/boot1xalt.s
; ; Copyright (c) 2014-2015 Zenith432 All rights reserved. ; ; Partition Boot Loader: boot1x ; This version of boot1x tries to find a stage2 boot file in the root folder. ; ; Credits: ; Portions based on boot1f32. ; Thanks to Robert Shullich for ; "Reverse Engineering the Microsoft exFAT File System" dated Dec ...
al3xtjames/Clover
22,582
BootHFS/boot0ab.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
37,087
BootHFS/boot1h2.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
14,403
BootHFS/boot1f32.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
26,384
BootHFS/boot0md.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
15,228
BootHFS/boot1f32alt.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
35,694
BootHFS/boot1h.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
2,412
Library/OpensslLib/SysCall/Ia32/MathReminderU64x64.S
#------------------------------------------------------------------------------ # # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
1,620
Library/OpensslLib/SysCall/Ia32/MathRShiftU64.S
#------------------------------------------------------------------------------ # # Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
2,162
Library/OpensslLib/SysCall/Ia32/MathMultS64x64.S
#------------------------------------------------------------------------------ # # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
2,285
Library/OpensslLib/SysCall/Ia32/MathDivU64x64.S
#------------------------------------------------------------------------------ # # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
1,580
Library/OpensslLib/SysCall/Ia32/MathLShiftS64.S
#------------------------------------------------------------------------------ # # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
3,597
Library/OpensslLib/openssl-1.0.1e/crypto/ia64cpuid.S
// Works on all IA-64 platforms: Linux, HP-UX, Win64i... // On Win64i compile with ias.exe. .text .global OPENSSL_cpuid_setup# .proc OPENSSL_cpuid_setup# OPENSSL_cpuid_setup: { .mib; br.ret.sptk.many b0 };; .endp OPENSSL_cpuid_setup# .global OPENSSL_rdtsc# .proc OPENSSL_rdtsc# OPENSSL_rdtsc: { .mib; mov r8=ar.itc ...
al3xtjames/Clover
2,988
Library/OpensslLib/openssl-1.0.1e/crypto/armv4cpuid.S
#include "arm_arch.h" .text .code 32 .align 5 .global _armv7_neon_probe .type _armv7_neon_probe,%function _armv7_neon_probe: .word 0xf26ee1fe @ vorr q15,q15,q15 .word 0xe12fff1e @ bx lr .size _armv7_neon_probe,.-_armv7_neon_probe .global _armv7_tick .type _armv7_tick,%function _armv7_tick: mrc p15,0,r0,c9,c13,0 ...
al3xtjames/Clover
8,025
Library/OpensslLib/openssl-1.0.1e/crypto/sparccpuid.S
#if defined(__SUNPRO_C) && defined(__sparcv9) # define ABI64 /* They've said -xarch=v9 at command line */ #elif defined(__GNUC__) && defined(__arch64__) # define ABI64 /* They've said -m64 at command line */ #endif #ifdef ABI64 .register %g2,#scratch .register %g3,#scratch # define FRAME -192 # define BIAS 2047 ...
al3xtjames/Clover
1,690
Library/OpensslLib/openssl-1.0.1e/crypto/s390xcpuid.S
.text .globl OPENSSL_s390x_facilities .type OPENSSL_s390x_facilities,@function .align 16 OPENSSL_s390x_facilities: lghi %r0,0 larl %r2,OPENSSL_s390xcap_P stg %r0,8(%r2) .long 0xb2b02000 # stfle 0(%r2) brc 8,.Ldone lghi %r0,1 .long 0xb2b02000 # stfle 0(%r2) .Ldone: lg %r2,0(%r2) br %r14 .size OPENSSL_s390x_fac...
al3xtjames/Clover
21,544
Library/OpensslLib/openssl-1.0.1e/crypto/md5/asm/md5-ia64.S
/* Copyright (c) 2005 Hewlett-Packard Development Company, L.P. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
al3xtjames/Clover
28,245
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/sparcv8.S
.ident "sparcv8.s, Version 1.4" .ident "SPARC v8 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" /* * ==================================================================== * Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL * project. * * Rights for redistribution and usage in source and binary ...