Searched refs:go (Results 1 - 25 of 50) sorted by relevance

12

/external/ppp/pppd/
H A Dlcp.c626 lcp_options *go = &lcp_gotoptions[f->unit]; local
631 *go = *wo;
633 go->neg_mrru = 0;
634 go->neg_ssnhf = 0;
635 go->neg_endpoint = 0;
651 lcp_options *go = &lcp_gotoptions[f->unit]; local
664 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
665 LENCILONG(go->neg_asyncmap && go
689 lcp_options *go = &lcp_gotoptions[f->unit]; local
777 lcp_options *go = &lcp_gotoptions[f->unit]; local
933 lcp_options *go = &lcp_gotoptions[f->unit]; local
1326 lcp_options *go = &lcp_gotoptions[f->unit]; local
1486 lcp_options *go = &lcp_gotoptions[f->unit]; local
1876 lcp_options *go = &lcp_gotoptions[f->unit]; local
1925 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c533 ccp_options *go = &ccp_gotoptions[f->unit]; local
536 *go = ccp_wantoptions[f->unit];
540 if (go->mppe) {
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go
676 ccp_options *go = &ccp_gotoptions[f->unit]; local
695 ccp_options *go = &ccp_gotoptions[f->unit]; local
813 ccp_options *go = &ccp_gotoptions[f->unit]; local
902 ccp_options *go = &ccp_gotoptions[f->unit]; local
991 ccp_options *go = &ccp_gotoptions[f->unit]; local
1424 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c679 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
690 *go = *wo;
692 go->ouraddr = 0;
711 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
725 go->neg_addr = 0;
726 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
730 go
754 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
844 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
970 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1191 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1686 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c520 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
528 *go = *wo;
529 eui64_zero(go->hisid); /* last proposed interface identifier */
540 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
545 return (LENCIIFACEID(go->neg_ifaceid) +
546 LENCIVJ(go->neg_vj));
559 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
586 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
588 ADDCIVJ(CI_COMPRESSTYPE, go
607 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
679 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
816 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
895 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1174 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
H A Dipxcp.c75 #define go (&ipxcp_gotoptions[0]) macro
581 *go = *wo;
594 len = go->neg_nn ? CILEN_NETN : 0;
595 len += go->neg_node ? CILEN_NODEN : 0;
596 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
618 if (go->neg_nn) {
621 PUTLONG (go
[all...]
H A Dmultilink.c107 lcp_options *go = &lcp_gotoptions[0]; local
117 if (!go->neg_mrru || !ho->neg_mrru) {
127 if (!go->neg_mrru || !ho->neg_mrru) {
129 if (go->neg_mrru)
186 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
232 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
H A Dauth.c587 * LCP has terminated the link; go to the Dead phase and take the
707 lcp_options *go = &lcp_gotoptions[unit]; local
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
746 if (go->neg_eap) {
749 } else if (go->neg_chap) {
750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
752 } else if (go->neg_upap) {
785 lcp_options *go local
1287 lcp_options *go = &lcp_gotoptions[unit]; local
[all...]
/external/qemu/elff/
H A Ddwarf_cu.cc481 const Elf_Byte* go = stmtl_header_.start; local
482 while (go < stmtl_header_.end) {
483 const Elf_Byte op = *go;
484 go++;
491 go = reinterpret_cast<const Elf_Byte*>
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
494 const Elf_Byte* ex_op_ptr = go;
543 go += op_size.u32;
558 go = reinterpret_cast<const Elf_Byte*>
559 (reinterpret_cast<const Dwarf_Leb128*>(go)
[all...]
/external/webkit/WebCore/page/
H A DHistory.idl42 [DoNotCheckDomainSecurity] void go(in long distance);
H A DHistory.h50 void go(int distance);
H A DHistory.cpp76 void History::go(int distance) function in class:WebCore::History
/external/openssl/crypto/
H A Dmem.c185 long (*go)(void))
193 get_debug_options_func=go;
240 long (**go)(void))
246 if (go != NULL) *go=get_debug_options_func;
181 CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int), void (*r)(void *,void *,int,const char *,int,int), void (*f)(void *,int), void (*so)(long), long (*go)(void)) argument
236 CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int), void (**r)(void *,void *,int,const char *,int,int), void (**f)(void *,int), void (**so)(long), long (**go)(void)) argument
H A Dcrypto.h476 long (*go)(void));
488 long (**go)(void));
/external/openssl/include/openssl/
H A Dcrypto.h476 long (*go)(void));
488 long (**go)(void));
/external/chromium/sdch/open-vcdiff/
H A Dinstall-sh323 *) mkdir_umask=$umask,go-w;;
384 # directory the slow way, step by step, checking for races as we go.
/external/clearsilver/scripts/
H A Ddocument.py89 def go(self): member in class:CParser
286 parser.go()
/external/libpng/
H A Dinstall-sh323 *) mkdir_umask=$umask,go-w;;
384 # directory the slow way, step by step, checking for races as we go.
/external/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm30 ;it won't go out of range (13+16+1=30bits<32bits). This instruction gives the high half
H A Dsixtappredict4x4_neon.asm45 sub r0, r0, #2 ;go back 2 columns of src data
46 sub r0, r0, r1, lsl #1 ;go back 2 lines of src data
261 sub r0, r0, #2 ;go back 2 columns of src data
/external/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm40 ;if x<zbin (q10 & q11 are all 0), go to zero_output
/external/protobuf/gtest/build-aux/
H A Dinstall-sh323 *) mkdir_umask=$umask,go-w;;
384 # directory the slow way, step by step, checking for races as we go.
/external/protobuf/
H A Dinstall-sh323 *) mkdir_umask=$umask,go-w;;
384 # directory the slow way, step by step, checking for races as we go.
/external/webkit/WebCore/css/
H A Dwml.css83 go {
/external/zlib/contrib/masmx86/
H A Dgvmat32.asm253 ; if cur_match > limit, go to exitloop
256 ; if --chain_length != 0, go to exitloop
273 ; if cur_match > limit, go to exitloop
277 ; if --chain_length != 0, go to exitloop
416 ; we go in normalbeg2 because *(ushf*)(match+best_len-1) == scan_end
435 jz begincompare ; if equal, go to long compare
464 je trfin ; go to trfin if not unmatch
486 cmp esi,best_len ; if len > best_len, go newbestlen
/external/chromium/third_party/icu/source/
H A DrunConfigureICU362 echo If the result of the above commands looks okay to you, go to the directory

Completed in 310 milliseconds

12