OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curstate
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/os400/iconv/
iconv.c
32
t_staterange
curstate
;
local
51
curstate
= 0;
55
if (
curstate
< sizeof final_array / sizeof final_array[0])
56
if (final_array[
curstate
]) {
57
final = final_array[
curstate
];
61
l = trans_array[
curstate
] - 1;
62
h = trans_array[
curstate
+ 1];
75
curstate
= goto_array[l];
/external/mksh/src/
expr.c
202
Expr_state
curstate
;
local
203
Expr_state * const es = &
curstate
;
207
memset(&
curstate
, 0, sizeof(
curstate
));
208
curstate
.expression =
curstate
.tokp = expr;
209
curstate
.tok = BAD;
210
curstate
.arith = arith;
215
if (
curstate
.evaling)
216
curstate
.evaling->flag &= ~EXPRINEVAL
[
all
...]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java
160
int
curstate
= index - 1;
local
162
+
curstate
+ "<" + mZoneTempThresholds[index] + "];");
Completed in 397 milliseconds