Searched refs:is_key (Results 1 - 7 of 7) sorted by relevance
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 324 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 D | freertos-file.c | 181 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 D | unix-misc.c | 97 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 D | network.c | 205 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 D | windows-file.c | 156 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 D | bink.c | 854 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 D | map_test.cc | 2401 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