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

  /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 4036 milliseconds