Searched defs:compare (Results 1 - 14 of 14) sorted by relevance

/device/google/marlin/power/
H A Dlist.h33 int (*compare)(void *data1, void *data2); member in struct:list_node
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
H A Dstacktest.py12 def compare(a, b): function
39 compare(a, b)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Dcmptree.py32 compare(local, remote, mode)
50 def compare(local, remote, mode): function
126 compare(local, remote, mode)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dtreesync.py105 compare(s, m)
109 def compare(slave, master): function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dst.h20 int (*compare)(); member in struct:st_hash_type
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddifflib.py110 uses SequenceMatcher both to compare sequences of lines, and to compare
249 second sequence, so if you want to compare one sequence S against
275 second sequence, so if you want to compare one sequence S against
515 # block so lengthened remains the block to compare against.
520 # new block to compare against.
770 SequenceMatcher both to compare sequences of lines, and to compare
818 Finally, we compare the two:
820 >>> result = list(d.compare(text
884 def compare(self, a, b): member in class:Differ
[all...]
H A Dpstats.py242 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
463 each tuple-index. The compare functions can then be used as the function
470 def compare (self, left, right): member in class:TupleComp
H A Ddecimal.py916 def compare(self, other, context=None): member in class:Decimal
2794 It's pretty much like compare(), but all NaNs signal, with signaling
2801 return self.compare(other, context=context)
2806 This is not like the standard compare, which use their numerical
2824 # compare payloads as though they're integers
3985 def compare(self, a, b): member in class:Context
3999 >>> ExtendedContext.compare(Decimal('2.1'), Decimal('3'))
4001 >>> ExtendedContext.compare(Decimal('2.1'), Decimal('2.1'))
4003 >>> ExtendedContext.compare(Decimal('2.1'), Decimal('2.10'))
4005 >>> ExtendedContext.compare(Decima
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_sort.py9 def check(tag, expected, raw, compare=None):
16 if compare:
17 raw.sort(compare)
194 def compare(x, y): function in function:TestDecorateSortUndecorate.test_cmp_and_key_combination
199 data.sort(cmp=compare, key=str.lower)
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
H A Dglob.c161 static int compare(const void *, const void *);
539 compare);
546 compare(const void *p, const void *q) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dlistobject.c75 /* Debug statistic to compare allocations with reuse through the free list */
991 islt(PyObject *x, PyObject *y, PyObject *compare) argument
997 assert(compare != NULL);
1008 res = PyObject_Call(compare, args, NULL);
1037 #define IFLT(X, Y) if ((k = ISLT(X, Y, compare)) < 0) goto fail; \
1052 binarysort(PyObject **lo, PyObject **hi, PyObject **start, PyObject *compare) argument
1053 /* compare -- comparison function object, or NULL for default */
1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending) argument
1173 gallop_left(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare) argument
1264 gallop_right(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare) argument
1366 PyObject *compare; member in struct:s_MergeState
1398 merge_init(MergeState *ms, PyObject *compare) argument
1462 PyObject *compare; local
1594 PyObject *compare; local
1734 PyObject *compare; local
2053 PyObject *compare = NULL; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dbltinmodule.c2218 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; local
2225 kwlist, &seq, &compare, &keyfunc, &reverse))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlistobject.c75 /* Debug statistic to compare allocations with reuse through the free list */
991 islt(PyObject *x, PyObject *y, PyObject *compare) argument
997 assert(compare != NULL);
1008 res = PyObject_Call(compare, args, NULL);
1037 #define IFLT(X, Y) if ((k = ISLT(X, Y, compare)) < 0) goto fail; \
1052 binarysort(PyObject **lo, PyObject **hi, PyObject **start, PyObject *compare) argument
1053 /* compare -- comparison function object, or NULL for default */
1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending) argument
1173 gallop_left(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare) argument
1264 gallop_right(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare) argument
1366 PyObject *compare; member in struct:s_MergeState
1398 merge_init(MergeState *ms, PyObject *compare) argument
1462 PyObject *compare; local
1594 PyObject *compare; local
1734 PyObject *compare; local
2052 PyObject *compare = NULL; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c2207 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; local
2214 kwlist, &seq, &compare, &keyfunc, &reverse))

Completed in 71 milliseconds