OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sval2
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picoklex.c
328
picoos_uint32 sval1,
sval2
;
local
335
sval2
= klex_getSearchIndexVal(this, index - 1);
336
PICODBG_ASSERT(sval1 !=
sval2
);
341
sval2
= klex_getSearchIndexVal(this, index);
344
while (sval1 ==
sval2
) {
347
sval2
= klex_getSearchIndexVal(this, index);
/external/valgrind/main/none/tests/arm/
vfp.c
623
#define TESTINSN_vpush_vpop_f32(S1, Sval1, S2,
Sval2
, S3, Sval3, S4, S5, S6) \
647
: "r" (out), "r" (Sval1), "r" (
Sval2
), "r" (Sval3), "r" (0x55555555) \
[
all
...]
Completed in 108 milliseconds