Home
last modified time | relevance | path

Searched refs:firstWord (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcpu_linux.cc124 char firstWord[100]; in GetData() local
125 if (sscanf(line, "%s ", firstWord) != 1) { in GetData()
129 if (strncmp(firstWord, "cpu", 3) != 0) { in GetData()
138 firstWord, sUser, sNice, sSystem, sIdle) != 5) { in GetData()
155 if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice, sSystem, in GetData()
186 char firstWord[100]; in GetNumCores() local
192 if (sscanf(line, "%s ", firstWord) != 1) { in GetNumCores()
193 firstWord[0] = '\0'; in GetNumCores()
198 } while (strncmp(firstWord, "cpu", 3) == 0); in GetNumCores()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java91 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
92 if (firstWord.longValue() == -1L) in calculateResidue()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c245 #define firstWord(transcription) transcription macro
380 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
399 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
405 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
/external/chromium_org/third_party/icu/source/i18n/
Dlocdspnm.cpp537 UnicodeString firstWord(result, 0, stopPos); in adjustForUsageAndContext() local
538firstWord.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT); in adjustForUsageAndContext()
539 result.replaceBetween(0, stopPos, firstWord); in adjustForUsageAndContext()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp919 bool firstWord = true; in computePreferredLogicalWidths() local
1069 if (firstWord) { in computePreferredLogicalWidths()
1070 firstWord = false; in computePreferredLogicalWidths()
1128 if ((needsWordSpacing && len > 1) || (ignoringSpaces && !firstWord)) in computePreferredLogicalWidths()