Searched defs:weak (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/vbo/
H A Dvbo.h46 GLuint weak:1; member in struct:_mesa_prim
H A Dvbo_save_api.c447 GLboolean weak; local
457 weak = save->prim[i].weak;
467 save->prim[0].weak = weak;
908 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0;
1606 prim->weak ? " (weak)" : "",
/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp144 * However, there is no such call and as of Fc 2.11.0 even FcPatternEquals ignores the weak bit.
145 * Currently, the only reliable way of finding the weak bit is by its effect on matching.
146 * The weak bit only affects the matching of FC_FAMILY and FC_POSTSCRIPT_NAME object values.
147 * A element with the weak bit is scored after FC_LANG, without the weak bit is scored before.
148 * Note that the weak bit is stored on the element, not on the value it holds.
187 SkAutoFcPattern weak; local
188 FcPatternAddString(weak, object, (const FcChar8*)"nomatchstring");
189 FcPatternAddLangSet(weak, FC_LANG, weakLangSet);
192 FcFontSetAdd(fontSet, weak
[all...]
/external/clang/test/CodeGen/
H A Datomic-ops.c133 // CHECK: [[PAIR:%[.0-9A-Z_a-z]+]] = cmpxchg weak i32* [[PTR:%[.0-9A-Z_a-z]+]], i32 [[EXPECTED:%[.0-9A-Z_a-z]+]], i32 [[DESIRED:%[.0-9A-Z_a-z]+]]
432 // CHECK: cmpxchg weak i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} seq_cst acquire
441 // CHECK: cmpxchg weak i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} seq_cst
514 void generalWeakness(int *ptr, int *ptr2, _Bool weak) { argument
515 __atomic_compare_exchange_n(ptr, ptr2, 42, weak, memory_order_seq_cst, memory_order_seq_cst);
526 // CHECK: cmpxchg weak {{.*}} seq_cst seq_cst
532 void EMIT_ALL_THE_THINGS(int *ptr, int *ptr2, int new, _Bool weak, int success, int fail) { argument
533 __atomic_compare_exchange(ptr, ptr2, &new, weak, success, fail);
536 // CHECK: = cmpxchg weak {{.*}} monotonic monotonic
539 // CHECK: = cmpxchg weak {{
[all...]
/external/opencv/ml/include/
H A Dml.h1129 CvSeq* weak; member in class:CvBoost
/external/elfutils/src/src/
H A Dld.h324 /* Determine whether we have any non-weak unresolved references left. */
447 unsigned int weak:1; member in struct:symbol
868 /* Number of truely unresolved, non-weak entries in the list. */
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1970 // optional bool weak = 10 [default = false];
1974 inline bool weak() const;
5726 // optional bool weak = 10 [default = false];
5740 inline bool FieldOptions::weak() const { function in class:google::protobuf::FieldOptions
5741 // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.weak)
5747 // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.weak)

Completed in 5234 milliseconds