Home
last modified time | relevance | path

Searched refs:g_bit_storage (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/
Dgutils.h370 #define g_bit_storage(number) g_bit_storage_impl(number) macro
379 guint (g_bit_storage) (gulong number);
Dgbsearcharray.h119 #define G_BSEARCH_UPPER_POWER2(n) ((n) ? 1 << g_bit_storage ((n) - 1) : 0)
Dgslice.c1430 gsize val = 1 << g_bit_storage (n_bytes - 1); in allocator_aligned_page_size()
Dgutils.c522 (g_bit_storage) (gulong number) in guint() argument
/third_party/glib/tests/
Dbit-test.c126 TEST (naive_bit_storage, g_bit_storage, i); in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.c1063 g_bit_storage (vol->vop_time_increment_resolution); in gst_mpeg4_parse_video_object_layer()
1675 g_bit_storage (vop->mb_num - 1)); in gst_mpeg4_parse_video_packet_header()
Dgsth264parser.c2104 bits = g_bit_storage (pps->num_slice_groups_minus1); in gst_h264_parse_pps()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2201 g_bit_storage
/third_party/gstreamer/gstplugins_bad/
DChangeLog179475 vdpauh264dec: fix usage of g_bit_storage
179486 vdpauh264dec: use g_bit_storage instead of log2