OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nres
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/srec/seti/sltsEngine/src/
SWIslts.c
122
SWIsltsResult
nRes
= SWIsltsSuccess;
143
nRes
= create_lts((char *)data_filename, &pEng->m_hLts);
144
if (
nRes
!= SWIsltsSuccess) {
145
PLogError(L("create_lts with the model file (%s) fails with return code %d\n"), (char *)data_filename,
nRes
);
158
return
nRes
;
192
SWIsltsResult
nRes
= SWIsltsSuccess;
237
nRes
= SWIsltsEmptyPhoneString;
242
nRes
= run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len);
243
if (
nRes
!= SWIsltsSuccess) {
265
return
nRes
;
[
all
...]
run_seq_lts.c
183
SWIsltsResult
nRes
= SWIsltsSuccess;
193
nRes
= SWIsltsErrAllocResource;
200
nRes
= SWIsltsErrAllocResource;
213
nRes
= SWIsltsErrAllocResource;
230
return
nRes
;
236
SWIsltsResult
nRes
= SWIsltsSuccess;
250
return
nRes
;
255
SWIsltsResult
nRes
= SWIsltsSuccess;
263
nRes
= SWIsltsErrAllocResource;
272
nRes
= SWIsltsErrAllocResource
[
all
...]
/external/libffi/testsuite/libffi.call/
cls_ulonglong.c
46
/* { dg-output "\
nres
: 214" } */
51
/* { dg-output "\
nres
: 9223372035854775808" } */
cls_1_1byte.c
87
/* { dg-output "\
nres
: 190" } */
94
/* { dg-output "\
nres
: 190" } */
cls_multi_schar.c
72
/* { dg-output "\
nres
: 127" } */
79
/* { dg-output "\
nres
: 127" } */
cls_multi_sshort.c
72
/* { dg-output "\
nres
: 32767" } */
79
/* { dg-output "\
nres
: 32767" } */
cls_multi_ushort.c
72
/* { dg-output "\
nres
: 32767" } */
79
/* { dg-output "\
nres
: 32767" } */
cls_12byte.c
88
/* { dg-output "\
nres
: 8 9 12" } */
99
/* { dg-output "\
nres
: 8 9 12" } */
cls_16byte.c
89
/* { dg-output "\
nres
: 8 17 12" } */
100
/* { dg-output "\
nres
: 8 17 12" } */
cls_20byte.c
89
/* { dg-output "\
nres
: 5 7 10" } */
96
/* { dg-output "\
nres
: 5 7 10" } */
cls_20byte1.c
91
/* { dg-output "\
nres
: 5 7 10" } */
98
/* { dg-output "\
nres
: 5 7 10" } */
cls_2byte.c
88
/* { dg-output "\
nres
: 13 140" } */
95
/* { dg-output "\
nres
: 13 140" } */
cls_3_1byte.c
93
/* { dg-output "\
nres
: 190 192 194" } */
100
/* { dg-output "\
nres
: 190 192 194" } */
cls_3byte1.c
88
/* { dg-output "\
nres
: 13 134" } */
95
/* { dg-output "\
nres
: 13 134" } */
cls_3byte2.c
88
/* { dg-output "\
nres
: 24 144" } */
95
/* { dg-output "\
nres
: 24 144" } */
cls_4byte.c
88
/* { dg-output "\
nres
: 139 248" } */
95
/* { dg-output "\
nres
: 139 248" } */
cls_5byte.c
92
/* { dg-output "\
nres
: 139 248 10" } */
103
/* { dg-output "\
nres
: 139 248 10" } */
cls_8byte.c
87
/* { dg-output "\
nres
: 5 7" } */
93
/* { dg-output "\
nres
: 5 7" } */
cls_9byte1.c
88
/* { dg-output "\
nres
: 8 17" } */
95
/* { dg-output "\
nres
: 8 17" } */
cls_9byte2.c
88
/* { dg-output "\
nres
: 8 17" } */
96
/* { dg-output "\
nres
: 8 17" } */
cls_align_double.c
91
/* { dg-output "\
nres
: 13 14271 140" } */
98
/* { dg-output "\
nres
: 13 14271 140" } */
cls_align_float.c
89
/* { dg-output "\
nres
: 13 14271 140" } */
96
/* { dg-output "\
nres
: 13 14271 140" } */
cls_align_longdouble.c
90
/* { dg-output "\
nres
: 13 14271 140" } */
97
/* { dg-output "\
nres
: 13 14271 140" } */
cls_align_pointer.c
91
/* { dg-output "\
nres
: 13 14271 140" } */
98
/* { dg-output "\
nres
: 13 14271 140" } */
cls_align_sint16.c
89
/* { dg-output "\
nres
: 13 14271 140" } */
96
/* { dg-output "\
nres
: 13 14271 140" } */
Completed in 103 milliseconds
1
2
3