HomeSort by relevance Sort by last modified time
    Searched full:thelength (Results 1 - 5 of 5) sorted by null

  /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...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 262 SPIRVConstant* TheLength)
264 Length(TheLength->getId()){
SPIRVType.h 297 SPIRVConstant* TheLength);

Completed in 286 milliseconds