HomeSort by relevance Sort by last modified time
    Searched defs:cmp_func (Results 1 - 8 of 8) 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/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/syslinux/core/fs/btrfs/
btrfs.c 40 typedef int (*cmp_func)(const void *ptr1, const void *ptr2); typedef
43 static int bin_search(void *ptr, int item_size, void *cmp_item, cmp_func func,
101 (cmp_func)btrfs_comp_chunk_map, 0,
129 (cmp_func)btrfs_comp_chunk_map, 0,
255 key, (cmp_func)btrfs_comp_keys,
272 key, (cmp_func)btrfs_comp_keys,
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 1674 PyObject *cmp_func; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 1650 PyObject *cmp_func; local
    [all...]

Completed in 629 milliseconds