HomeSort by relevance Sort by last modified time
    Searched defs:cmp_func (Results 1 - 7 of 7) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 191 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 191 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/go/darwin-x86/test/bench/shootout/
k-nucleotide.c 94 cmp_func(gconstpointer a, gconstpointer b) function
108 *lst = g_list_insert_sorted(*lst, data, cmp_func);
  /prebuilts/go/linux-x86/test/bench/shootout/
k-nucleotide.c 94 cmp_func(gconstpointer a, gconstpointer b) function
108 *lst = g_list_insert_sorted(*lst, data, cmp_func);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 191 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 191 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /external/libexif/libexif/
exif-data.c 484 cmp_func (const unsigned char *p1, const unsigned char *p2, ExifByteOrder o) function
495 return cmp_func ((const unsigned char *) elem1,
502 return cmp_func ((const unsigned char *) elem1,
    [all...]

Completed in 990 milliseconds