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

  /external/python/cpython3/Python/
dynload_win.c 237 int theLength; /* Length of error text */
241 theLength = FormatMessageW(
255 if (theLength == 0) {
262 if (theLength >= 2 &&
263 theInfo[theLength-2] == '\r' &&
264 theInfo[theLength-1] == '\n') {
265 theLength -= 2;
266 theInfo[theLength] = '\0';
274 theLength));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 210 int theLength; /* Length of error text */
214 theLength = FormatMessage(
226 if (theLength == 0) {
234 if (theLength >= 2 &&
235 theInfo[theLength-2] == '\r' &&
236 theInfo[theLength-1] == '\n') {
237 theLength -= 2;
238 theInfo[theLength] = '\0';
  /external/python/cpython2/Python/
dynload_win.c 210 int theLength; /* Length of error text */
214 theLength = FormatMessage(
226 if (theLength == 0) {
234 if (theLength >= 2 &&
235 theInfo[theLength-2] == '\r' &&
236 theInfo[theLength-1] == '\n') {
237 theLength -= 2;
238 theInfo[theLength] = '\0';
  /external/python/cpython2/Mac/Modules/snd/
_Sndmodule.c 133 short theLength;
136 &theLength))
139 theLength,
193 PyDoc_STR("(short theLength) -> (SCStatus theStatus)")},
496 short theLength;
499 &theLength))
501 _err = SndManagerStatus(theLength,
998 PyDoc_STR("(short theLength) -> (SMStatus theStatus)")},
    [all...]

Completed in 454 milliseconds