HomeSort by relevance Sort by last modified time
    Searched refs:privates (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 244 BufferPrivatePtr privates; local
252 privates = calloc(count, sizeof *privates);
253 if (!privates)
258 buffers[i].driverPrivate = &privates[i];
267 free(privates);
  /external/freetype/include/
t1tables.h 311 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h 311 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 311 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 133 FT_NEW_ARRAY( blend->privates [1], num_designs ) ||
141 blend->privates [0] = &face->type1.private_dict;
147 blend->privates [nn] = blend->privates [nn - 1] + 1;
530 FT_FREE( blend->privates[1] );
536 blend->privates [n] = NULL;
982 objects = (void**)blend->privates;
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 1703 helper_expr_const_range privates() const { function in class:clang::OMPReductionClause
1706 helper_expr_range privates() { function in class:clang::OMPReductionClause
1907 privates_range privates() { function in class:clang::OMPLinearClause
1910 privates_const_range privates() const { function in class:clang::OMPLinearClause
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 388 for (auto *E : C->privates()) {
403 for (auto *E : C->privates()) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 663 auto IPriv = C->privates().begin();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 298 milliseconds