OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_error
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/core/lib/transport/
connectivity_state.h
41
grpc_error*
current_error
;
member in struct:__anon23241
/external/u-boot/drivers/i2c/
i2c-cdns.c
153
unsigned int last_error,
current_error
;
local
178
current_error
= ((actual_fscl > fscl) ? (actual_fscl - fscl) :
181
if (last_error >
current_error
) {
185
last_error =
current_error
;
Completed in 1115 milliseconds