OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lasterror
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/
jcstest.c
44
static char
lasterror
[JMSG_LENGTH_MAX] = "No error";
variable
60
(*cinfo->err->format_message)(cinfo,
lasterror
);
98
lasterror
);
122
lasterror
);
/system/core/libnetutils/
ifc_utils.c
379
int
lasterror
= 0, i, j, ret;
local
414
lasterror
= ret;
419
return
lasterror
;
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
483
GLfloat error,
lasterror
= 1e9;
local
532
((error <
lasterror
) && ((
lasterror
- error) < LL_RMS_D))) {
535
lasterror
= error;
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go
92
//
lasterror
keeps track of the most recently issued error.
95
var
lasterror
struct {
var
107
if
lasterror
.syntax == line {
110
lasterror
.syntax = line
117
if
lasterror
.other == line &&
lasterror
.msg == msg {
120
lasterror
.other = line
121
lasterror
.msg = msg
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go
92
//
lasterror
keeps track of the most recently issued error.
95
var
lasterror
struct {
var
107
if
lasterror
.syntax == line {
110
lasterror
.syntax = line
117
if
lasterror
.other == line &&
lasterror
.msg == msg {
120
lasterror
.other = line
121
lasterror
.msg = msg
[
all
...]
Completed in 2374 milliseconds