HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 226 - 250 of 994) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/zlib/src/test/
infcover.c 20 #define local static macro
71 local void *mem_alloc(void *mem, unsigned count, unsigned size)
112 local void mem_free(void *mem, void *ptr)
158 local void mem_setup(z_stream *strm)
176 local void mem_limit(z_stream *strm, size_t limit)
184 local void mem_used(z_stream *strm, char *prefix)
192 local void mem_high(z_stream *strm, char *prefix)
200 local void mem_done(z_stream *strm, char *prefix)
245 local unsigned char *h2b(const char *hex, unsigned *len)
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len
    [all...]
minigzip.c 139 # define local static macro
142 # define local macro
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 180 Time local = new Time("America/Los_Angeles"); local
185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
187 local.normalize(false /* use isDst */);
188 local.monthDay += test.offset;
189 local.normalize(true /* ignore isDst */);
190 if (local.year != test.year2 || local.month != test.month2
191 || local.monthDay != test.day2 || local.hour != test.hour2
192 || local.minute != test.minute2)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 47 * System.out.println("Local name: " + parts[1]);
52 * System.out.println("Local name: " + parts[1]);
322 * <dd>The local name (without prefix).</dd>
343 * local name, and the XML qualified name; or null if there
637 * URI part (or empty string), the local part,
692 String local = qName.substring(index+1);
704 name[1] = local.intern();
686 String local = qName.substring(index+1); local
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 344 TestManagedConnection local = new TestManagedConnection(remote, false); local
345 mManagedConnectionByRemote.put(remote, local);
346 return local;
  /system/connectivity/shill/
connection.h 137 virtual const IPAddress& local() const { return local_; } function in class:shill::Connection
180 bool FixGatewayReachability(const IPAddress& local,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AlwaysOnVpnTest.java 197 InetSocketAddress local = (InetSocketAddress) Os.getsockname(socket); local
198 port = local.getPort();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 51 /** whether any instruction has local variable info */
89 * Returns whether this instance has any local variable information.
91 * @return whether this instance has any local variable information
99 * instruction for local variable information.
190 LocalItem local = spec.getLocalItem(); local
191 CstUtf8 name = local.getName();
192 CstUtf8 signature = local.getSignature();
231 * which updates the position and local info flags.
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 85 /** map of SSA register number to debug (local var names) or null of n/a */
207 * Gets a local variable item for a specified register.
210 * @return {@code null-ok;} Local variable name or null if none
221 * Records a debug (local variable) name for a specified register.
227 LocalItem local = ssaReg.getLocalItem(); local
234 ssaRegToLocalItems.set(reg, local);
290 * contains the set of moves we need to keep to preserve local
417 * an SSA register spec has received or lost a local variable name,
419 * lose its local variable name as well.
420 * <li> Records the local name associated with th
    [all...]
  /external/c-ares/
ares_process.c 877 } local; local
912 memset(&local.sa4, 0, sizeof(local.sa4));
913 local.sa4.sin_family = AF_INET;
914 local.sa4.sin_addr.s_addr = htonl(channel->local_ip4);
915 if (bind(s, &local.sa, sizeof(local.sa4)) < 0)
921 memset(&local.sa6, 0, sizeof(local.sa6));
922 local.sa6.sin6_family = AF_INET6
    [all...]
  /external/clang/test/CXX/class.access/
p4.cpp 123 A local; // expected-error {{variable of type 'test3::A' has private destructor}} local
317 class Local {
  /external/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp 208 // dynamic initializer would cause subsequent static local numberings to be
217 static int local; local
218 // CHECK: @"\01?local@?1??switch_test3@DynamicDLLImportInitVSMangling@@YAHXZ@4HA"
219 return local++;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 58 /** whether any instruction has local variable info */
98 * Returns whether this instance has any local variable information.
100 * @return whether this instance has any local variable information
108 * instruction for local variable information.
199 LocalItem local = spec.getLocalItem(); local
200 CstString name = local.getName();
201 CstString signature = local.getSignature();
240 * which updates the position and local info flags.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 86 /** map of SSA register number to debug (local var names) or null of n/a */
208 * Gets a local variable item for a specified register.
211 * @return {@code null-ok;} Local variable name or null if none
222 * Records a debug (local variable) name for a specified register.
228 LocalItem local = ssaReg.getLocalItem(); local
235 ssaRegToLocalItems.set(reg, local);
291 * contains the set of moves we need to keep to preserve local
418 * an SSA register spec has received or lost a local variable name,
420 * lose its local variable name as well.
421 * <li> Records the local name associated with th
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 260 struct sockaddr_storage local; local
264 getsockname(s, (struct sockaddr *)&local, &len) == -1) {
269 return dupsaddr((struct sockaddr *)&local);
321 /* get local address against the destination. */
326 struct sockaddr *local; local
331 if ((local = racoon_calloc(1, local_len)) == NULL) {
353 if (getsockname(s, local, &local_len) < 0) {
361 return local;
364 if (local != NULL)
365 racoon_free(local);
    [all...]
  /external/iputils/ninfod/
ni_ifaddrs.c 104 void *local; member in struct:rtmaddr_ifamap
451 ifamap.local = rtadata;
487 if (!ifamap.local) {
488 ifamap.local = ifamap.address;
492 ifamap.address = ifamap.local;
497 memcmp(ifamap.address, ifamap.local, ifamap.address_len))) {
498 /* p2p; address is peer and local is ours */
501 ifamap.address = ifamap.local;
  /external/iputils/
rarpd.c 63 __u32 local; member in struct:ifaddr
175 if (ifa->local == addr &&
185 ifa->local = addr;
378 laddr = ifa->local;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 155 int local = 0; local
158 current.setLocal(local++, interpreter.newValue(ctype));
161 current.setLocal(local++, interpreter.newValue(args[i]));
163 current.setLocal(local++, interpreter.newValue(null));
166 while (local < m.maxLocals) {
167 current.setLocal(local++, interpreter.newValue(null));
395 * @param nLocals the maximum number of local variables of the frame.
  /external/mtpd/
pptp.c 75 static uint16_t local; variable
245 .local = local,
283 while (!local) {
284 local = random();
287 "(local = %d)", local);
291 outgoing.ocrq.call = local;
309 if (state == OCRQ && incoming.ocrp.peer == local) {

Completed in 1735 milliseconds

1 2 3 4 5 6 7 8 91011>>