Searched refs:has_empty (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | read.hpp | 481 bool& has_empty, in handle_empty_z_m() argument 485 has_empty = false; in handle_empty_z_m() 496 || one_of(it, "EMPTY", has_empty) in handle_empty_z_m() 522 bool has_empty, has_z, has_m; in initialize() local 524 handle_empty_z_m(it, end, has_empty, has_z, has_m); in initialize() 541 if (has_empty) in initialize() 691 bool has_empty, has_z, has_m; in apply() local 692 handle_empty_z_m(it, end, has_empty, has_z, has_m); in apply() 693 if (has_empty) in apply()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ocfs2_trace.h | 563 int has_empty, int next_free, 565 TP_ARGS(insert_cpos, insert_index, has_empty, 570 __field(int, has_empty) 577 __entry->has_empty = has_empty; 582 __entry->insert_index, __entry->has_empty,
|
| H A D | alloc.c | 1613 int i, insert_index, next_free, has_empty, num_bytes; in ocfs2_rotate_leaf() local 1618 has_empty = ocfs2_is_empty_extent(&el->l_recs[0]); in ocfs2_rotate_leaf() 1623 BUG_ON(el->l_next_free_rec == el->l_count && !has_empty); in ocfs2_rotate_leaf() 1629 if (has_empty) { in ocfs2_rotate_leaf() 1653 has_empty, next_free, in ocfs2_rotate_leaf()
|