Home
last modified time | relevance | path

Searched refs:slotptr (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/fs/fat/
Dfat_write.c147 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot() argument
153 slotptr->name0_4[j] = 0; in str2slot()
154 slotptr->name0_4[j + 1] = 0; in str2slot()
158 slotptr->name0_4[j] = name[*idx]; in str2slot()
164 slotptr->name5_10[j] = 0; in str2slot()
165 slotptr->name5_10[j + 1] = 0; in str2slot()
169 slotptr->name5_10[j] = name[*idx]; in str2slot()
175 slotptr->name11_12[j] = 0; in str2slot()
176 slotptr->name11_12[j + 1] = 0; in str2slot()
180 slotptr->name11_12[j] = name[*idx]; in str2slot()
[all …]
Dfat.c426 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
431 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
437 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
443 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
/external/python/cpython3/Objects/
Dtypeobject.c6984 slotptr(PyTypeObject *type, int ioffset) in slotptr() function
7050 ptr = slotptr(type, (*pp)->offset); in resolve_slotdups()
7075 void **ptr = slotptr(type, offset); in update_one_slot()
7415 ptr = slotptr(type, p->offset); in add_operators()
/external/python/cpython2/Objects/
Dtypeobject.c6236 slotptr(PyTypeObject *type, int ioffset) function
6298 ptr = slotptr(type, (*pp)->offset);
6322 void **ptr = slotptr(type, offset);
6578 ptr = slotptr(type, p->offset);