HomeSort by relevance Sort by last modified time
    Searched defs:used (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 6 // CHECK: @used = internal global
7 auto used = [](int i) { return i+1; }; variable
8 void *use = &used;
  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 17 void used() function
39 used ();
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 17 void used() function
39 used ();
  /external/speex/libspeex/
vq_bfin.h 20 contributors may be used to endorse or promote products derived from
73 int i,k,used; local
74 used = 0;
96 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
103 used++;
vq.c 17 contributors may be used to endorse or promote products derived from
78 int i,j,k,used; local
79 used = 0;
92 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
99 used++;
112 int i,j,k, sign, used; local
113 used=0;
134 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
141 used++;
vq_sse.h 19 contributors may be used to endorse or promote products derived from
38 int i,j,k,used; local
42 used = 0;
59 for (k=N-1; (k >= 1) && (k > used || dist[i] < best_dist[k-1]); k--)
66 used++;
77 int i,j,k,used; local
81 used = 0;
108 for (k=N-1; (k >= 1) && (k > used || dist[i] < best_dist[k-1]); k--)
115 used++;
  /external/dropbear/
circbuffer.h 32 unsigned int used; member in struct:circbuf
  /external/valgrind/main/callgrind/
costs.h 24 Int used; member in struct:_CostChunk
30 * Typically used from ct_events.c */
  /external/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(0), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /external/regex-re2/util/
strutil.cc 20 int used = 0; local
23 if (dest_len - used < 2) // Need space for two letter escape
28 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break;
29 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break;
30 case '\t': dest[used++] = '\\'; dest[used++] = 't'; break;
31 case '\"': dest[used++] = '\\'; dest[used++] = '\"'; break
    [all...]
  /external/valgrind/main/memcheck/tests/
mallinfo.c 15 size_t used; local
36 used = mi.uordblks + mi.hblkhd;
37 if (used < min)
40 if (used > max)
43 // used should be reasonably close to min
45 if (used/5*4 > min)
71 return used;
leak-pool.c 18 size_t used; member in struct:pool
25 void *a = p->buf + p->used;
26 assert(p->used + n < p->allocated);
28 p->used += n;
38 p->used = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h 43 unsigned int used; /* used memory size */ member in struct:snd_util_memhdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h 43 unsigned int used; /* used memory size */ member in struct:snd_util_memhdr
  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 32 * classes that are being used in the visited class.
46 private boolean used; field in class:InterfaceUsageMarker
52 * @param usageMarker the usage marker that is used to mark the classes
70 // Check if any interfaces are being used.
85 // At least one if this interface's interfaces is being used.
104 used = classUsed;
111 used = true;
124 // The ClassConstant isn't marked as being used yet. But maybe it
127 classUsed = used;
131 // The class is being used. Mark the ClassConstant as being use
    [all...]
  /external/bison/lib/
wait-process.c 55 The 'used' bit determines whether this entry is currently in use.
58 the 'used' field.)
59 The 'used' and 'child' fields are accessed from within the cleanup_slaves()
63 volatile sig_atomic_t used; member in struct:__anon2332
95 if (slaves[n].used)
126 if (!s->used)
130 entry as used only after the child pid has been written to the
133 s->used = 1;
166 new slave and its 'used' bit have been written to the memory locations
169 slaves[slaves_count].used = 1
    [all...]
  /external/elfutils/backends/
ia64_retval.c 135 case 10: /* x86-style long double, not really used */
183 int used = hfa_type (child_typedie, locp, fpregs_used); local
184 if (used < 0 || used > 8)
185 return used;
186 if (used > max_used)
187 max_used = used;
216 int used = hfa_type (base_typedie, locp, 0); local
217 if (used < 0 || used > 8
    [all...]
  /external/iproute2/include/
ip6tables.h 109 unsigned int used; member in struct:ip6tables_target
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
184 base = extra = work; /* dummy value--not used */
208 used = 1U << root; /* use root table entries */
209 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/tremolo/Tremolo/
res012.c 17 * Productions Ltd nor the names of its contributors may be used to
106 int i,j,k,s,used=0; local
124 in[used++]=in[i];
125 ch=used;
127 if(used){
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 22 size_t used; /* length of data in the buffer */ member in struct:wpabuf
54 * Returns: Currently used length of the buffer
58 return buf->used;
68 return buf->size - buf->used;
154 buf->size = buf->used = len;
  /external/zlib/src/contrib/infback9/
inftree9.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
101 The length counts are used for other purposes as well, i.e. finding
145 filled is at next and has curr index bits. The code being used is huff
159 counts are used for this, and so count[] is decremented as codes are
162 used keeps track of how many table entries have been allocated from the
177 base = extra = work; /* dummy value--not used */
201 used = 1U << root; /* use root table entries */
202 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/zlib/src/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
207 used = 1U << root; /* use root table entries */
208 mask = used - 1; /* mask for comparing low *
    [all...]
  /system/core/libcutils/
dir_hash.c 44 int used; local
93 used = b64_ntop(md, SHA1_DIGEST_LENGTH,
95 if (used < 0) {
100 n = snprintf(output_string + used, max_output_string - used,
109 if (n >= max_output_string - used) {
111 return -(used + n);
114 return used + n;
  /system/extras/tests/sdcard/
stopwatch.h 85 // @param name To be used when the results are displayed. No
88 // measured (1 sample == 1 start + 1 stop). Used
118 bool used() const { return mUsed; } function in class:android_test::StopWatch

Completed in 706 milliseconds

1 2 3 4 5 6 7 8