Home
last modified time | relevance | path

Searched refs:is_key (Results 1 - 7 of 7) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c324 bool is_key; in builtin_input_id() local
344 is_key = test_key(dev, bitmask_ev, bitmask_key, test); in builtin_input_id()
346 if (!is_pointer && !is_key && test_bit(EV_REL, bitmask_ev) && in builtin_input_id()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert() argument
186 if (is_key) in lws_plat_write_cert()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-misc.c97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert() argument
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c205 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert() argument
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-file.c156 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert() argument
/third_party/ffmpeg/libavcodec/
H A Dbink.c854 int plane_idx, int is_key, int is_chroma) in binkb_decode_plane()
865 int ybias = is_key ? -15 : 0; in binkb_decode_plane()
853 binkb_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb, int plane_idx, int is_key, int is_chroma) binkb_decode_plane() argument
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc2401 bool is_key = k & 0x1; in TEST() local
2402 bool is_value = !is_key && (k & 0x2); in TEST()
2403 wire_format.push_back(is_key ? kKeyTag in TEST()
2407 if (is_key) expected_key = static_cast<int>(c); in TEST()

Completed in 12 milliseconds