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

1 2 3 4 5

  /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/bison/src/
symlist.h 28 /* A list of symbols, used during the parsing to store the rules. */
43 /* Whether this symbol's value is used in the current action. */
44 bool used; member in struct:symbol_list
80 /* The symbol N in symbol list L is USED. */
81 void symbol_list_n_used_set (symbol_list *l, int n, bool used);
  /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/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;
  /external/mesa3d/src/glsl/
opt_dead_functions.cpp 41 this->used = false;
45 bool used; member in class:signature_entry
94 entry->used = true;
106 entry->used = true;
119 /* Now that we've figured out which function signatures are used, remove
126 if (!entry->used) {
  /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/iproute2/include/
ip6tables.h 109 unsigned int used; member in struct:ip6tables_target
iptables.h 135 unsigned int used; member in struct:iptables_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_6/wpa_supplicant/src/utils/
wpabuf.h 25 size_t used; /* length of data in the buffer */ member in struct:wpabuf
57 * Returns: Currently used length of the buffer
61 return buf->used;
71 return buf->size - buf->used;
148 buf->size = buf->used = len;
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 25 size_t used; /* length of data in the buffer */ member in struct:wpabuf
57 * Returns: Currently used length of the buffer
61 return buf->used;
71 return buf->size - buf->used;
160 buf->size = buf->used = len;
  /external/zlib/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/
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
  /external/chromium/net/disk_cache/
block_files_unittest.cc 237 int used, load; local
239 files.GetFileStats(0, &used, &load);
240 EXPECT_EQ(101, used);
243 files.GetFileStats(1, &used, &load);
244 EXPECT_EQ(203, used);
247 files.GetFileStats(2, &used, &load);
248 EXPECT_EQ(0, used);
279 // The first part of the allocation map should be completely filled. We used
  /external/e2fsprogs/misc/
e2freefrag.c 100 int used; local
122 used = ext2fs_fast_test_block_bitmap(fs->block_map,
124 if (!used) {
129 if (used && last_chunk_size != 0) {
  /external/oprofile/libop/
op_events.h 46 int used; /**< used by events file parser */ member in struct:op_unit_mask
106 * free memory used by any call to above function. Need to be called only once
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 56 int used; member in struct:vidmem_bucket
90 /* Used to handle DGA events */

Completed in 518 milliseconds

1 2 3 4 5