HomeSort by relevance Sort by last modified time
    Searched refs:first_error (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
start_manager.c 89 inv_error_t result,first_error; local
92 first_error = INV_SUCCESS;
96 if (result && (first_error == INV_SUCCESS)) {
97 first_error = result;
100 return first_error;
data_builder.c 1358 inv_error_t result, first_error; local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
start_manager.c 89 inv_error_t result,first_error; local
92 first_error = INV_SUCCESS;
96 if (result && (first_error == INV_SUCCESS)) {
97 first_error = result;
100 return first_error;
data_builder.c 1130 inv_error_t result, first_error; local
    [all...]
  /external/fio/
td_error.c 40 td->first_error = err;
stat.h 181 uint32_t first_error; member in struct:thread_stat
fio.h 334 int first_error; member in struct:thread_data
362 if (!(td)->first_error) \
stat.c 587 log_info(" errors : total=%llu, first_error=%d/<%s>\n",
589 ts->first_error,
590 strerror(ts->first_error));
836 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error);
904 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error);
987 json_object_add_value_int(root, "first_error", ts->first_error);
    [all...]
client.c 886 dst->first_error = le32_to_cpu(src->first_error);
    [all...]
server.c 1152 p.ts.first_error = cpu_to_le32(ts->first_error);
    [all...]
  /external/mesa3d/src/glx/
glx_error.c 56 error.errorCode = glx_dpy->codes->first_error + errorCode;
XF86dri.c 105 *error_basep = info->codes->first_error;
dri2.c 212 *errorBase = info->codes->first_error;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 180 code -= codes->first_error; \
lbxproto.h 719 CARD8 first_error; member in struct:_LbxQueryExtensionReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 178 code -= codes->first_error; \
lbxproto.h 719 CARD8 first_error; member in struct:_LbxQueryExtensionReply
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 1363 first_error (const char *err) function
    [all...]
tc-aarch64.c 615 first_error (const char *error)
621 /* Similiar to first_error, but this function accepts formatted error
819 first_error (_("missing element size"));
852 first_error (_("vector type expected"));
933 first_error (_("this type of register can't be indexed"));
939 first_error (_("index not allowed inside register list"));
949 first_error (_("constant expression required"));
961 first_error (_("indexed vector register expected"));
968 first_error (_("invalid use of vector register"));
613 first_error (const char *error) function
    [all...]
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 201 if (error_basep) *error_basep = info->codes->first_error;
va_dri2.c 95 *errorBase = info->codes->first_error;
va_dri.c 108 *error_basep = info->codes->first_error;
  /external/mesa3d/src/glx/apple/
appledri.c 138 *error_basep = info->codes->first_error;
  /external/libdrm/tests/ttmtest/src/
xf86dri.c 104 *error_basep = info->codes->first_error;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 175 int first_error; /* first error number for the extension */ member in struct:__anon46261
    [all...]

Completed in 1857 milliseconds

1 2