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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/zlib/examples/
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...]
  /toolchain/binutils/binutils-2.27/zlib/
gzguts.h 106 #ifndef local
107 # define local static macro
  /toolchain/binutils/binutils-2.27/zlib/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];
  /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/cf/code/
Simulator.java 45 * {@code non-null;} canned error message for local variable
50 "local variable information.";
61 /** {@code non-null;} local variable information */
408 * if it has local info.
590 * the local variable table, though we still need to check
595 * the local type becomes valid. On the other hand, the
601 LocalVariableList.Item local = local
605 if (local != null) {
606 localType = local.getType();
609 // wrong type, ignore local variable inf
    [all...]
  /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 */
209 * Gets a local variable item for a specified register.
212 * @return {@code null-ok;} Local variable name or null if none
223 * Records a debug (local variable) name for a specified register.
229 LocalItem local = ssaReg.getLocalItem(); local
236 ssaRegToLocalItems.set(reg, local);
292 * contains the set of moves we need to keep to preserve local
419 * an SSA register spec has received or lost a local variable name,
421 * lose its local variable name as well.
422 * <li> Records the local name associated with th
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha256module.c 53 int local; /* unprocessed amount in data */ member in struct:__anon4471
79 dest->local = src->local;
241 sha_info->local = 0;
259 sha_info->local = 0;
278 if (sha_info->local) {
279 i = SHA_BLOCKSIZE - sha_info->local;
283 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
286 sha_info->local += i;
287 if (sha_info->local == SHA_BLOCKSIZE) {
    [all...]
sha512module.c 55 int local; /* unprocessed amount in data */ member in struct:__anon4472
89 dest->local = src->local;
267 sha_info->local = 0;
285 sha_info->local = 0;
304 if (sha_info->local) {
305 i = SHA_BLOCKSIZE - sha_info->local;
309 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
312 sha_info->local += i;
313 if (sha_info->local == SHA_BLOCKSIZE) {
    [all...]
shamodule.c 52 int local; /* unprocessed amount in data */ member in struct:__anon4473
77 dest->local = src->local;
233 sha_info->local = 0;
250 if (sha_info->local) {
251 i = SHA_BLOCKSIZE - sha_info->local;
255 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
258 sha_info->local += i;
259 if (sha_info->local == SHA_BLOCKSIZE) {
273 sha_info->local = count;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha256module.c 53 int local; /* unprocessed amount in data */ member in struct:__anon4812
79 dest->local = src->local;
241 sha_info->local = 0;
259 sha_info->local = 0;
278 if (sha_info->local) {
279 i = SHA_BLOCKSIZE - sha_info->local;
283 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
286 sha_info->local += i;
287 if (sha_info->local == SHA_BLOCKSIZE) {
    [all...]
sha512module.c 55 int local; /* unprocessed amount in data */ member in struct:__anon4813
89 dest->local = src->local;
267 sha_info->local = 0;
285 sha_info->local = 0;
304 if (sha_info->local) {
305 i = SHA_BLOCKSIZE - sha_info->local;
309 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
312 sha_info->local += i;
313 if (sha_info->local == SHA_BLOCKSIZE) {
    [all...]
shamodule.c 52 int local; /* unprocessed amount in data */ member in struct:__anon4814
77 dest->local = src->local;
233 sha_info->local = 0;
250 if (sha_info->local) {
251 i = SHA_BLOCKSIZE - sha_info->local;
255 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
258 sha_info->local += i;
259 if (sha_info->local == SHA_BLOCKSIZE) {
273 sha_info->local = count;
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann/
AnnotationTest.java 133 @A08 /*@C08*/ HashSet<@A09 /*@C09*/ Integer> local; local
135 local = (@A00 /*@C00*/ HashSet<@A01 /*@C01*/ Integer>) param;
137 local = new @A04 /*@C04*/ HashSet<@A05 /*@C05*/ Integer>();
138 return local;
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierMethodVisitor.java 473 buf.append("local").append(v);
528 int local = generateNewLocal(var, type); local
529 buf.append("mg.loadLocal(local").append(local);
530 if (!type.equals(localTypes.get(local))) {
531 localTypes.set(local, type);
542 int local = generateNewLocal(var, type); local
543 buf.append("mg.storeLocal(local").append(local);
544 if (!type.equals(localTypes.get(local))) {
555 int local = locals.size(); local
    [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/compiler-rt/lib/asan/
asan_thread.cc 165 char local; local
166 const uptr cur_stack = (uptr)&local;
227 int local = 0; local
228 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
230 &local);
272 int local; local
273 CHECK(AddrIsInStack((uptr)&local));
  /external/ipsec-tools/src/racoon/
sockmisc.c 264 struct sockaddr_storage local; local
272 getsockname(s, (struct sockaddr *)&local, &len) == -1) {
277 return dupsaddr((struct sockaddr *)&local);
329 /* get local address against the destination. */
334 struct sockaddr *local; local
339 if ((local = racoon_calloc(1, local_len)) == NULL) {
364 if (getsockname(s, local, &local_len) < 0) {
372 return local;
375 if (local != NULL)
376 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/libnl/lib/route/link/
ipgre.c 55 uint32_t local; member in struct:ipgre_info
131 ipgre->local = nla_get_u32(tb[IFLA_GRE_LOCAL]);
186 NLA_PUT_U32(msg, IFLA_GRE_LOCAL, ipgre->local);
255 nl_dump(p, " local ");
256 if(inet_ntop(AF_INET, &ipgre->local, addr, sizeof(addr)))
259 nl_dump_line(p, "%#x\n", ntohs(ipgre->local));
550 * Set IPGRE tunnel local address
552 * @arg addr local address
562 ipgre->local = addr;
569 * Get IPGRE tunnel local addres
    [all...]
  /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) {
  /external/python/cpython2/Modules/
sha256module.c 53 int local; /* unprocessed amount in data */ member in struct:__anon32866
79 dest->local = src->local;
241 sha_info->local = 0;
259 sha_info->local = 0;
278 if (sha_info->local) {
279 i = SHA_BLOCKSIZE - sha_info->local;
283 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
286 sha_info->local += i;
287 if (sha_info->local == SHA_BLOCKSIZE)
    [all...]
sha512module.c 55 int local; /* unprocessed amount in data */ member in struct:__anon32867
89 dest->local = src->local;
267 sha_info->local = 0;
285 sha_info->local = 0;
304 if (sha_info->local) {
305 i = SHA_BLOCKSIZE - sha_info->local;
309 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
312 sha_info->local += i;
313 if (sha_info->local == SHA_BLOCKSIZE)
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>