Searched refs:cur (Results 1 – 6 of 6) sorted by relevance
109 float adjDelta(float cur, float minStep, float maxStep) { in adjDelta() argument110 cur += (Math.random()*minStep) - (minStep/2); in adjDelta()111 if (cur < 0 && cur > -minStep) cur = -minStep; in adjDelta()112 if (cur >= 0 && cur < minStep) cur = minStep; in adjDelta()113 if (cur > maxStep) cur = maxStep; in adjDelta()114 if (cur < -maxStep) cur = -maxStep; in adjDelta()115 return cur; in adjDelta()
77 StackNode<T>* cur = head_; in pop() local78 head_ = cur->next_; in pop()79 T res = static_cast<T&&>(cur->value_); in pop()80 delete cur; in pop() local
54 cur = stack.pop()56 if not out_dir_pattern.match(cur):57 source_files.append(cur)59 build = graph.get(cur)
627 String cur = tok.nextToken(); in commandLineSplit() local628 if (!insideQuote && cur.startsWith("\"")) { in commandLineSplit()630 quotedWord.append(replaceQuotedChars(cur)); in commandLineSplit()634 if (cur.endsWith("\"")) { in commandLineSplit()636 quotedWord.append(" ").append(replaceQuotedChars(cur)); in commandLineSplit()642 quotedWord.append(" ").append(replaceQuotedChars(cur)); in commandLineSplit()645 result.add(replaceQuotedChars(cur)); in commandLineSplit()
1539 int cur = (temp & 0xFF); in parseContentType() local1541 if (cur < TEXT_MIN) { in parseContentType()1576 } else if (cur <= TEXT_MAX) { in parseContentType()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...