/external/libdrm/nouveau/ |
bufctx.c | 154 struct nouveau_bufref *bref = nouveau_bufctx_refn(bctx, bin, bo, flags); local 155 if (bref) { 156 bref->packet = packet; 157 bref->data = data; 158 bref->vor = vor; 159 bref->tor = tor; 163 return bref;
|
pushbuf.c | 491 struct nouveau_bufref *bref; local 505 DRMLISTFOREACHENTRY(bref, &bctx->pending, thead) { 506 kref = pushbuf_kref(push, bref->bo, bref->flags); 512 if (bref->packet) { 513 pushbuf_krel(push, bref->bo, bref->packet, 0, 0, 0); 515 pushbuf_krel(push, bref->bo, bref->data, bref->flags [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_context.c | 51 struct nouveau_bufref *bref; local 52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { 53 struct nv04_resource *res = bref->priv; 57 if (bref->flags & NOUVEAU_BO_RD) 60 if (bref->flags & NOUVEAU_BO_WR) {
|
nv30_winsys.h | 88 struct nouveau_bufref *bref = local 98 bref->priv = NULL; 99 return bref;
|
nv30_state_validate.c | 468 struct nouveau_bufref *bref; local 522 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) { 523 struct nv04_resource *res = bref->priv; 527 if (bref->flags & NOUVEAU_BO_RD) 530 if (bref->flags & NOUVEAU_BO_WR) {
|
/external/llvm/bindings/go/llvm/ |
IRBindings.cpp | 94 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line, 97 unwrap(Bref)->SetCurrentDebugLocation(
|
IRBindings.h | 54 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,
|
/external/tensorflow/tensorflow/core/util/ |
presized_cuckoo_map.h | 256 const Bucket& bref = buckets_[b]; local 258 if (bref.keys[i] == k) { 259 *out = bref.values[i]; 269 const Bucket& bref = buckets_[bucket]; local 271 if (bref.keys[i] == kUnusedSlot) { 315 const Bucket& bref = buckets_[e.bucket]; local 318 uint64 next_bucket = alt_bucket(bref.keys[slot], e.bucket);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regparse.h | 74 #define NBREF(node) (&((node)->u.bref))
262 BRefNode bref;
member in union:_Node::__anon8333
|
/external/clang/test/SemaCXX/ |
enable_if.cpp | 313 auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve overloaded function 'foo' to type}} 326 constexpr auto BRef = (CharFooTy)&foo; 330 static_assert(B == BRef && BRef == BExplicit, "");
|
/external/llvm/lib/MC/ |
MCObjectStreamer.cpp | 318 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); 320 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCStreamer.cpp | 45 const MCExpr *BRef = 48 MCBinaryExpr::Create(MCBinaryExpr::Sub, ARef, BRef, Context);
|
/packages/inputmethods/LatinIME/java/res/values-fr/ |
strings-letter-descriptions.xml | 86 <string name="spoken_accented_letter_012D" msgid="2933871131556503448">"I, bref"</string>
|
/packages/inputmethods/LatinIME/java/res/values-fr-rCA/ |
strings-letter-descriptions.xml | 86 <string name="spoken_accented_letter_012D" msgid="2933871131556503448">"i, bref"</string>
|
/packages/inputmethods/LatinIME/dictionaries/ |
fr_wordlist.combined.gz | |
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/ |
platform-3.4.0.jar | |