Searched defs:local (Results 251 - 275 of 335) sorted by relevance

<<11121314

/external/qemu/slirp-android/
H A Dslirp.c337 * NOFDREF can include still connecting to local-host,
1139 SockAddress local, foreign; local
1141 sock_address_init_inet(&local, so->so_laddr_ip, so->so_laddr_port);
1144 &local, &foreign);
/external/qemu/ui/
H A Dvnc-android.c2008 char local[13]; local
2010 memcpy(local, version, 12);
2011 local[12] = 0;
2013 if (sscanf(local, "RFB %03d.%03d\n", &vs->major, &vs->minor) != 2) {
2014 VNC_DEBUG("Malformed protocol version %s\n", local);
H A Dvnc.c2001 char local[13]; local
2003 memcpy(local, version, 12);
2004 local[12] = 0;
2006 if (sscanf(local, "RFB %03d.%03d\n", &vs->major, &vs->minor) != 2) {
2007 VNC_DEBUG("Malformed protocol version %s\n", local);
/external/strace/
H A Dstrace.c636 time_t local = tv.tv_sec; local
637 strftime(str, sizeof(str), "%T", localtime(&local));
/external/zlib/src/contrib/minizip/
H A Dunzip.c90 #ifndef local
91 # define local static macro
128 ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */
146 ZPOS64_T offset_local_extrafield;/* offset of the local extra field */
147 uInt size_local_extrafield;/* size of the local extra field */
148 ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/
207 local int unz64local_getByte OF((
212 local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi)
234 local int unz64local_getShort OF((
239 local in
[all...]
H A Dzip.c44 #ifndef local
45 # define local static macro
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
189 local linkedlist_datablock_internal* allocate_new_datablock()
203 local void free_datablock(linkedlist_datablock_internal* ldi)
213 local void init_linkedlist(linkedlist_data* ll)
218 local void free_linkedlist(linkedlist_data* ll)
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local in
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp1197 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h206 } local; member in union:PRNetAddr
223 PR_SockOpt_Reuseaddr, /* allow local address reuse */
250 PRNetAddr ifaddr; /* local IP address of interface */
262 PRBool reuse_addr; /* Allow local address reuse */
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c91 /* FIX: we don't handle multiple link local scopes */
1470 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1519 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1539 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1577 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
1706 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
3250 /* sctp_ifap is used to bypass normal local address validation checks */
3880 * freeing. a) Any local list
1469 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote, struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp1197 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
/external/iproute2/include/linux/
H A Dxfrm.h444 xfrm_address_t local; member in struct:xfrm_user_kmaddress
/external/iproute2/misc/
H A Dss.c433 inet_prefix local; member in struct:tcpstat
709 if (s->local.family == AF_UNIX) {
711 memcpy(&p, s->local.data, sizeof(p));
715 if (s->local.family == AF_PACKET)
716 return s->lport == 0 && s->local.data == 0;
717 if (s->local.family == AF_NETLINK)
749 return unix_match(&s->local, &a->addr);
754 if (!inet2_addr_match(&s->local, &a->addr, a->addr.bitlen))
1198 s.local.family = s.remote.family = family;
1200 sscanf(loc, "%x:%x", s.local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h449 xfrm_address_t local; member in struct:xfrm_user_kmaddress
/external/netperf/
H A Dnettest_bsd.c33 /* loc_cpu_rate() determine the local cpu maxrate */
166 lss_size_req = -1, /* requested local socket send buffer size */
167 lsr_size_req = -1, /* requested local socket recv buffer size */
168 lss_size, /* local socket send buffer size */
169 lsr_size, /* local socket recv buffer size */
197 local_connected = 0, /* local socket type, connected/non-connected */
434 -P local[,remote] Set the local/remote port for the data socket\n\
436 -s send[,recv] Set local socket send/recv buffer sizes\n\
722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, cha
718 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) argument
[all...]
/external/ppp/pppd/
H A Dsys-linux.c231 /* Prototypes for procedures local to this file. */
898 * at the requested speed, etc. If `local' is true, set CLOCAL
902 void set_up_tty(int tty_fd, int local) argument
926 if (local || !modem)
1680 * as our local address.
2454 * sif6addr - Config the interface with an IPv6 link-local address
/external/qemu/telephony/
H A Dandroid_modem.c1892 struct tm utc, local; local
1900 local = *localtime( &now );
1902 e_local = local.tm_min + 60*(local.tm_hour + 24*local.tm_yday);
1905 if ( utc.tm_year < local.tm_year )
1907 else if ( utc.tm_year > local.tm_year )
1943 (local.tm_isdst > 0),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c982 * @localName: the local name
2672 xmlChar *local = NULL; local
2681 local = xmlSplitQName2(value, &prefix);
2685 if (local != NULL)
2686 xmlFree(local);
2697 if (local != NULL)
2698 xmlFree(local);
2701 if (local != NULL)
2702 v->value.qname.name = local;
2709 if (local !
2848 xmlChar *local = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2373 const NDRange& local);
2378 const NDRange& local);
2940 const NDRange& local,
2949 local.dimensions() != 0 ? (const ::size_t*) local : NULL,
3143 const NDRange& local) :
3148 local_(local),
3359 const NDRange& local)
3361 return KernelFunctor(*this,queue,offset,global,local);
3367 const NDRange& local)
2936 enqueueNDRangeKernel( const Kernel& kernel, const NDRange& offset, const NDRange& global, const NDRange& local, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
3138 KernelFunctor( const Kernel& kernel, const CommandQueue& queue, const NDRange& offset, const NDRange& global, const NDRange& local) argument
3355 bind( const CommandQueue& queue, const NDRange& offset, const NDRange& global, const NDRange& local) argument
3364 bind( const CommandQueue& queue, const NDRange& global, const NDRange& local) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c88 * `paramlen', `rotate' and `unique' are local to the invocation.
285 "%local",
335 "ifndef", "include", "local"
1553 /* Expand local macros here and not during preprocessing */
2582 /* TASM like LOCAL directive to define local variables for a
2588 * required by TASM to define the local parameter size (and used
2594 char *local, directive[256]; local
2604 "`%%local' missing argument parameter");
2608 local = tline->text;
2616 "Syntax error processing `%%local' directiv
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc192 // Possibly allocate a local context.
248 // Load this again, if it's used by the local context below.
723 // Adjust by a (parameter or local) base offset.
815 // local context.
1485 Variable* local = var->local_if_not_shadowed(); local
1486 __ ldr(r0, ContextSlotOperandCheckExtensions(local, slow));
1487 if (local->mode() == LET || local->mode() == CONST ||
1488 local->mode() == CONST_LEGACY) {
1490 if (local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc249 // Load this again, if it's used by the local context below.
716 // Adjust by a (parameter or local) base offset.
809 // local context.
1464 Variable* local = var->local_if_not_shadowed(); local
1465 __ Ldr(x0, ContextSlotOperandCheckExtensions(local, slow));
1466 if (local->mode() == LET || local->mode() == CONST ||
1467 local->mode() == CONST_LEGACY) {
1469 if (local->mode() == CONST_LEGACY) {
1865 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc185 // Possibly allocate a local context.
668 // Adjust by a (parameter or local) base offset.
755 // local context.
1409 Variable* local = var->local_if_not_shadowed(); local
1410 __ mov(eax, ContextSlotOperandCheckExtensions(local, slow));
1411 if (local->mode() == LET || local->mode() == CONST ||
1412 local->mode() == CONST_LEGACY) {
1415 if (local->mode() == CONST_LEGACY) {
1817 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc201 // Possibly allocate a local context.
257 // Load this again, if it's used by the local context below.
714 // Adjust by a (parameter or local) base offset.
806 // local context.
1466 Variable* local = var->local_if_not_shadowed(); local
1467 __ lw(v0, ContextSlotOperandCheckExtensions(local, slow));
1468 if (local->mode() == LET || local->mode() == CONST ||
1469 local->mode() == CONST_LEGACY) {
1472 if (local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc198 // Possibly allocate a local context.
253 // Load this again, if it's used by the local context below.
710 // Adjust by a (parameter or local) base offset.
802 // local context.
1461 Variable* local = var->local_if_not_shadowed(); local
1462 __ ld(v0, ContextSlotOperandCheckExtensions(local, slow));
1463 if (local->mode() == LET || local->mode() == CONST ||
1464 local->mode() == CONST_LEGACY) {
1467 if (local
[all...]

Completed in 2327 milliseconds

<<11121314