HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 76 - 100 of 3017) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
virtio_ring.h 61 struct vring_used *used; member in struct:vring
65 #define vring_avail_event(vr) (*(__u16 *)&(vr)->used->ring[(vr)->num])
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
virtio_ring.h 61 struct vring_used *used; member in struct:vring
65 #define vring_avail_event(vr) (*(__u16 *)&(vr)->used->ring[(vr)->num])
  /external/chromium_org/third_party/libjingle/source/talk/base/
ratelimiter.h 13 * 3. The name of the author may not be used to endorse or promote products
55 // current period (< (max - used)). Once the given time passes the
56 // end of the period, used is set to zero and more use is available.
58 // Increment the quantity used this period. If past the end of a
60 void Use(size_t used, double time);
  /external/chromium_org/third_party/webrtc/base/
ratelimiter.h 38 // current period (< (max - used)). Once the given time passes the
39 // end of the period, used is set to zero and more use is available.
41 // Increment the quantity used this period. If past the end of a
43 void Use(size_t used, double time);
  /external/llvm/include/llvm/Support/
IncludeFile.h 30 // If the `used' attribute is available, use it to create a variable
35 __attribute__((used)) static const char *const name ## LinkObj = \
48 /// be used in a .cpp file to define the name referenced in a header file that
49 /// will cause linkage of the .cpp file. It should only be used at extern level.
55 /// This class is used in the implementation of FORCE_DEFINING_FILE_TO_BE_LINKED
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 22 // that will be used to store the information about the patch.
30 size_t used = resolver.GetThunkSize(); local
31 char* code = reinterpret_cast<char*>(thunk) + used;
40 if (size + used > thunk_bytes)
57 // the address of a page of memory on that process that will be used for the
  /external/kernel-headers/original/uapi/linux/
virtio_ring.h 19 * may be used to endorse or promote products derived from this software
43 /* The Host uses this in used->flags to advise the Guest: don't kick me when
55 /* The Guest publishes the used index for which it expects an interrupt
58 * at the end of the used ring. Guest should ignore the used->flags field. */
79 /* u32 is used here for ids for padding reasons. */
81 /* Index of start of used descriptor chain. */
83 /* Total length of the descriptor chain which was used (written to) */
100 struct vring_used *used; member in struct:vring
120 * // A ring of used descriptor heads with free-running index
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 86 unsigned used; member in struct:data_block
105 * This stores bulk data which is used for all memory allocations
148 /** Total memory used by the scene (in bytes). This sums all the
213 size, block->used, DATA_BLOCK_SIZE,
216 if (block->used + size > DATA_BLOCK_SIZE) {
225 ubyte *data = block->data + block->used;
226 block->used += size;
247 block->used, DATA_BLOCK_SIZE,
250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
257 ubyte *data = block->data + block->used;
    [all...]
  /external/elfutils/0.153/backends/
ia64_retval.c 132 case 10: /* x86-style long double, not really used */
183 int used = hfa_type (child_typedie, child_size, local
185 if (used < 0 || used > 8)
186 return used;
187 if (used > max_used)
188 max_used = used;
218 int used = hfa_type (base_typedie, base_size, locp, 0); local
219 if (used < 0 || used > 8
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 86 unsigned used; member in struct:data_block
105 * This stores bulk data which is used for all memory allocations
148 /** Total memory used by the scene (in bytes). This sums all the
213 size, block->used, DATA_BLOCK_SIZE,
216 if (block->used + size > DATA_BLOCK_SIZE) {
225 ubyte *data = block->data + block->used;
226 block->used += size;
247 block->used, DATA_BLOCK_SIZE,
250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
257 ubyte *data = block->data + block->used;
    [all...]
  /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/libopus/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/libunwind/tests/
test-coredump-unwind.c 90 int prefix_len, strerr_len, msgeol_len, used; local
95 used = vasprintf(&msg, s, p);
96 if (used < 0)
108 char *msg1 = (char*) realloc(msg, prefix_len + used + strerr_len + msgeol_len + 3);
119 memmove(msg + prefix_len, msg, used);
120 used += prefix_len;
129 msg[used++] = ':';
130 msg[used++] = ' ';
132 strcpy(&msg[used], strerr);
133 used += strerr_len
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 86 intel->batch.used = 0;
93 intel->batch.saved.used = intel->batch.used;
103 intel->batch.used = intel->batch.saved.used;
136 batch->used);
145 batch->used);
168 ret = drm_intel_bo_subdata(batch->bo, 0, 4*batch->used, batch->map);
192 ret = drm_intel_bo_mrb_exec(batch->bo, 4 * batch->used, NULL, 0, 0,
196 4 * batch->used, flags)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 86 intel->batch.used = 0;
93 intel->batch.saved.used = intel->batch.used;
103 intel->batch.used = intel->batch.saved.used;
136 batch->used);
145 batch->used);
168 ret = drm_intel_bo_subdata(batch->bo, 0, 4*batch->used, batch->map);
192 ret = drm_intel_bo_mrb_exec(batch->bo, 4 * batch->used, NULL, 0, 0,
196 4 * batch->used, flags)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86_main.asm 9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission
39 ; Save the registers used by the blitters, necessary for optimized code
63 ; Restore the registers used by the blitters, necessary for optimized code
  /system/extras/tests/sdcard/
testcase.cpp 50 // FULL_WAKE_LOCK was used by java apps and don't do
103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left);
104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left);
106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left);
107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left);
108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs 18 * 3. The name of the author may not be used to endorse or promote products
74 * you can specify it here. Used to do rule $text attribute in tree
116 #region REWRITING TREES (used by tree parser)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs 18 * 3. The name of the author may not be used to endorse or promote products
78 * you can specify it here. Used to do rule $text attribute in tree
123 #region REWRITING TREES (used by tree parser)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs 18 * 3. The name of the author may not be used to endorse or promote products
77 * you can specify it here. Used to do rule $text attribute in tree
122 #region REWRITING TREES (used by tree parser)
  /external/chromium_org/chrome/app/
chrome_exe_main_mac.cc 30 __attribute__((used))
  /external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h 9 #error Only one SkRefCnt should be used.
  /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/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...]
  /external/clang/test/Sema/
attr-args.c 12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no arguments}}

Completed in 4210 milliseconds

1 2 34 5 6 7 8 91011>>