HomeSort by relevance Sort by last modified time
    Searched refs:ho (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.h 44 AKFVEC* ho
AKFS_AOC.c 234 AKFVEC* ho /*!< (i/o) : offset */
307 *ho = mean;
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 39 JniCs(JniHdf ho) {
41 this.localHDF = ho;
42 csptr = _init(ho.hdfptr);
45 JniCs(JniHdf ho, JniHdf global) {
46 this(ho);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug021.go 11 s2 := "ho";
  /prebuilts/go/linux-x86/test/fixedbugs/
bug021.go 11 s2 := "ho";
  /external/ppp/pppd/
ipxcp.c 76 #define ho (&ipxcp_hisoptions[0]) macro
810 ! compare_node (p, ho->his_node))
1009 BZERO(ho, sizeof(*ho));
1047 ho->his_network = cinetwork;
1048 ho->neg_nn = 1;
1087 copy_node (p, ho->his_node);
1088 ho->neg_node = 1;
1093 if (zero_node (ho->his_node)) {
1103 if (compare_node (wo->his_node, ho->his_node))
    [all...]
ipcp.c 729 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
741 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
746 if (ho->neg_vj && ho->old_vj) {
749 go->vj_protocol = ho->vj_protocol;
1426 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
1788 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
    [all...]
ccp.c 1078 ccp_options *ho = &ccp_hisoptions[f->unit]; local
1089 memset(ho, 0, sizeof(ccp_options));
1090 ho->method = (len > 0)? p[0]: -1;
1110 MPPE_CI_TO_OPTS(&p[2], ho->mppe);
1113 if (ho->mppe & MPPE_OPT_UNSUPPORTED) {
1115 ho->mppe &= ~MPPE_OPT_UNSUPPORTED;
1117 if (ho->mppe & MPPE_OPT_UNKNOWN) {
1119 ho->mppe &= ~MPPE_OPT_UNKNOWN;
1123 if (ho->mppe & MPPE_OPT_STATEFUL) {
1138 if ((ho->mppe & MPPE_OPT_128
1429 ccp_options *ho = &ccp_hisoptions[f->unit]; local
    [all...]
lcp.c 1510 lcp_options *ho = &lcp_hisoptions[f->unit]; local
1898 lcp_options *ho = &lcp_hisoptions[f->unit]; local
    [all...]
ipv6cp.c 902 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local
918 BZERO(ho, sizeof(*ho));
985 ho->neg_ifaceid = 1;
986 ho->hisid = ifaceid;
1005 ho->neg_vj = 1;
1006 ho->vj_protocol = cishort;
1059 if (rc != CONFREJ && !ho->neg_ifaceid &&
1173 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local
1182 if (!ho->neg_ifaceid
    [all...]
auth.c 732 lcp_options *ho = &lcp_hisoptions[unit]; local
779 if (ho->neg_eap) {
782 } else if (ho->neg_chap) {
783 chap_auth_with_peer(unit, user, CHAP_DIGEST(ho->chap_mdtype));
785 } else if (ho->neg_upap) {
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 307 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
329 if (ho->neg_vj && ho->old_vj) {
332 go->vj_protocol = ho->vj_protocol;
872 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
897 BZERO(ho, sizeof(*ho));
976 ho->neg_addr = 1;
977 ho->old_addrs = 1;
978 ho->hisaddr = ciaddr1
1223 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
    [all...]
lcp.c 1229 lcp_options *ho = &lcp_hisoptions[f->unit]; local
1643 lcp_options *ho = &lcp_hisoptions[f->unit]; local
    [all...]
auth.c 451 lcp_options *ho = &lcp_hisoptions[unit]; local
494 if (ho->neg_chap) {
495 ChapAuthWithPeer(unit, ppp_settings.user, ho->chap_mdtype);
503 if (ho->neg_upap) {
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog-lib.sh 81 log_socket=$(grep -ho "^\$SystemLogSocketName .*" -r /etc/rsyslog.conf /etc/rsyslog.d/ | head -1)
  /external/ppp/pppd/plugins/radius/
radius.c 892 ipcp_options *ho = &ipcp_hisoptions[0]; local
934 hisaddr = ho->hisaddr;
978 ipcp_options *ho = &ipcp_hisoptions[0]; local
1089 hisaddr = ho->hisaddr;
1126 ipcp_options *ho = &ipcp_hisoptions[0]; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 139 func (ho headerOnlyResponseWriter) Header() Header {
140 return Header(ho)
143 func (ho headerOnlyResponseWriter) Write([]byte) (int, error) {
147 func (ho headerOnlyResponseWriter) WriteHeader(int) {
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 139 func (ho headerOnlyResponseWriter) Header() Header {
140 return Header(ho)
143 func (ho headerOnlyResponseWriter) Write([]byte) (int, error) {
147 func (ho headerOnlyResponseWriter) WriteHeader(int) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 881 GCheader *ho = gch(o); local
882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
888 *p = ho->next; /* remove 'o' from root list */
889 ho->next = g->finobj; /* link it in list 'finobj' */
891 l_setbit(ho->marked, SEPARATED); /* mark it as such */
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 881 GCheader *ho = gch(o); local
882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
888 *p = ho->next; /* remove 'o' from root list */
889 ho->next = g->finobj; /* link it in list 'finobj' */
891 l_setbit(ho->marked, SEPARATED); /* mark it as such */
    [all...]
  /external/v8/src/
string-stream.cc 190 HeapObject* ho = HeapObject::cast(o); local
191 DebugObjectCache* debug_object_cache = ho->GetIsolate()->
objects-debug.cc 261 HeapObject* ho = HeapObject::cast(p); local
262 CHECK(ho->GetHeap()->Contains(ho));
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 762 -host | --host | --hos | --ho)
764 -host=* | --host=* | --hos=* | --ho=*)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /toolchain/binutils/binutils-2.27/etc/
configure 772 -host | --host | --hos | --ho)
774 -host=* | --host=* | --hos=* | --ho=*)
    [all...]

Completed in 641 milliseconds

1 2 3 4