Idris2/support/refc
Hattori, Hiroki 5c9f8e36a1
[ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609)
* Fix symbom mangling

* Revert "Fix symbom mangling"

This reverts commit 6481e80155.

* Fix typo

* [RefC] Add missed prims of setBuffer* .

* [ fix ] formatting

* [ re #2609 ] Use 'UInt' instead of 'Word'

More descriptive/to the point / Less assumed knowledge.

There are no *LE suffixes for UInt8, since endianness is to do with
multiple bytes and UInt8 is a single one.

Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
Co-authored-by: Thomas E. Hansen <teh6@st-andrews.ac.uk>
2022-11-15 12:15:06 +01:00
..
_datatypes.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
buffer.c [ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609) 2022-11-15 12:15:06 +01:00
buffer.h [ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609) 2022-11-15 12:15:06 +01:00
casts.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
casts.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
cBackend.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
clock.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
clock.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
conCaseHelper.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
conCaseHelper.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
Makefile Remove unnecessary use of LDFLAGS 2022-11-11 09:33:09 +01:00
mathFunctions.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
mathFunctions.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
memoryManagement.c RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
memoryManagement.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
prim.c [RefC] Add sysCodegen primitive to avoid compiler error. (#2613) 2022-09-08 00:44:14 +01:00
prim.h [RefC] Add sysCodegen primitive to avoid compiler error. (#2613) 2022-09-08 00:44:14 +01:00
refc_util.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
refc_util.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
runtime.c [ fix ] Add missing cases for BITS types in extractInt 2022-05-04 10:18:58 +01:00
runtime.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
stringOps.c [ lint ] once and for all 2022-09-21 12:12:34 +01:00
stringOps.h [ lint ] once and for all 2022-09-21 12:12:34 +01:00
threads.c RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
threads.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00