Searched refs:g_bit_storage (Results 1 – 9 of 9) sorted by relevance
370 #define g_bit_storage(number) g_bit_storage_impl(number) macro379 guint (g_bit_storage) (gulong number);
119 #define G_BSEARCH_UPPER_POWER2(n) ((n) ? 1 << g_bit_storage ((n) - 1) : 0)
1430 gsize val = 1 << g_bit_storage (n_bytes - 1); in allocator_aligned_page_size()
522 (g_bit_storage) (gulong number) in guint() argument
126 TEST (naive_bit_storage, g_bit_storage, i); in main()
1063 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()
2104 bits = g_bit_storage (pps->num_slice_groups_minus1); in gst_h264_parse_pps()
2201 g_bit_storage
179475 vdpauh264dec: fix usage of g_bit_storage179486 vdpauh264dec: use g_bit_storage instead of log2