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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/util/
disk_cache.c 137 void *local; local
146 local = ralloc_context(NULL);
147 if (local == NULL)
172 path = concatenate_and_mkdir(local, xdg_cache_home, "mesa");
189 buf = ralloc_size(local, buf_size);
204 path = concatenate_and_mkdir(local, pwd.pw_dir, ".cache");
208 path = concatenate_and_mkdir(local, path, "mesa");
221 path = ralloc_asprintf(local, "%s/index", cache->path);
301 ralloc_free(local);
310 ralloc_free(local);
    [all...]
  /external/python/cpython2/Modules/zlib/
gzguts.h 106 #ifndef local
107 # define local static macro
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];
  /external/python/cpython3/Modules/
sha256module.c 52 int local; /* unprocessed amount in data */ member in struct:__anon33494
78 dest->local = src->local;
241 sha_info->local = 0;
258 sha_info->local = 0;
277 if (sha_info->local) {
278 i = SHA_BLOCKSIZE - sha_info->local;
282 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
285 sha_info->local += (int)i;
286 if (sha_info->local == SHA_BLOCKSIZE)
    [all...]
sha512module.c 53 int local; /* unprocessed amount in data */ member in struct:__anon33495
87 dest->local = src->local;
266 sha_info->local = 0;
283 sha_info->local = 0;
302 if (sha_info->local) {
303 i = SHA_BLOCKSIZE - sha_info->local;
307 memcpy(((SHA_BYTE *) sha_info->data) + sha_info->local, buffer, i);
310 sha_info->local += (int)i;
311 if (sha_info->local == SHA_BLOCKSIZE)
    [all...]
  /external/python/cpython3/Modules/zlib/
gzguts.h 113 #ifndef local
114 # define local static macro
117 define "local" for the non-static meaning of "static", for readability
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];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegRewriter.cpp 46 enum RewriterName { local, trivial }; enumerator in enum:__anon36026::RewriterName
51 cl::desc("Rewriter to use (default=local)"),
53 cl::values(clEnumVal(local, "local rewriter"),
56 cl::init(local));
148 /// AvailableSpills - As the local rewriter is scanning and rewriting an MBB
    [all...]
  /external/syslinux/gpxe/src/net/
ipv4.c 112 int local; local
123 local = ( ( ( dest->s_addr ^ miniroute->address.s_addr )
126 if ( local || has_gw ) {
127 if ( ! local )
  /external/valgrind/memcheck/tests/
varinfo5so.c 49 int local; local
59 croak( &local );
  /external/zlib/src/contrib/blast/
blast.c 36 #define local static /* for local function definitions */ macro
72 local int bits(struct state *s, int need)
129 local int decode(struct state *s, struct huffman *h)
191 local int construct(struct huffman *h, const unsigned char *rep, int n)
282 local int decomp(struct state *s)
432 local unsigned inf(void *how, unsigned char **buf)
440 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 113 #ifndef local
114 # define local static macro
117 define "local" for the non-static meaning of "static", for readability
  /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 189 Time local = new Time("America/Los_Angeles"); local
194 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
196 local.normalize(false /* use isDst */);
197 local.monthDay += test.offset;
198 local.normalize(true /* ignore isDst */);
199 if (local.year != test.year2 || local.month != test.month2
200 || local.monthDay != test.day2 || local.hour != test.hour2
201 || local.minute != test.minute2)
    [all...]
  /hardware/google/av/codec2/vndk/bufferpool/
ClientManager.cpp 224 bool local = false; local
232 local = it->second->isLocal();
246 } else if (local && rs == ResultStatus::OK) {
421 // Methods for local use.
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 47 bool local; member in struct:C2BufferQueueBlockPoolData
62 // Create a local BlockPoolData.
111 if (!poolData->local) {
420 held(producer && bqId != 0), local(false),
429 held(true), local(true),
439 if (local && localPool) {
  /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 389 TestManagedConnection local = new TestManagedConnection(remote, false); local
390 mManagedConnectionByRemote.put(remote, local);
391 return local;
  /toolchain/binutils/binutils-2.27/zlib/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)
  /toolchain/binutils/binutils-2.27/zlib/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...]
  /toolchain/binutils/binutils-2.27/zlib/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)

Completed in 770 milliseconds

1 2 3 4 5 6 7 891011>>