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

  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 193 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
198 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /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/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_callbacks.py 187 def cmp_func(a, b): function in function:SampleCallbacksTestCase.test_issue_8959_a
192 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 488 cmp_func(const void *data1, const void *data2) function
496 return _mesa_set_create(mem_ctx, hash_instr, cmp_func);
  /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...]
  /external/python/cpython2/Objects/
classobject.c 1674 PyObject *cmp_func; local
    [all...]
  /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...]
  /external/python/cpython2/Doc/library/
ctypes.rst     [all...]
  /external/python/cpython3/Doc/library/
ctypes.rst     [all...]

Completed in 535 milliseconds