HomeSort by relevance Sort by last modified time
    Searched refs:slotptr (Results 1 - 6 of 6) sorted by null

  /external/u-boot/fs/fat/
fat_write.c 145 * Set the file name information from 'name' into 'slotptr',
147 static int str2slot(dir_slot *slotptr, const char *name, int *idx)
153 slotptr->name0_4[j] = 0;
154 slotptr->name0_4[j + 1] = 0;
158 slotptr->name0_4[j] = name[*idx];
164 slotptr->name5_10[j] = 0;
165 slotptr->name5_10[j + 1] = 0;
169 slotptr->name5_10[j] = name[*idx];
175 slotptr->name11_12[j] = 0;
176 slotptr->name11_12[j + 1] = 0
224 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; local
276 dir_slot *slotptr = (dir_slot *)(*retdent); local
    [all...]
fat.c 422 * Extract the file name information from 'slotptr' into 'l_name',
426 static int slot2str(dir_slot *slotptr, char *l_name, int *idx)
431 l_name[*idx] = slotptr->name0_4[j];
437 l_name[*idx] = slotptr->name5_10[j];
443 l_name[*idx] = slotptr->name11_12[j];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 6076 slotptr(PyTypeObject *type, int ioffset) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 6026 slotptr(PyTypeObject *type, int ioffset) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 6236 slotptr(PyTypeObject *type, int ioffset) function
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 6984 slotptr(PyTypeObject *type, int ioffset) function
    [all...]

Completed in 120 milliseconds