Home
last modified time | relevance | path

Searched refs:n6 (Results 1 – 20 of 20) sorted by relevance

/external/qemu/slirp-android/
Dtcp_subr.c767 u_int n1, n2, n3, n4, n5, n6; in tcp_emu() local
825 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
830 lport = (n5 << 8) | (n6); in tcp_emu()
835 n6 = so->so_faddr_port; in tcp_emu()
837 n5 = (n6 >> 8) & 0xff; in tcp_emu()
838 n6 &= 0xff; in tcp_emu()
850 n1, n2, n3, n4, n5, n6, x==7?buff:""); in tcp_emu()
857 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
862 lport = (n5 << 8) | (n6); in tcp_emu()
867 n6 = so->so_faddr_port; in tcp_emu()
[all …]
/external/qemu/slirp/
Dtcp_subr.c612 u_int n1, n2, n3, n4, n5, n6; in tcp_emu() local
970 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
975 lport = htons((n5 << 8) | (n6)); in tcp_emu()
980 n6 = ntohs(so->so_fport); in tcp_emu()
982 n5 = (n6 >> 8) & 0xff; in tcp_emu()
983 n6 &= 0xff; in tcp_emu()
995 n1, n2, n3, n4, n5, n6, x==7?buff:""); in tcp_emu()
1002 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
1007 lport = htons((n5 << 8) | (n6)); in tcp_emu()
1012 n6 = ntohs(so->so_fport); in tcp_emu()
[all …]
/external/webkit/LayoutTests/fast/dom/HTMLFontElement/
Dsize-attribute-expected.txt29 PASS fontSizeAttributeEffect("\n6") is "32px"
47 PASS fontSizeAttributeEffect("\n+\n6") is null
53 PASS fontSizeAttributeEffect("\n-\n6") is null
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp6.cpp18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
19 alignas(8) extern int n6; // expected-note {{declared with 'alignas' attribute here}}
Dp5.cpp8 alignas(1) alignas(4) int n6 alignas(2); // ok variable
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll58 %n6 = sub i32 0, %a6
59 %t6 = icmp ugt i32 %n6, -4
60 %m6 = select i1 %t6, i32 %n6, i32 -4
/external/llvm/unittests/IR/
DMetadataTest.cpp97 MDNode *n6 = MDNode::getIfExists(Context, c2); in TEST_F() local
106 EXPECT_EQ(n6, (Value*)0); in TEST_F()
/external/openssl/crypto/ec/
Decp_smpl.c649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ec_GFp_simple_add() local
677 n6 = BN_CTX_get(ctx); in ec_GFp_simple_add()
678 if (n6 == NULL) goto end; in ec_GFp_simple_add()
725 if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end; in ec_GFp_simple_add()
731 if (BN_is_zero(n6)) in ec_GFp_simple_add()
774 if (!field_sqr(group, n0, n6, ctx)) goto end; in ec_GFp_simple_add()
786 if (!field_mul(group, n0, n0, n6, ctx)) goto end; in ec_GFp_simple_add()
/external/v8/test/mjsunit/
Dlarge-object-allocation.js201 this.n6 = i;
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp78 constexpr int **n6 = const_cast<int**>(&n3); variable
80 constexpr int n8 = **n6;
278 constexpr bool n6 = 0 > &y; // expected-error {{must be initialized by a constant expression}} variable
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp233 …constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value… variable
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kpr.pkb93 …���w����������6�����������6��6��#6�����86����G6��I6����������n6��p6��t6�� ���6���6�…
Dfr-FR_kdt_posp.pkb38 ��aIah ;�*Մ�����C�{Yop�0����:���;�n6H�9h�!nˑ�kQԱ�-n6"Cv�%>5n� ���JcV�&Sƭ�C�kt}n6 [�Z�t…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_dur.pkb627 KĬK�LDÃ�-p�(D�����3 3� MDMcƒSmSu��;�n6Ã+pM�ð��I@���%��0����ݦ��Cj���X?^l�����>����
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_lexpos.utf1275 ADV^N "ferner" "'fE^6n6"
1956 N "afrikaner" "?afri'ka:n6"
2231 N "erwiesenermassen" "?E^6'vi:z@n6,mas=n"
2538 N "massenerwerbslosigkeit" "'mas@n6,vE^6ps,lo:zICka_it"
3080 N "zugegebenermassen" "'t_su:g@,ge:b@n6,mas=n"
3100 N "¦" "?Unt6,brOx@n6'zENkrECt6'StrIC"
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvideo.rtpdump321 �e�?%t�ǀ���}��|V�"F`>�ʔϯB�U�O�߲ש7�|<�F3 �$��\�<��l�n6���q���/���[P�J��a5�{�W��ݺ�e�ui�C��…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb4194 �� ������OLO :&UquHOM8K?`n6-JZ8>E=f�fU}gg����DOHL[VfYY[P�u]�a:8EGJSWVlj[klv�DFDB?MF��#7,�f�…
/external/quake/quake/src/WinQuake/data/
DTECHINFO.TXT1343 AT&m0&n6&a0&r1&h0&k0&i0&s0&b1x1
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb1099  �{���/��0k�Yְ������� ����)�� ��>�� �h ���+?;<>SiG~jVML9?VCOLn@n6;@&JdGorie`i||��…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf1683 ADV^NEG "ne" "n6"