Home
last modified time | relevance | path

Searched defs:initial (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvswprintf.c45 static const mbstate_t initial = { 0 }; in vswprintf() local
Dvswscanf.c68 static const mbstate_t initial = { 0 }; in vswscanf() local
Dvfwprintf.c202 static const mbstate_t initial = { 0 }; in __xfputwc() local
423 static const mbstate_t initial = { 0 }; in __mbsconv() local
496 static const mbstate_t initial = { 0 }; in __wcsconv() local
1000 static const mbstate_t initial = { 0 }; in WDECL() local
Dvfwscanf.c163 static const mbstate_t initial = { 0 }; in __vfwscanf_unlocked() local
Dvfscanf.c175 static const mbstate_t initial = { 0 }; in __svfscanf_unlocked() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c2055 clear_handlers(xmlparseobject *self, int initial) in clear_handlers()
Darraymodule.c1932 PyObject *initial = NULL, *it = NULL; in array_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c2035 clear_handlers(xmlparseobject *self, int initial) in clear_handlers()
Darraymodule.c1917 PyObject *initial = NULL, *it = NULL; in array_new() local
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c273 static bool resetDownloadState(bool initial, bool erase) in resetDownloadState()