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

  /external/bluetooth/glib/tests/
bit-test.c 15 if (G_LIKELY (nth_bit < GLIB_SIZEOF_LONG * 8 - 1))
28 if (G_LIKELY (nth_bit < GLIB_SIZEOF_LONG * 8 - 1))
  /external/bluetooth/glib/glib/
gmem.c 127 if (G_LIKELY (n_bytes))
147 if (G_LIKELY (n_bytes))
168 if (G_LIKELY (n_bytes))
189 if (G_LIKELY (mem))
198 if (G_LIKELY (n_bytes))
223 if (G_LIKELY (n_bytes))
gmacros.h 253 * The G_LIKELY and G_UNLIKELY macros let the programmer give hints to
270 #define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 1))
273 #define G_LIKELY(expr) (expr)
gbsearcharray.h 173 return G_LIKELY (!sibling_or_after) ? NULL : (sibling_or_after > 1 && cmp > 0) ? check + sizeof_node : check;
180 return (G_LIKELY (nth < barray->n_nodes) ?
237 if (G_LIKELY (node))
257 if (G_LIKELY (node)) /* expected path */
gmessages.h 243 #define g_warn_if_fail(expr) do { if G_LIKELY (expr) ; else \
258 if G_LIKELY(expr) { } else \
267 if G_LIKELY(expr) { } else \
gslice.c 129 #define mem_assert(cond) do { if (G_LIKELY (cond)) ; else mem_error ("assertion failed: %s", #cond); } while (0)
351 if (G_LIKELY (aligned_chunk_size && aligned_chunk_size <= allocator->max_slab_chunk_size_for_magazine_cache))
778 if (G_LIKELY (mag->count > 0))
805 if (G_LIKELY (acat == 1)) /* allocate through magazine layer */
860 if (G_LIKELY (acat == 1)) /* allocate through magazine layer */
    [all...]
gtestutils.h 67 #define g_assert(expr) do { if G_LIKELY (expr) ; else \
gutils.h 354 return G_LIKELY (number) ?
gthread.h 344 if G_LIKELY ((gpointer) g_atomic_pointer_get (value_location) != NULL)
  /external/bluetooth/glib/gio/
gmount.c 721 if (G_LIKELY (private != NULL))
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 789 if (G_LIKELY(!convertToUTF16))
  /external/bluetooth/glib/gobject/
gobject.c     [all...]

Completed in 100 milliseconds