HomeSort by relevance Sort by last modified time
    Searched defs:funcs (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
UDTLayout.h 132 ArrayRef<std::unique_ptr<PDBSymbolFunc>> funcs() const { return Funcs; } function in class:llvm::pdb::UDTLayoutBase
145 UniquePtrVector<PDBSymbolFunc> Funcs;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
UDTLayout.h 132 ArrayRef<std::unique_ptr<PDBSymbolFunc>> funcs() const { return Funcs; } function in class:llvm::pdb::UDTLayoutBase
145 UniquePtrVector<PDBSymbolFunc> Funcs;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
UDTLayout.h 132 ArrayRef<std::unique_ptr<PDBSymbolFunc>> funcs() const { return Funcs; } function in class:llvm::pdb::UDTLayoutBase
145 UniquePtrVector<PDBSymbolFunc> Funcs;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
UDTLayout.h 132 ArrayRef<std::unique_ptr<PDBSymbolFunc>> funcs() const { return Funcs; } function in class:llvm::pdb::UDTLayoutBase
145 UniquePtrVector<PDBSymbolFunc> Funcs;
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 1984 const FunctionContainer funcs[] = local
    [all...]
es31fNegativeStateApiTests.cpp 1433 const FunctionContainer funcs[] = local
    [all...]
es31fDrawBuffersIndexedTests.cpp 1233 const deUint32 funcs[] = local
    [all...]
es31fNegativeShaderApiTests.cpp 2628 FunctionContainer funcs[] = local
    [all...]
es31fNegativeTextureApiTests.cpp 4041 FunctionContainer funcs[] = local
    [all...]
  /external/nanopb-c/
pb.h 280 } funcs; member in struct:_pb_callback_t
286 } funcs;
  /external/pdfium/core/fxge/
cfx_font.cpp 589 FXFT_Outline_Funcs funcs; local
590 funcs.move_to = Outline_MoveTo;
591 funcs.line_to = Outline_LineTo;
592 funcs.conic_to = Outline_ConicTo;
593 funcs.cubic_to = Outline_CubicTo;
594 funcs.shift = 0;
595 funcs.delta = 0;
603 FXFT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face), &funcs, &params); local
  /external/tensorflow/tensorflow/c/
c_api_function_test.cc 1566 TF_Function* funcs[2]; local
    [all...]
  /external/valgrind/drd/
drd_pthread_intercepts.c 674 vki_Lc_interface *funcs = ptr; local
675 for (tag = funcs->ci_tag; tag != 0; tag = (++funcs)->ci_tag) {
678 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_guard_intercept)) {
679 DRD_(rtld_bind_guard) = funcs->vki_ci_un.ci_func;
680 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_guard_intercept);
684 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_clear_intercept)) {
685 DRD_(rtld_bind_clear) = funcs->vki_ci_un.ci_func;
686 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_clear_intercept);
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c 337 vki_Lc_interface *funcs = ptr; local
338 for (tag = funcs->ci_tag; tag != 0; tag = (++funcs)->ci_tag) {
341 if (funcs->vki_ci_un.ci_func != _ti_bind_guard_intercept_WRK) {
342 hg_rtld_bind_guard = funcs->vki_ci_un.ci_func;
343 funcs->vki_ci_un.ci_func = _ti_bind_guard_intercept_WRK;
347 if (funcs->vki_ci_un.ci_func != _ti_bind_clear_intercept_WRK) {
348 hg_rtld_bind_clear = funcs->vki_ci_un.ci_func;
349 funcs->vki_ci_un.ci_func = _ti_bind_clear_intercept_WRK;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c 95 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
113 return pex_init_common (flags, pname, tempbase, &funcs);
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 686 PIMAGE_RUNTIME_FUNCTION_ENTRY funcs = local
692 for (DWORD i = 0; i < exception_size / sizeof(*funcs); i++) {
693 DWORD unwind_rva = funcs[i].UnwindInfoAddress;
780 funcs[i].BeginAddress,
781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset);
783 funcs[i].BeginAddress, stack_size);
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 236 hb_uniscribe_shaper_funcs_t *funcs = (hb_uniscribe_shaper_funcs_t *) hb_atomic_ptr_get (&uniscribe_funcs); local
238 if (unlikely (!funcs))
240 funcs = (hb_uniscribe_shaper_funcs_t *) calloc (1, sizeof (hb_uniscribe_shaper_funcs_t));
241 if (unlikely (!funcs))
244 funcs->init ();
246 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, nullptr, funcs)) {
247 free (funcs);
256 return funcs;
307 hb_uniscribe_shaper_funcs_t *funcs; member in struct:hb_uniscribe_shaper_face_data_t
441 data->funcs = hb_uniscribe_shaper_get_funcs ()
619 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 1097 ContextClosureFuncs funcs; member in struct:OT::ContextClosureLookupContext
1103 ContextCollectGlyphsFuncs funcs; member in struct:OT::ContextCollectGlyphsLookupContext
1109 ContextApplyFuncs funcs; member in struct:OT::ContextApplyLookupContext
1595 ContextClosureFuncs funcs; member in struct:OT::ChainContextClosureLookupContext
1601 ContextCollectGlyphsFuncs funcs; member in struct:OT::ChainContextCollectGlyphsLookupContext
1607 ContextApplyFuncs funcs; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 1851 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.cc 1006 std::vector<string> funcs; local
1040 std::vector<string> funcs; local
    [all...]
  /frameworks/rs/
rsContext.h 77 RsdHalFunctions funcs; member in struct:android::renderscript::Context::Hal
  /external/boringssl/src/include/openssl/
asn1t.h 521 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
547 * The 'funcs' field is used for application
550 * For COMPAT types the funcs field gives a
735 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
  /external/honggfuzz/linux/
trace.c 539 static void arch_hashCallstack(run_t* run, funcs_t* funcs, size_t funcCnt, bool enableMasking) {
546 snprintf(pcStr, REGSIZEINCHAR, REG_PD REG_PM, (REG_TYPE)(long)funcs[i].pc);
567 pid_t pid, run_t* run, funcs_t* funcs, size_t funcCnt, siginfo_t* si, const char* instr) {
582 run->report, sizeof(run->report), " <" REG_PD REG_PM "> ", (REG_TYPE)(long)funcs[i].pc);
583 if (funcs[i].func[0] != '\0')
584 util_ssnprintf(run->report, sizeof(run->report), "[%s() + 0x%x at %s]\n", funcs[i].func,
585 funcs[i].line, funcs[i].mapName);
590 (REG_TYPE)(long)funcs[i].pc, funcs[i].func, funcs[i].line, funcs[i].mapName)
617 funcs_t* funcs = util_Malloc(_HF_MAX_FUNCS * sizeof(funcs_t)); local
676 funcs_t* funcs = util_Malloc(_HF_MAX_FUNCS * sizeof(funcs_t)); local
986 funcs_t* funcs = util_Malloc(_HF_MAX_FUNCS * sizeof(funcs_t)); local
1102 funcs_t* funcs = util_Malloc(_HF_MAX_FUNCS * sizeof(funcs_t)); local
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 813 void PopulateFunctionTable(VariableProxy* table, ArrayLiteral* funcs) {
819 for (int i = 0; i < funcs->values()->length(); ++i) {
820 VariableProxy* func = funcs->values()->at(i)->AsVariableProxy();
1043 ArrayLiteral* funcs = expr->value()->AsArrayLiteral(); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
101 funcs.getIntegerv(name, &val);
756 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
961 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
966 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
967 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
968 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
    [all...]

Completed in 2040 milliseconds

1 2 34 5