HomeSort by relevance Sort by last modified time
    Searched defs:used (Results 26 - 50 of 668) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/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(nullptr), 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; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/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(nullptr), 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; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/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(nullptr), 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; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/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(nullptr), 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; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4393122/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4479392/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4579689/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4630689/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4639204/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(nullptr), 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; }
  /prebuilts/clang/host/linux-x86/clang-4691093/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(nullptr), 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/mesa3d/src/compiler/glsl/
opt_dead_functions.cpp 43 this->used = false;
47 bool used; member in class:__anon29238::signature_entry
94 entry->used = true;
108 entry->used = true;
121 /* Now that we've figured out which function signatures are used, remove
126 if (!entry->used) {
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.c 58 unsigned used; member in struct:pb_validate
80 if(vl->used && vl->entries[vl->used - 1].buf == buf) {
81 vl->entries[vl->used - 1].flags |= flags;
86 if(vl->used == vl->size) {
106 assert(!vl->entries[vl->used].buf);
107 pb_reference(&vl->entries[vl->used].buf, buf);
108 vl->entries[vl->used].flags = flags;
109 ++vl->used;
121 for(i = 0; i < vl->used; ++i)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_cp.c 84 ilo_cp_end_batch(struct ilo_cp *cp, unsigned *used)
99 bo = ilo_builder_end(&cp->builder, used);
146 unsigned used; local
149 bo = ilo_cp_end_batch(cp, &used);
155 bo, used, cp->render_ctx, cp->one_off_flags);
  /external/oj-libjdwp/src/share/back/
bag.c 33 int used; /* number of items in bag */ member in struct:bag
50 theBag->used = 0;
62 newBag->used = oldBag->used;
63 (void)memcpy(newBag->items, oldBag->items, newBag->used * newBag->itemSize);
82 char *itemsEnd = items + (itemSize * theBag->used);
102 if (theBag->used >= allocated) {
109 (void)memcpy(new_items, items, (theBag->used) * itemSize);
115 ret = ((char *)items) + (itemSize * (theBag->used)++);
123 int used = --(theBag->used) local
    [all...]
  /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/vboot_reference/firmware/lib/
region-kernel.c 189 uint32_t used = 0; local
193 used += StrnAppend(outbuf + used, "gbb.flags is nonzero: 0x",
194 OUTBUF_LEN - used);
195 used += Uint64ToString(outbuf + used, OUTBUF_LEN - used,
197 used += StrnAppend(outbuf + used, "\n", OUTBUF_LEN - used);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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
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...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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 */
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/freetype/include/freetype/internal/
fthash.h 83 FT_UInt used; member in struct:FT_HashRec_
  /external/freetype/src/base/
md5.c 221 unsigned long used, available; local
228 used = saved_lo & 0x3f;
230 if (used) {
231 available = 64 - used;
234 memcpy(&ctx->buffer[used], data, size);
238 memcpy(&ctx->buffer[used], data, available);
260 unsigned long used, available; local
262 used = ctx->lo & 0x3f;
264 ctx->buffer[used++] = 0x80;
266 available = 64 - used;
    [all...]

Completed in 1812 milliseconds

12 3 4 5 6 7 8 91011>>