Home
last modified time | relevance | path

Searched refs:non_zero (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c294 uint64_t non_zero = 10; in readfd_set_test() local
299 ret = set_counter(fd, non_zero); in readfd_set_test()
302 non_zero); in readfd_set_test()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c778 const int non_zero = in ReconstructIntra16() local
781 it->top_nz_[x] = it->left_nz_[y] = non_zero; in ReconstructIntra16()
783 nz |= non_zero << n; in ReconstructIntra16()
930 const int non_zero = in ReconstructUV() local
933 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero; in ReconstructUV()
934 nz |= non_zero << n; in ReconstructUV()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c778 const int non_zero = in ReconstructIntra16() local
781 it->top_nz_[x] = it->left_nz_[y] = non_zero; in ReconstructIntra16()
783 nz |= non_zero << n; in ReconstructIntra16()
930 const int non_zero = in ReconstructUV() local
933 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero; in ReconstructUV()
934 nz |= non_zero << n; in ReconstructUV()
/third_party/glib/gio/
Dgdbusprivate.c2476 gboolean non_zero = FALSE; in _g_dbus_get_machine_id()
2514 non_zero = TRUE; in _g_dbus_get_machine_id()
2517 if (i != 32 || ret[i] != '\n' || ret[i + 1] != '\0' || !non_zero) in _g_dbus_get_machine_id()