Searched refs:index2 (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 141 index2 = normp.find(sep, index + 1) 144 if index2 == index + 1: 146 if index2 == -1: 147 index2 = len(p) 148 return p[:index2], p[index2:] 176 index2 = normp.find('/', index + 1) 179 if index2 == index + 1: 181 if index2 == -1: 182 index2 = len(p) 183 return p[:index2], p[index2:]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | makeunicodedata.py | 284 index1, index2, shift = splitbins(index, trace) 289 Array("index2", index2).dump(fp, trace) 292 index1, index2, shift = splitbins(decomp_index, trace) 300 Array("decomp_index2", index2).dump(fp, trace) 302 index, index2, shift = splitbins(comp_data, trace) 306 Array("comp_data", index2).dump(fp, trace) 320 index1, index2, shift = splitbins(index, trace) 326 Array("changes_%s_data" % cversion, index2).dump(fp, trace) 458 index1, index2, shift = splitbins(index, trace) 463 Array("index2", index2).dump(fp, trace)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | unicodedata_db.h | 1183 static unsigned short index2[] = { variable
|
D | unicodedata.c | 53 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in _getrecord_ex()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | unicodedata_db.h | 1183 static unsigned short index2[] = { variable
|
D | unicodedata.c | 53 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in _getrecord_ex()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodetype_db.h | 663 static unsigned char index2[] = { variable
|
D | unicodectype.c | 48 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in gettyperecord()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodetype_db.h | 663 static unsigned char index2[] = { variable
|
D | unicodectype.c | 48 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in gettyperecord()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lapi.c | 286 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument 288 StkId o2 = index2addr(L, index2); in lua_rawequal() 316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument 321 o2 = index2addr(L, index2); in lua_compare()
|