Home
last modified time | relevance | path

Searched defs:l2 (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/locks/exclusive/
Dspinlock.S41 l2: ldaxr w1, [x0] label
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_glob.py45 def assertSequencesEqual_noorder(self, l1, l2): argument
Dtest_pyclbr.py29 def assertListEq(self, l1, l2, ignore): argument
Dtest_grammar.py299 l2 = lambda : a[d] # XXX just testing the expression function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dsymbols.py411 def list_eq(l1, l2): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py301 l2 = lambda : a[d] # XXX just testing the expression function
Dpy3_test_grammar.py337 l2 = lambda : a[d] # XXX just testing the expression function
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c198 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat()
Dlstrlib.c515 const char *s2, size_t l2) { in lmemfind()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4314 int l1, l2; in PyUnicode_BuildEncodingMap() local
4399 int l2 = (c>>7) & 0xF; in encoding_map_lookup() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c4399 int l1, l2; in PyUnicode_BuildEncodingMap() local
4484 int l2 = (c>>7) & 0xF; in encoding_map_lookup() local