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

  /external/gptfdisk/
support.cc 136 size_t foundAt = 0;
171 foundAt = suffixes.find(suffix);
172 if (foundAt != string::npos) {
173 bytesPerUnit = UINT64_C(1) << (10 * (foundAt + 1));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 154 @param[in] FoundAt TRUE if there is an at sign ('@') in the authority component.
164 IN BOOLEAN FoundAt,
181 if (FoundAt) {
372 BOOLEAN FoundAt;
396 FoundAt = FALSE;
422 FoundAt = TRUE;
465 Status = NetHttpParseAuthority (Url, FoundAt, Parser);
    [all...]

Completed in 76 milliseconds