• Home
  • History
  • Annotate
  • only in /external/srec/srec/Nametag/
History log of /external/srec/srec/Nametag/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfb00d34cd42c488706577040eeda70f27fdac9f 05-Jun-2014 Ian Rogers <irogers@google.com> Build on host as 32-bit as there are 64-bit bugs in this code.

Change-Id: Ibc751d63a22acac7ee1a024e21f1ee68079b330e
ndroid.mk
b3adea6f471d03c5bd728725adc7ca1cea89edfd 14-Mar-2013 Marcus Oakland <marcus.oakland@arm.com> AArch64: Enable build on 64-bit AArch64 platform

Changes include
[x] Addition of a new function lstrtosize_t

Since size_t is not the same size as an unsigned int in
AArch64, a new function lstrtosize_t has been devised for
use in the shared/src/SessionTypeImpl.c and
srec/Recognizer/src/RecognizerImpl.c modules in place
of the lstrtoui function (which is for unsigned integers).

lstrtosize_t is implemented in the portable/src/LCHAR.c
module and declared in portable/include/LCHAR.h header file.

It makes use of the LSTRTOULL macro defined in the
portable/include/ptypes.h header file, indicating the
function to be used to convert an unsigned long long to a
string.

[x] Changes in srec/cfront/sh_down.h header file

This is because the value of LONG_MAX is different on
__LP64__ with 64-bit longs, and the function converts to
an int, not to a long.

[x] Changes to the srec/test/SRecTest/src/SRecTest.c
and srec/test/SRecTestAudio/src/SRecTestAudio.c modules

These changes correct the parameter types for the call to
SR_RecognizerPutAudio and pfread to be the expected size_t,
again because size_t is not the same as unsigned int in __LP64__.

[x] Rest of the changes are related to general conversion from
32-bit to 64-bit including proper casts of pointers, changes
from int to long, jint to jlong.

Change-Id: I3cc7d3a89161ab098a4bd133ea96b1158630b0e1
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
rc/NametagsImpl.c
2018726aeb9a40b84670483d5e6ef381f662ddd9 06-Apr-2012 Wei Zhong <wzhong@google.com> Add NOTICE and MODULE_LICENSE_APACHE2 file for each Android.mk

Bug: 6299628

Change-Id: I8e4352b7db6499264106ba0e52e5c3e755a488b9
Signed-off-by: Wei Zhong <wzhong@google.com>
(cherry picked from commit cc15631660de061ec4f65e8714c0836520b35ddf)
ODULE_LICENSE_APACHE2
OTICE
4a68b3365c8c50aa93505e99ead2565ab73dcdb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
nclude/SR_Nametag.h
nclude/SR_NametagDefs.h
nclude/SR_NametagImpl.h
nclude/SR_NametagPrefix.h
nclude/SR_Nametags.h
nclude/SR_NametagsImpl.h
nclude/SR_NametagsPrefix.h
rc/Nametag.c
rc/NametagImpl.c
rc/Nametags.c
rc/NametagsImpl.c
e6733b78b94eb6701345e1a7244ab54dad60d47d 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
nclude/SR_Nametag.h
nclude/SR_NametagDefs.h
nclude/SR_NametagImpl.h
nclude/SR_NametagPrefix.h
nclude/SR_Nametags.h
nclude/SR_NametagsImpl.h
nclude/SR_NametagsPrefix.h
rc/Nametag.c
rc/NametagImpl.c
rc/Nametags.c
rc/NametagsImpl.c
8fc5a7f51e62cb4ae44a27bdf4176d04adc80ede 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
ndroid.mk
nclude/SR_Nametag.h
nclude/SR_NametagDefs.h
nclude/SR_NametagImpl.h
nclude/SR_NametagPrefix.h
nclude/SR_Nametags.h
nclude/SR_NametagsImpl.h
nclude/SR_NametagsPrefix.h
rc/Nametag.c
rc/NametagImpl.c
rc/Nametags.c
rc/NametagsImpl.c