HomeSort by relevance Sort by last modified time
    Searched defs:used (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/selinux/libselinux/src/
matchpathcon.c 147 * Chaining is used for collisions, with elements ordered
238 int h, used, nel, len, longest; local
243 used = 0;
252 used++;
259 ("%s: hash table stats: %d elements, %d/%d buckets used, longest chain length %d\n",
260 __FUNCTION__, nel, used, HASH_BUCKETS, longest);
avc.c 25 int used; /* used recently */ member in struct:avc_entry
291 avc_log(SELINUX_INFO, "%s: %u AV entries and %d/%d buckets used, "
311 if (!cur->ae.used)
314 cur->ae.used = 0;
364 new->ae.used = 1;
402 cur->ae.used = 1;
777 ae->used = 1;
  /external/selinux/policycoreutils/setfiles/
restore.c 11 * Chaining is used for collisions, with elements ordered
248 * Do not relabel the file if -n was used.
502 int h, used, nel, len, longest; local
507 used = 0;
516 used++;
524 ("%s: hash table stats: %d elements, %d/%d buckets used, longest chain length %d\n",
525 __FUNCTION__, nel, used, HASH_BUCKETS, longest);
  /external/vboot_reference/host/lib/
crossystem.c 231 int used = 0; local
240 used += snprintf(
241 dest + used, size - used,
244 if (used > size)
256 used += snprintf(
257 dest + used, size - used,
278 if (used > size)
291 used += snprintf
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 56 * This structure is used to store information about registered control
71 int used; member in struct:wpa_ctrl_dst
100 static int ctrl_broken_pipe(HANDLE pipe, int used)
108 if (err == ERROR_BROKEN_PIPE || (err == ERROR_BAD_PIPE && used))
122 if (ctrl_broken_pipe(dst->pipe, dst->used)) {
287 dst->used = 1;
548 int used; member in struct:wpa_global_dst
565 if (ctrl_broken_pipe(dst->pipe, dst->used)) {
722 dst->used = 1;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
LayoutBinder.java 208 List<Expr> used = new ArrayList<Expr>(); local
212 used.add(binding.getExpr());
215 while (!used.isEmpty()) {
216 Expr e = used.remove(used.size() - 1);
219 used.add(dep.getOther());
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 490 unsigned int used, found, started = 0, i; local
527 used = f2fs_test_bit(block_offset, (char *)sit_entry->valid_map);
528 if(used)
  /external/elfutils/src/src/
ld.c 90 N_("Only set DT_NEEDED for following dynamic libs if actually used"), 0 },
110 N_("Allow multiple definitions; first is used."), 0 },
248 /* Flag used to communicate with the scanner. */
412 there are any we stop. If the user used the '-z nodefs' option
619 /* The SysV linker used 'z' to pass various flags to the linker.
822 /* The SysV linker used 'z' to pass various flags to the linker.
1233 bool used = false; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.h 18 * may be used to endorse or promote products derived from this software
79 char used; member in struct:isakmp_cfg_port
  /external/libselinux/src/
avc.c 25 int used; /* used recently */ member in struct:avc_entry
251 avc_log(SELINUX_INFO, "%s: %d AV entries and %d/%d buckets used, "
271 if (!cur->ae.used)
274 cur->ae.used = 0;
324 new->ae.used = 1;
362 cur->ae.used = 1;
737 ae->used = 1;
  /external/libvorbis/lib/
res0.c 246 encoder had a bug where it used an oversized phrasebook by
718 int i,used=0; local
721 in[used++]=in[i];
722 if(used)
723 return(_01inverse(vb,vl,in,used,vorbis_book_decodevs_add));
730 int i,used=0; local
733 in[used++]=in[i];
735 if(used){
736 return _01forward(opb,vb,vl,in,used,partword,_encodepart,submap);
744 int i,used=0 local
756 int i,used=0; local
768 int i,used=0; local
783 long i,j,k,n=vb->pcmend\/2,used=0; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 360 bool used = false; local
382 used = (Codecs.Size() != startSize);
387 used = used || (Formats.Size() != startSize);
391 if (!used)
  /external/parameter-framework/tools/coverage/
coverage.py 17 # may be used to endorse or promote products derived from this software without
138 description += " has been used " + str(self.nbUse) + " time"
523 def used(self, criteria): member in class:Configuration
602 def used(self): member in class:CriterionState
648 subState.used()
830 usedOperation = lambda element : element.used(self.criteria)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 16 // contributors may be used to endorse or promote products derived from
425 // a dest buffer. This should be used for non performance critical
469 int used = 0; local
473 if (dest_len - used < 2) // Need space for two letter escape
478 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break;
479 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break;
480 case '\t': dest[used++] = '\\'; dest[used++] = 't'; break
    [all...]
  /external/skia/src/core/
SkResourceCache.cpp 264 size_t used = rec->bytesUsed(); local
265 SkASSERT(used <= fTotalBytesUsed);
270 fTotalBytesUsed -= used;
275 make_size_str(used, &bytesStr);
450 size_t used = 0; local
455 used += rec->bytesUsed();
456 SkASSERT(used <= fTotalBytesUsed);
465 SkASSERT(used >= rec->bytesUsed());
466 used -= rec->bytesUsed();
471 SkASSERT(0 == used);
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 68 /* fields only used by squashfs 3 and earlier layouts */
121 /* Cache status struct. Caches are used to keep
126 int used; member in struct:cache
142 int used; member in struct:cache_entry
152 /* struct describing queues used to pass data between threads */
  /external/toybox/toys/pending/
crond.c 77 int used; local
87 used = vsnprintf(NULL, 0, msg, d);
88 smsg = xzalloc(++used);
89 vsnprintf(smsg, used, msg, s);
92 smsg[used-1] = '\n';
93 writeall((loglevel > 8) ? 2 : 1, smsg, used);
103 * Names can also be used for the 'month' and 'day of week' fields
  /external/valgrind/coregrind/m_debuginfo/
image.c 60 SizeT used; // 1 .. sizeof(data), or 0 to denote not-in-use member in struct:__anon20163
72 // The name. In ML_(dinfo_zalloc)'d space. Used only for printing
87 // The number of entries used. 0 .. CACHE_N_ENTRIES
398 /* vg_assert(cent->used > 0 && cent->used <= CACHE_ENTRY_SIZE); */
400 cent->off <= off && off < cent->off + cent->used;
415 return off - cent->off < cent->used;
548 ce->used = len;
549 vg_assert(ce->used > 0 && ce->used <= CACHE_ENTRY_SIZE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 29 /* The following definitions and interfaces are used by
105 ipa_agg_jump_function). The flag is used only when the operation is
169 /* Represents a value of a jump function. pass_through is used only in jump
299 /* The parameter is used. */
300 unsigned used : 1; member in struct:ipa_param_descriptor
359 /* Set the used flag corresponding to the Ith formal parameter of the function
365 info->descriptors[i].used = val;
368 /* Return the used flag corresponding to the Ith formal parameter of the
374 return info->descriptors[i].used;
552 /* Alias refrerence type to be used in MEM_REFs when adjusting calle
    [all...]
line-map.h 85 /* Number of the low-order source_location bits used for a column number. */
102 The offset from START_LOCATION is used to index into
249 struct line_map * GTY ((length ("%h.used"))) maps;
254 /* The number of elements used in maps. This number is smaller
256 unsigned int used; variable
276 bits of the integer is used to index the location_adhoc_data array,
310 xrealloc is used. */
313 /* The allocators' function used to know the actual size it
339 /* Returns the number of used maps so far. MAP_KIND shall be TRUE if
342 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->used
    [all...]
  /system/bt/btif/src/
btif_sock_thread.c 101 int used; member in struct:__anon69206
202 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used);
203 if(!ts[i].used)
205 ts[i].used = 1;
217 ts[h].used = 0;
232 ts[h].used = 0;
268 /* create dummy socket pair used to wake up select loop */
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
1059 size_t used = 0; local
1074 int n = BIO_read(bio, &buf->data[used], buf->length - used);
1082 used += n;
1084 if (used < buf->length) {
1095 ret = d2i_PKCS12(out_p12, &dummy, used);
    [all...]
  /external/iptables/include/
xtables.h 118 * @excl: bitmask of flags that cannot be used with this option
119 * @also: bitmask of flags that must be used with this option
140 * @xflags: options of the extension that have been used
141 * @invert: whether option was used with !
186 * @xflags: options of the extension that have been used
356 unsigned int used; member in struct:xtables_target
  /external/libdrm/include/drm/
mach64_drm.h 235 unsigned long used; /* Number of bytes in buffer */ member in struct:drm_mach64_vertex
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 67 GLuint used = intel->batch.used - intel->prim.start_ptr; local
73 if (used < 2)
77 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
82 intel->batch.used = intel->prim.start_ptr;
105 intel->prim.start_ptr = intel->batch.used;
138 ptr = intel->batch.map + intel->batch.used;
139 intel->batch.used += dwords;
625 /* Only used to pull back colors into vertices (ie, we know color is
    [all...]

Completed in 307 milliseconds

1 2 3 45 6 7 8 91011