HomeSort by relevance Sort by last modified time
    Searched refs:G_UNLIKELY (Results 1 - 23 of 23) sorted by null

  /external/bluetooth/glib/tests/
bit-test.c 56 if (G_UNLIKELY (nth_bit < -1))
70 if (nth_bit < 0 || G_UNLIKELY (nth_bit > GLIB_SIZEOF_LONG * 8))
slice-test.c 54 if (G_UNLIKELY (want_corruption))
68 if (G_UNLIKELY (!*memchunkp))
  /external/bluetooth/glib/glib/
gslice.c 424 if (G_UNLIKELY (!tmem))
471 if (G_UNLIKELY (chunk))
519 if (G_UNLIKELY (contention_counter)) /* single CPU bias */
809 if (G_UNLIKELY (thread_memory_magazine1_is_empty (tmem, ix)))
812 if (G_UNLIKELY (thread_memory_magazine1_is_empty (tmem, ix)))
825 if (G_UNLIKELY (allocator->config.debug_blocks))
855 if (G_UNLIKELY (!mem_block))
857 if (G_UNLIKELY (allocator->config.debug_blocks) &&
864 if (G_UNLIKELY (thread_memory_magazine2_is_full (tmem, ix)))
867 if (G_UNLIKELY (thread_memory_magazine2_is_full (tmem, ix))
    [all...]
gmem.c 125 if (G_UNLIKELY (!g_mem_initialized))
145 if (G_UNLIKELY (!g_mem_initialized))
166 if (G_UNLIKELY (!g_mem_initialized))
187 if (G_UNLIKELY (!g_mem_initialized))
196 if (G_UNLIKELY (!g_mem_initialized))
221 if (G_UNLIKELY (!g_mem_initialized))
399 if (G_UNLIKELY (!g_mem_initialized))
garray.c 200 else if (G_UNLIKELY (g_mem_gc_friendly) && length < array->len)
227 if (G_UNLIKELY (g_mem_gc_friendly))
252 if (G_UNLIKELY (g_mem_gc_friendly))
277 if (G_UNLIKELY (g_mem_gc_friendly))
341 if (G_UNLIKELY (g_mem_gc_friendly))
415 if (G_UNLIKELY (g_mem_gc_friendly))
442 if (G_UNLIKELY (g_mem_gc_friendly) && length < array->len)
471 if (G_UNLIKELY (g_mem_gc_friendly))
495 if (G_UNLIKELY (g_mem_gc_friendly))
518 if (G_UNLIKELY (g_mem_gc_friendly)
    [all...]
gmacros.h 253 * The G_LIKELY and G_UNLIKELY macros let the programmer give hints to
271 #define G_UNLIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 0))
274 #define G_UNLIKELY(expr) (expr)
gbsearcharray.h 208 if (G_UNLIKELY (bconfig->flags & G_BSEARCH_ARRAY_ALIGN_POWER2))
229 if (G_UNLIKELY (!barray->n_nodes))
275 if (G_UNLIKELY (bconfig->flags & G_BSEARCH_ARRAY_AUTO_SHRINK))
280 if (G_UNLIKELY (bconfig->flags & G_BSEARCH_ARRAY_ALIGN_POWER2))
gutf8.c     [all...]
gatomic.c 719 if (G_UNLIKELY (CRIS_ATOMIC_BREAKS_CACHELINE (atomic)))
730 if (G_UNLIKELY (CRIS_ATOMIC_BREAKS_CACHELINE (atomic)))
742 if (G_UNLIKELY (CRIS_ATOMIC_BREAKS_CACHELINE (atomic)))
758 if (G_UNLIKELY (CRIS_ATOMIC_BREAKS_CACHELINE (atomic)))
grand.c 178 while G_UNLIKELY (errno == EINTR);
189 while G_UNLIKELY (errno == EINTR);
gutils.h 326 if (G_UNLIKELY (nth_bit < -1))
340 if (nth_bit < 0 || G_UNLIKELY (nth_bit > GLIB_SIZEOF_LONG * 8))
ghash.c 196 if (G_UNLIKELY (hash_value <= 1))
269 if (G_UNLIKELY (hash_value <= 1))
    [all...]
guniprop.c 405 if (G_UNLIKELY (c == 0x00AD))
408 if (G_UNLIKELY (ISZEROWIDTHTYPE (TYPE (c))))
411 if (G_UNLIKELY ((c >= 0x1160 && c < 0x1200) ||
    [all...]
gstrfuncs.c 729 if (G_UNLIKELY (!*s))
792 if (G_UNLIKELY (overflow))
    [all...]
giochannel.c 138 if (G_UNLIKELY (is_zero))
    [all...]
goption.c 131 if (G_UNLIKELY (g_unichar_iszerowidth (c)))
    [all...]
gutils.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 123 if (!buffer || priv->unlocked || G_UNLIKELY(!GST_IS_BUFFER(buffer))) {
154 if (G_UNLIKELY(!GST_BUFFER_CAPS(buffer))) {
162 if (G_UNLIKELY(!gst_video_format_parse_caps(caps, &format, &width, &height))) {
178 if (G_UNLIKELY(!newBuffer)) {
WebKitWebSourceGStreamer.cpp 480 if (G_UNLIKELY(ret == GST_STATE_CHANGE_FAILURE)) {
  /external/bluetooth/glib/gmodule/
gmodule.c 343 if (G_UNLIKELY (!module_debug_initialized))
  /external/bluetooth/glib/gobject/
gparam.c 225 if (G_UNLIKELY (is_zero))
    [all...]
gtype.c     [all...]
gsignal.c 595 if (G_UNLIKELY (is_zero))
    [all...]

Completed in 1421 milliseconds