Searched refs:rest (Results 26 - 50 of 121) sorted by relevance

12345

/external/linux-tools-perf/util/
H A Dparse-options.c208 const char *rest; local
214 rest = skip_prefix(arg, options->long_name);
216 if (!rest)
218 if (*rest == '=')
220 if (*rest)
225 if (!rest) {
254 rest = skip_prefix(arg + 3, options->long_name);
256 if (!rest && !prefixcmp(options->long_name, arg + 3))
258 if (!rest)
261 if (*rest) {
[all...]
/external/openssl/crypto/bio/
H A Dbss_bio.c190 size_t rest; local
233 rest = size;
235 assert(rest > 0);
240 assert(rest <= peer_b->len);
241 if (peer_b->offset + rest <= peer_b->size)
242 chunk = rest;
262 assert(chunk == rest);
265 rest -= chunk;
267 while (rest);
355 size_t rest; local
[all...]
/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java120 String rest = lexer.getRest();
122 if(rest == null || rest.length() == 0){
129 int stripLen = rest.indexOf(']');
/external/qemu/
H A Dkeymaps.c127 const char *rest = end_of_keysym + 1; local
129 int keycode = strtol(rest, &rest2, 0);
131 if (rest && strstr(rest, "numlock")) {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl196 ($sym,$rest) = ($1,$2);
199 $rest =~ s/[\!].*//;
200 next if $rest =~ /iscombined/; #filter out combined POS
201 if ($rest =~ /.*:PROP.*mapval\s*=\s*(\d+)/) {
/external/libmtp/examples/
H A Dthumb.c52 char *rest; local
63 id = strtoul(optarg, &rest, 0);
H A Dalbumart.c54 char *rest; local
70 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
/external/guava/guava/src/com/google/common/base/
H A DJoiner.java142 A appendable, @Nullable Object first, @Nullable Object second, Object... rest)
144 return appendTo(appendable, iterable(first, second, rest));
203 StringBuilder builder, @Nullable Object first, @Nullable Object second, Object... rest) {
204 return appendTo(builder, iterable(first, second, rest));
252 public final String join(@Nullable Object first, @Nullable Object second, Object... rest) { argument
253 return join(iterable(first, second, rest));
537 final Object first, final Object second, final Object[] rest) {
538 checkNotNull(rest);
541 return rest.length + 2;
551 return rest[inde
141 appendTo( A appendable, @Nullable Object first, @Nullable Object second, Object... rest) argument
202 appendTo( StringBuilder builder, @Nullable Object first, @Nullable Object second, Object... rest) argument
536 iterable( final Object first, final Object second, final Object[] rest) argument
[all...]
/external/stlport/src/
H A Dnum_get_float.cpp345 uint64 rest; /* Remaining guard bits */ local
402 rest = value;
407 rest = value & ((ULL(1)<< 63)-1);
412 rest = value & (((ULL(1) << lead0)-1)-1);
418 if (guard && ((value & 1) || rest) ) {
429 rest = value & ((1 << 10) - 1);
434 /* value&1 guard rest Action
442 if (((value&1)!=0) || (rest!=0)) {
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1)); local
537 /* value&1 guard rest Actio
599 uint64_t rest; local
[all...]
/external/grub/stage2/
H A Dfsys_fat.c294 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; local
343 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
345 *rest = 0;
370 *rest = ch;
476 *(dirname = rest) = ch;
H A Dfsys_ext2fs.c513 char *rest; local
697 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/';
698 rest++);
701 /* invariant: rest points to slash after the next filename component */
702 *rest = 0;
709 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc);
725 *rest = ch;
744 *rest
[all...]
H A Dfsys_jfs.c275 char *ptr, *rest, ch; local
332 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
333 *rest = 0;
370 *(dirname = rest) = ch;
379 *rest = ch;
H A Dfsys_xfs.c544 char *rest, *name, ch; local
591 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
592 *rest = 0;
608 *(dirname = rest) = ch;
617 *rest = ch;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java122 String rest = nextPart.substring(position + off);
124 if (rest == null)
126 // logger.debug("rest = [[" + rest + "]]");
128 ContentImpl content = new ContentImpl(rest, boundary);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java95 public EquivalenceTester<T> addEquivalenceGroup(T first, T... rest) { argument
96 addEquivalenceGroup(Lists.asList(first, rest));
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java200 Object[] rest = new Integer[num];
202 rest[i] = partsArray[i + 2];
205 assertEquals(expected, joiner.join(partsArray[0], partsArray[1], rest));
208 joiner.appendTo(sb3, partsArray[0], partsArray[1], rest);
241 Object[] rest = new Integer[num];
243 rest[i] = partsArray[i + 2];
246 assertEquals(expected, joiner.join(partsArray[0], partsArray[1], rest));
249 joiner.appendTo(sb3, partsArray[0], partsArray[1], rest);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DST.stg83 <rest(alts):{it | el<rewriteTemplateAlt(it)>}>
88 <rest(alts):{it | el<rewriteTemplateAlt(it)>}>
H A DAST.stg185 <rest(alts):{a | el<rewriteAltRest(a)>}; anchor, separator="\n\n">
429 //<else><if (!rest(args))>self._adaptor.createFromType(<tokenType>, <first(args)>)
430 //<else><if (!rest(rest(args)))>self._adaptor.createFromToken(<tokenType>, <first(args)>, <first(rest(args))>)
443 <else><if (!rest(args))>self._adaptor.createFromToken(<token>, <first(args)>)
444 <else><if (!rest(rest(args)))>self._adaptor.createFromToken(<token>, <first(args)>, <first(rest(args))>)
/external/guava/guava/src/com/google/common/collect/
H A DLists.java226 * rest} array will be reflected in the returned list. Unlike {@link
236 * @param rest an array of additional elements, possibly empty
239 public static <E> List<E> asList(@Nullable E first, E[] rest) { argument
240 return new OnePlusArrayList<E>(first, rest);
247 final E[] rest; field in class:Lists.OnePlusArrayList
249 OnePlusArrayList(@Nullable E first, E[] rest) { argument
251 this.rest = checkNotNull(rest);
254 return rest.length + 1;
259 return (index == 0) ? first : rest[inde
281 asList( @ullable E first, @Nullable E second, E[] rest) argument
291 final E[] rest; field in class:Lists.TwoPlusArrayList
293 TwoPlusArrayList(@ullable E first, @Nullable E second, E[] rest) argument
[all...]
/external/llvm/lib/Support/
H A DStringRef.cpp262 StringRef rest = *this;
264 // rest.data() is used to distinguish cases like "a," that splits into
267 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit);
269 std::pair<StringRef, StringRef> p = rest.split(Separators);
273 rest = p.second;
276 if (rest.data() != NULL && (rest.size() != 0 || KeepEmpty))
277 A.push_back(rest);
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs29 which is generally the package summary as the root element with the rest of the
/external/icu4c/common/
H A Dfilterednormalizer2.cpp141 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
143 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
145 first.append(rest);
/external/svox/pico/lib/
H A Dpicodata.c700 picoos_int16 * restdur /* in/out, rest in ms */
704 picoos_int32 fact, rest; local
706 /* calculate rest and factor in number of frames (in PICODATA_PICODATA_PRECISION) */
707 rest = (*restdur) << (PICODATA_PRECISION - frame_duration_exp);
711 rest += fact * inout[i];
712 /* instead of rounding, we carry the rest to the next state */
713 inout[i] = rest >> PICODATA_PRECISION;
714 rest -= inout[i] << PICODATA_PRECISION;
716 (*restdur) = rest >> (PICODATA_PRECISION - frame_duration_exp);
726 picoos_int16 * restdur /* in/out, rest i
730 picoos_int32 fact, rest, out, weighted_sum; local
[all...]
/external/libffi/src/powerpc/
H A Dffi.c426 we use GPR registers, then continues at rest. */
429 valp rest; local
458 rest.ul = stack + 6 + NUM_GPR_ARG_REGISTERS64;
484 next_arg.ul = rest.ul;
495 next_arg.ul = rest.ul;
507 next_arg.ul = rest.ul;
514 next_arg.ul = rest.ul;
529 memcpy (rest.c, *p_argv.c + first, (*ptr)->size - first);
530 next_arg.c = rest.c + words * 8 - first;
544 next_arg.ul = rest
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc168 size_t rest = buf->Length() - length_; local
169 while (buf->Length() > rest) {
183 if (buf->Length() != rest) {
185 LOG(LERROR) << "wrong message length (" << rest << " != " << buf->Length()

Completed in 3406 milliseconds

12345