HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 351 - 375 of 4561) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 109 uint32_t used; member in struct:vmw_svga_winsys_context::__anon30279
116 uint32_t used; member in struct:vmw_svga_winsys_context::__anon30280
124 uint32_t used; member in struct:vmw_svga_winsys_context::__anon30281
132 uint32_t used; member in struct:vmw_svga_winsys_context::__anon30282
191 for(i = 0; i < vswc->region.used; ++i) {
212 if (vswc->command.used || pfence != NULL)
217 vswc->command.used,
223 vswc->command.used = 0;
226 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) {
234 vswc->surface.used = 0
    [all...]
  /device/google/contexthub/lib/include/nanohub/
nanoapp.h 28 void assertMem(size_t used, size_t total);
  /external/adhd/cras/src/server/
buffer_share.h 12 unsigned int used; member in struct:id_offset
25 * Creates a buffer share object. This object is used to manage the read or
  /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/clang/test/Sema/
attr-args.c 12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no arguments}}
  /external/curl/docs/cmdline-opts/
capath.d 15 used several times, the last one will be used.
trace-ascii.d 14 If this option is used several times, the last one will be used.
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-tm-spd-vsx.c 24 __attribute__((used)) void load_vsx(void)
29 __attribute__((used)) void load_vsx_new(void)
34 __attribute__((used)) void load_vsx_ckpt(void)
39 __attribute__((used)) void wait_parent(void)
  /external/ltp/include/lapi/
rt_sigaction.h 121 static void __attribute__((used)) __rt_sigreturn_stub(void)
137 static void __attribute__((used)) __rt_sigreturn_stub(void)
145 static void __attribute__((used)) __sigreturn_stub(void)
165 __attribute__ ((optimize("Os"))) __attribute__((used)) restore_rt(void)
181 * act/oact values of INVAL_SA_PTR is used to pass
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_dead_code.c 29 * It walks all the instructions finding what temps are used, then walks again
88 bool *used = calloc(c->num_temps, sizeof(bool)); local
93 used[inst->src[i].index] = true;
101 !used[inst->dst.index])) {
150 free(used);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 77 - intel->batch.used*4;
87 intel->batch.map[intel->batch.used++] = dword;
112 intel->batch.emit = intel->batch.used;
123 unsigned int _n = batch->used - batch->emit;
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 294 cache->used = 0;
346 /* found the block in the cache, increment used count and
349 if(entry->used == 0) {
351 cache->used ++;
353 entry->used ++;
371 cache->used ++;
406 cache->used ++;
425 entry->used = 1;
489 entry->used --;
490 if(entry->used == 0)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10135.go 7 // Issue 10135: append a slice with zero-sized element used
9 // old slice, even if it's nil, so this program used to panic
issue19359.go 34 set(m, "abc") // used to throw
36 del(m, "abc") // used to throw
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10135.go 7 // Issue 10135: append a slice with zero-sized element used
9 // old slice, even if it's nil, so this program used to panic
issue19359.go 34 set(m, "abc") // used to throw
36 del(m, "abc") // used to throw
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
binop-segref.s 1 ; This used to be part of the binop test; differences broke when the
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
gas-segfault.s 2 # This source file used to make GAS crash with a seg fault
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-1.s 1 # Source file used to test the branches to locals in this file.
daddi.s 1 # Source file to test immediates used with the DADDI instruction.
jal-svr4pic-noreorder.s 1 # Source file used to test the jal macro with -KPIC code.
jal-svr4pic.s 1 # Source file used to test the jal macro with -KPIC code.
lui-2.s 1 # Source code used to test error diagnostics with the LUI instruction.

Completed in 1099 milliseconds

<<11121314151617181920>>