Home
last modified time | relevance | path

Searched defs:o2 (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.h20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2)) argument
22 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2) argument
Dlcode.c729 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith() local
749 int o2 = luaK_exp2RK(fs, e2); in codecomp() local
Dlapi.c288 StkId o2 = index2addr(L, index2); in lua_rawequal() local
295 StkId o2; /* 2nd operand */ in lua_arith() local
317 StkId o1, o2; in lua_compare() local
Dlobject.h150 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2)) argument
369 #define ttisequal(o1,o2) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c362 structseq_richcompare(PyObject *obj, PyObject *o2, int op) in structseq_richcompare()
Dabstract.c33 PyObject_Cmp(PyObject *o1, PyObject *o2, int *result) in PyObject_Cmp()
Dstringobject.c1254 _PyString_Eq(PyObject *o1, PyObject *o2) in _PyString_Eq()
Dunicodeobject.c4463 int o1, o2, o3, i2, i3; in PyUnicode_BuildEncodingMap() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c361 structseq_richcompare(PyObject *obj, PyObject *o2, int op) in structseq_richcompare()
Dabstract.c33 PyObject_Cmp(PyObject *o1, PyObject *o2, int *result) in PyObject_Cmp()
Dstringobject.c1249 _PyString_Eq(PyObject *o1, PyObject *o2) in _PyString_Eq()
Dunicodeobject.c4378 int o1, o2, o3, i2, i3; in PyUnicode_BuildEncodingMap() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1203 PyObject *o1 = PyObject_Str(NULL), *o2 = PyObject_Unicode(NULL); in test_null_strings() local
Ddatetimemodule.c1024 PyObject *o2, int *offset2, naivety *n2, in classify_two_utcoffsets()
Dposixmodule.c2581 PyObject *o1, *o2; in posix_rename() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c1024 PyObject *o2, int *offset2, naivety *n2, in classify_two_utcoffsets()