HomeSort by relevance Sort by last modified time
    Searched refs:tos (Results 226 - 250 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/netinet/
ip.h 107 * mapped to the lower 2 bits of the TOS field.
241 uint8_t tos; member in struct:iphdr
  /external/v8/src/
platform.h 685 tos(NULL),
693 Address tos; // Top stack value (*sp). member in union:v8::internal::TickSample::__anon15902
code-stubs.h 1065 explicit ToBooleanStub(Register tos, Types types = Types())
1066 : tos_(tos), types_(types) { }
    [all...]
  /external/ping/
ping.c 74 #define TOS_MAX 255 /* 8-bit TOS field */
85 int settos = 0; /* Set TOS, Precendence or other QOS options */
1184 printf("Vr HL TOS Len ID Flg off TTL Pro cks Src Dst Data\n");
1186 ip->version, ip->ihl, ip->tos, ip->tot_len, ip->id);
1217 /* Set Type of Service (TOS) and other Quality of Service relating bits */
1221 int tos; local
1227 tos = (int)strtol(cp, &ep, 16);
1229 tos = (int)strtol(str, &ep, 10);
1233 fprintf(stderr, "ping: \"%s\" bad value for TOS\n", str);
1237 if (tos > TOS_MAX)
    [all...]
  /external/iptables/libiptc/
libip6tc.c 177 printf("TOS: %u\n", e->ipv6.tos);
219 || a->ipv6.tos != b->ipv6.tos
  /external/srec/tools/grxmlcompile/
sub_min.cpp 65 int fix, six, fnxt, snxt, tof, tos, count; local
98 tos= arc[forwardList[six]]->GetToId();
100 // printf ("Debug inner %d %d, %d %d\n", tof, tos, equivMap[tof], equivMap[tos]);
103 // if (tos >= 0)
104 // assert (tos == equivMap[tos]);
108 || tos != tof)
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 126 $("#tos").fadeIn('slow');
143 $("#tos").fadeOut('slow');
386 $("#tos").fadeIn('fast');
395 /* verify that the TOS is agreed and a bit version is chosen */
418 $("h1#tos-header").text('Get Ready to Code!');
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 125 $("#tos").fadeIn('slow');
142 $("#tos").fadeOut('slow');
385 $("#tos").fadeIn('fast');
394 /* verify that the TOS is agreed and a bit version is chosen */
417 $("h1#tos-header").text('Get Ready to Code!');
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 152 $("#tos").fadeIn('slow');
169 $("#tos").fadeOut('slow');
412 $("#tos").fadeIn('fast');
421 /* verify that the TOS is agreed and a bit version is chosen */
444 $("h1#tos-header").text('Get Ready to Code!');
  /external/libppp/src/
ncp.c 110 ncp->cfg.urgent.tos = 1;
489 prompt_Printf(arg->prompt, "\n TOS: %s\n\n",
490 ncp->cfg.urgent.tos ? "yes" : "no");
  /external/qemu/slirp-android/
udp.c 428 while(udptos[i].tos) {
432 return udptos[i].tos;
tcp_subr.c 708 * Return TOS according to the above table
716 while(tcptos[i].tos) {
720 return tcptos[i].tos;
730 return emup->tos;
752 * XXX Some ftp clients will have their TOS set to
  /external/android-clat/
dump.c 49 printf("tos = %x\n",header->tos);
translate.c 138 ip->tos = 0;
  /system/core/libnetutils/
packet.c 102 ip.tos = 0;
  /external/qemu/slirp/
udp.c 384 while(udptos[i].tos) {
388 return udptos[i].tos;
tcp_subr.c 552 * Return TOS according to the above table
560 while(tcptos[i].tos) {
564 return tcptos[i].tos;
574 return emup->tos;
597 * XXX Some ftp clients will have their TOS set to
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 47 sample->tos = frame1;
245 sample->tos = 0;
test-profile-generator.cc 600 sample1.tos = ToAddress(0x1500);
606 sample2.tos = ToAddress(0x1900);
614 sample3.tos = ToAddress(0x1500);
  /external/valgrind/main/VEX/useful/
hd_fpu.c 260 void fp_set_tos ( UInt tos )
262 if (tos < 0 || tos > 7) panic("fp_set_tos");
266 m_fpu_state.env[FP_ENV_STAT] |= (tos << FP_F_TOS_LO);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 881 int tos = 224; // VOICE local
882 res = setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 749 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
765 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 822 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 735 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
751 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 724 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
739 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
    [all...]

Completed in 1214 milliseconds

1 2 3 4 5 6 7 8 91011