HomeSort by relevance Sort by last modified time
    Searched defs:used (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 39 Py_ssize_t used; /* # Active */ member in struct:_setobject
55 long hash; /* only used by frozenset objects */
86 #define PySet_GET_SIZE(so) (((PySetObject *)(so))->used)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 39 Py_ssize_t used; /* # Active */ member in struct:_setobject
55 long hash; /* only used by frozenset objects */
86 #define PySet_GET_SIZE(so) (((PySetObject *)(so))->used)
  /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
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 189 final BitSet used = new BitSet(cursor.getCount()); local
196 if (used.get(pos)) continue;
199 used.set(pos);
  /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/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 301 // We are interested in the total number of blocks used by this file type, and
303 // used blocks). In order to find out the number of used blocks, we have to
317 int used = header->max_entries; local
319 used -= header->empty[i] * (i + 1);
320 DCHECK_GE(used, 0);
322 *used_count += used;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 103 unsigned long used = (unsigned long) ((char *)ptr - (char *)map); local
104 return (used + bytes) > bufsz;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 165 unsigned used; local
171 used = batch->base.ptr - batch->base.map;
172 if (used & 4) {
175 used += 4;
179 ret = drm_intel_bo_subdata(batch->bo, 0, used, batch->base.map);
181 ret = drm_intel_bo_exec(batch->bo, used, NULL, 0, 0);
193 fwrite(batch->base.map, used, 1, file);
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_code_local.cpp 30 * they're used before the variable is completely reassigned.
60 /* bitmask of xyzw channels written that haven't been used so far. */
71 void kill_channels(ir_variable *const var, int used)
80 entry->available, used);
81 entry->available &= ~used;
106 int used = 0; local
107 used |= 1 << ir->mask.x;
108 used |= 1 << ir->mask.y;
109 used |= 1 << ir->mask.z;
110 used |= 1 << ir->mask.w
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texblend.c 116 * settings. Since \c gl_texture_unit::_CurrentCombine is used, both
149 unsigned used; local
359 used = 0;
360 state[used++] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
365 state[used++] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
371 state[used++] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
376 state[used++] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
382 return emit_factor(blendUnit, state, used, factor);
384 return used;
  /external/chromium_org/third_party/opus/src/celt/
entenc.c 195 int used; local
197 used=_this->nend_bits;
199 if(used+_bits>EC_WINDOW_SIZE){
203 used-=EC_SYM_BITS;
205 while(used>=EC_SYM_BITS);
207 window|=(ec_window)_fl<<used;
208 used+=_bits;
210 _this->nend_bits=used;
246 int used; local
269 used=_this->nend_bits
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 29 int SkIntersections::computePoints(const SkDLine& line, int used) {
31 if ((fUsed = used) == 2) {
55 int used; local
59 used = 1;
73 used = 2;
75 return computePoints(a, used);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 143 unsigned long used; /* for ADD */ local
168 used = 0;
219 && (used & (1<<j)) == 0) {
220 /* Mark as used */
221 used |= 1<<j;
251 && (used & (1<<j)) == 0) {
252 /* Mark as used */
253 used |= 1<<j;
280 && (used & (1<<j)) == 0) {
281 /* Mark as used */
    [all...]
  /external/chromium_org/tools/gn/
scope.h 31 // used primarily to refer to the master build config which is shared across
33 // marking variables "used" which prevents us from issuing errors on unused
90 // guaranteed to be set in the current scope. Generatlly this will be used
93 // Since this is used when doing read-modifies, we never count this access
112 // Marks the given identifier as (un)used in the current scope.
116 // Checks to see if the scope has a var set that hasn't been used. This is
120 // If the identifier is present but hasnn't been used, return true.
123 // Checks the scope to see if any values were set but not used, and fills in
141 // This is used in different contexts. When generating the error, the given
142 // parse node will be blamed, and the given desc will be used to describ
211 bool used; \/\/ Set to true when the variable is used. member in struct:Scope::Record
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 156 ulong_t used, free; local
163 used = saved_lo & 0x3f;
165 if (used) {
166 free = 64 - used;
169 internal_memcpy(&ctx->buffer[used], data, size);
173 internal_memcpy(&ctx->buffer[used], data, free);
188 ulong_t used, free; local
190 used = ctx->lo & 0x3f;
192 ctx->buffer[used++] = 0x80;
194 free = 64 - used;
    [all...]
  /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/harfbuzz_ng/src/
gen-indic-table.py 126 used = 0 variable
141 global total, used
143 used += num
181 occupancy = used * 100. / total
  /external/iproute2/include/
iptables.h 135 unsigned int used; member in struct:iptables_target
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 103 unsigned long used = (unsigned long) ((char *)ptr - (char *)map); local
104 return (used + bytes) > bufsz;
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 165 unsigned used; local
171 used = batch->base.ptr - batch->base.map;
172 if (used & 4) {
175 used += 4;
179 ret = drm_intel_bo_subdata(batch->bo, 0, used, batch->base.map);
181 ret = drm_intel_bo_exec(batch->bo, used, NULL, 0, 0);
193 fwrite(batch->base.map, used, 1, file);
  /external/mesa3d/src/glsl/
opt_dead_code_local.cpp 30 * they're used before the variable is completely reassigned.
60 /* bitmask of xyzw channels written that haven't been used so far. */
71 void kill_channels(ir_variable *const var, int used)
80 entry->available, used);
81 entry->available &= ~used;
106 int used = 0; local
107 used |= 1 << ir->mask.x;
108 used |= 1 << ir->mask.y;
109 used |= 1 << ir->mask.z;
110 used |= 1 << ir->mask.w
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 116 * settings. Since \c gl_texture_unit::_CurrentCombine is used, both
149 unsigned used; local
359 used = 0;
360 state[used++] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
365 state[used++] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
371 state[used++] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
376 state[used++] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
382 return emit_factor(blendUnit, state, used, factor);
384 return used;
  /external/openssh/
session.h 32 int used; member in struct:Session
  /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

Completed in 1188 milliseconds

1 23 4 5 6 7 8 91011