OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optVal
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/
main.c
124
char
optVal
;
131
optVal
= (char)(optarg[0] - '0');
132
if ((PAT1 <=
optVal
) && (
optVal
<= PAT8)) {
133
*layout_patno = (AKFS_PATNO)
optVal
;
134
AKMDEBUG(DBG_LEVEL2, "%s: Layout=%d\n", __FUNCTION__,
optVal
);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c
218
int
optVal
;
301
optVal
= 1;
302
setsockopt(delboy->socket, SOL_SOCKET, TCP_NODELAY, (const void *)&
optVal
, sizeof(
optVal
));
Completed in 41 milliseconds