HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 151 - 175 of 478) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/lib/asan/
asan_thread.cc 151 int local = 0; local
152 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
154 &local);
191 int local; local
192 CHECK(AddrIsInStack((uptr)&local));
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 60 * If true, allow one local var to be involved with a collected const.
164 * Each collected constant can be used by just one local
209 * TODO: Might be nice to try and figure out which local
217 // Count one local usage only.
269 * the definition of {@code origReg} is associated with a local
270 * variable, then insert a mark-local for {@code newReg} just below
288 * This is a mark-local. it will be updated when all uses
294 LocalItem local = localAssignment.getLocalItem(); local
299 // Now add a mark-local to the new reg immediately after.
300 newReg = newReg.withLocalItem(local);
    [all...]
NormalSsaInsn.java 73 * the type or local var name so don't update use list
153 LocalItem local = assignment.getLocalItem(); local
155 if (local == null) {
PhiInsn.java 86 * Note that local association of operands are preserved in this step.
106 * @param local {@code null-ok;} new local info, if available
108 public void changeResultType(TypeBearer type, LocalItem local) {
110 getResult().getReg(), type, local)); local
  /external/freetype/src/pfr/
pfrload.c 254 FT_UInt local; local
272 local = 0;
275 local++;
277 local++;
280 local += 3;
284 local++;
286 local++;
289 PFR_CHECK( local );
  /external/icu/icu4c/source/test/cintltst/
utmstest.c 126 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); local
128 if (local != 0) {
129 log_err("utmscale_toInt64(epochOffset, scale, &status): scale = %d epochOffset = %lld, result = %lld.\n", scale, epochOffset, local);
132 local = utmscale_toInt64(0, scale, &status);
134 if (local != -epochOffset) {
135 log_err("utmscale_toInt64(0, scale): scale = %d, result = %lld.\n", scale, local);
  /external/icu/icu4c/source/test/letest/
gendata.cpp 153 struct tm *local = localtime(&now); local
157 strftime(tmString, 64, tmFormat, local);
158 fprintf(outputFile, header, local->tm_year + 1900, tmString);
  /external/iproute2/ip/
ip6tunnel.c 52 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n");
71 char local[64]; local
74 inet_ntop(AF_INET6, &p->laddr, local, sizeof(local));
76 printf("%s: %s/ipv6 remote %s local %s",
77 p->name, tnl_strproto(p->proto), remote, local);
141 } else if (strcmp(*argv, "local") == 0) {
146 invarg("\"local\" address family is AF_UNSPEC", *argv);
  /external/ipsec-tools/
setup.c 112 do_plog(LLV_ERROR, "Cannot get local address\n");
210 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require;
211 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */
213 int protocol, struct sockaddr *local, struct sockaddr *remote)
247 int size = sysdep_sa_len(local);
248 memcpy(policy.addresses, local, size);
280 int size = sysdep_sa_len(local);
282 memcpy(&policy.addresses[size], local, size);
602 struct sockaddr *local = str2saddr(get_env(envp, "LOCAL_ADDR"), local
607 if (addr4 && local && remote)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 26 * Data objects that hold local variables. By definition, local variables are limited to single HDF
38 * Head of the linked list of local variables, starting with the newest variable created.
62 * local variable.
80 // We pushed but created no local variables.
96 LocalVariable local = createLocalVariable(name); local
97 local.value = value;
98 local.isPath = false;
99 local.setEscapeMode(mode);
104 LocalVariable local = createLocalVariable(name) local
113 LocalVariable local = createLocalVariable(name); local
146 LocalVariable local = new LocalVariable(); local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 393 __DRIbuffer *buf, *local; local
418 local = droid_alloc_local_buffer(dri2_surf,
421 if (local) {
422 *buf = *local;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 44 * A symbolic execution stack frame. A stack frame contains a set of local
46 * represented by <i>two</i> slots in local variables, and by <i>one</i> slot
54 * The local variables and operand stack of this frame.
59 * The number of local variables of this frame.
71 * @param nLocals the maximum number of local variables of the frame.
102 * Returns the maximum number of local variables of this frame.
104 * @return the maximum number of local variables of this frame.
111 * Returns the value of the given local variable.
113 * @param i a local variable index.
114 * @return the value of the given local variable.
258 Value local = getLocal(var - 1); local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 108 #ifndef local
109 # define local static macro
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 106 #ifndef local
107 # define local static macro
  /external/qemu/util/
qemu-sockets-android.c 300 /* lookup local addr */
325 SockAddress *local = local_list[0]; local
336 if (socket_bind(sock, local) < 0) {
338 sock_address_strfamily(local), addr, port);
qemu-sockets.c 311 struct addrinfo ai, *peer = NULL, *local = NULL; local
349 /* lookup local addr */
363 if (0 != (rc = getaddrinfo(addr, port, &ai, &local))) {
369 fprintf(stderr, "%s: local (%s:%s)\n", __FUNCTION__, addr, port);
370 inet_print_addrinfo(__FUNCTION__, local);
383 if (getnameinfo((struct sockaddr*)local->ai_addr,local->ai_addrlen,
389 if (bind(sock, local->ai_addr, local->ai_addrlen) < 0) {
391 inet_strfamily(local->ai_family), uaddr, inet_getport(local))
    [all...]
  /external/skia/src/animator/
SkDrawGroup.cpp 315 SkPaint local = SkPaint(*maker.fPaint); local
316 maker.fPaint = &local;
  /external/srtp/test/
rtpw.c 55 #include "getopt_s.h" /* for local getopt() */
134 struct sockaddr_in local; local
395 /* bind to local socket (to match crypto policy, if need be) */
396 memset(&local, 0, sizeof(struct sockaddr_in));
397 local.sin_addr.s_addr = htonl(INADDR_ANY);
398 local.sin_port = htons(port);
399 ret = bind(sock, (struct sockaddr *) &local, sizeof(struct sockaddr_in));
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 716 struct sockaddr_nl local; local
739 os_memset(&local, 0, sizeof(local));
740 local.nl_family = AF_NETLINK;
741 local.nl_groups = RTMGRP_LINK;
742 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 54 struct sockaddr_in6 local; member in struct:wpa_ctrl
57 struct sockaddr_in local; member in struct:wpa_ctrl
66 struct sockaddr_un local; member in struct:wpa_ctrl
108 ctrl->local.sun_family = AF_UNIX;
111 ret = os_snprintf(ctrl->local.sun_path, sizeof(ctrl->local.sun_path),
115 if (ret < 0 || (size_t) ret >= sizeof(ctrl->local.sun_path)) {
121 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local,
122 sizeof(ctrl->local)) < 0) {
130 unlink(ctrl->local.sun_path)
    [all...]
  /external/zlib/src/contrib/blast/
blast.c 32 #define local static /* for local function definitions */ macro
68 local int bits(struct state *s, int need)
125 local int decode(struct state *s, struct huffman *h)
187 local int construct(struct huffman *h, const unsigned char *rep, int n)
278 local int decomp(struct state *s)
416 local unsigned inf(void *how, unsigned char **buf)
424 local int outf(void *how, unsigned char *buf, unsigned len)
  /external/zlib/src/contrib/puff/
puff.c 85 #define local static /* for local function definitions */ macro
126 local int bits(struct state *s, int need)
164 local int stored(struct state *s)
235 local int decode(struct state *s, const struct huffman *h)
263 local int decode(struct state *s, const struct huffman *h)
340 local int construct(struct huffman *h, const short *length, int n)
436 local int codes(struct state *s,
536 local int fixed(struct state *s)
665 local int dynamic(struct state *s
    [all...]
  /external/zlib/src/examples/
gun.c 73 #define local static macro
89 local unsigned in(void *in_desc, z_const unsigned char **buf)
131 local int out(void *out_desc, unsigned char *buf, unsigned len)
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
383 local int gunpipe(z_stream *strm, int infile, int outfile)
517 local void copymeta(char *from, char *to)
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
gzappend.c 87 #define local static macro
93 local void bye(char *msg1, char *msg2)
102 local unsigned gcd(unsigned a, unsigned b)
123 local void rotate(unsigned char *list, unsigned len, unsigned rot)
180 local int readin(file *in)
192 local int readmore(file *in)
202 local void skip(file *in, unsigned n)
235 local void gzheader(file *in)
259 local int gzscan(char *name, z_stream *strm, int level)
388 local void gztack(char *name, int gd, z_stream *strm, int last
    [all...]
  /external/zlib/src/
gzguts.h 106 #ifndef local
107 # define local static macro

Completed in 866 milliseconds

1 2 3 4 5 67 8 91011>>