HomeSort by relevance Sort by last modified time
    Searched full:funcs (Results 476 - 500 of 684) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/include/
obstack.h 179 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */
180 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
  /toolchain/binutils/binutils-2.25/libiberty/
pex-unix.c 319 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
337 return pex_init_common (flags, pname, tempbase, &funcs);
pex-win32.c 95 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
113 return pex_init_common (flags, pname, tempbase, &funcs);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/text/
template.a 140 type @"text/template/parse".Tree struct { Name string; ParseName string; Root *@"text/template/parse".ListNode; @"text/template/parse".text string; @"text/template/parse".funcs []map[string]interface {}; @"text/template/parse".lex *@"text/template/parse".lexer; @"text/template/parse".token [3]@"text/template/parse".item; @"text/template/parse".peekCount int; @"text/template/parse".vars []string }
143 func (@"text/template/parse".t·3 *@"text/template/parse".Tree) Parse (@"text/template/parse".text·4 string, @"text/template/parse".leftDelim·5 string, @"text/template/parse".rightDelim·6 string, @"text/template/parse".treeSet·7 map[string]*@"text/template/parse".Tree "esc:0x1", @"text/template/parse".funcs·8 ...map[string]interface {}) (@"text/template/parse".tree·1 *@"text/template/parse".Tree, @"text/template/parse".err·2 error)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/text/
template.a 140 type @"text/template/parse".Tree struct { Name string; ParseName string; Root *@"text/template/parse".ListNode; @"text/template/parse".text string; @"text/template/parse".funcs []map[string]interface {}; @"text/template/parse".lex *@"text/template/parse".lexer; @"text/template/parse".token [3]@"text/template/parse".item; @"text/template/parse".peekCount int; @"text/template/parse".vars []string }
143 func (@"text/template/parse".t·3 *@"text/template/parse".Tree) Parse (@"text/template/parse".text·4 string, @"text/template/parse".leftDelim·5 string, @"text/template/parse".rightDelim·6 string, @"text/template/parse".treeSet·7 map[string]*@"text/template/parse".Tree "esc:0x1", @"text/template/parse".funcs·8 ...map[string]interface {}) (@"text/template/parse".tree·1 *@"text/template/parse".Tree, @"text/template/parse".err·2 error)
    [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.
971 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
113 funcs.getIntegerv(name, &val);
917 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
1142 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 114 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
117 funcs.getIntegerv(name, &val);
811 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glProgramUniform1f(), where possible. If not given, use pass-by-pointer versions.
960 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
965 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
966 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
967 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 66 struct hfunc *funcs; /* SQLite user defined function handles */ member in struct:__anon14252
828 while ((f = h->funcs)) {
829 h->funcs = f->next;
1110 h->funcs = 0;
    [all...]
  /external/nanopb-c/docs/
reference.rst 286 } funcs;
295 When calling `pb_encode`_, *funcs.encode* is used, and similarly when calling `pb_decode`_, *funcs.decode* is used. The function pointers are stored in the same memory location but are of incompatible types. You can set the function pointer to NULL to skip the field.
    [all...]
  /external/autotest/client/tests/dbt2/
dbt2-0.39.tar.bz2 
  /external/e2fsprogs/lib/ext2fs/
bitops.h 225 #else /* !INCLUDE_INLINE FUNCS */
  /external/freetype/src/cff/
cffgload.c 669 face->root.internal->incremental_interface->funcs->get_glyph_data(
712 face->root.internal->incremental_interface->funcs->free_glyph_data(
    [all...]
  /external/libdrm/radeon/
radeon_cs_gem.c 550 csm->base.funcs = &radeon_cs_gem_funcs;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c 669 face->root.internal->incremental_interface->funcs->get_glyph_data(
712 face->root.internal->incremental_interface->funcs->free_glyph_data(
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1parse.c 256 parser->root.funcs.done( &parser->root );
  /external/llvm/include/llvm/Support/
GCOV.h 420 void printFunctionSummary(raw_ostream &OS, const FunctionVector &Funcs) const;
  /external/llvm/tools/bugpoint/
BugDriver.h 318 void PrintFunctionList(const std::vector<Function*> &Funcs);
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 451 /** different blend funcs per rendertarget */
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 355 (*gc->funcs->ChangeClip) (gc, CT_REGION, copy_clip, 0);
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 253 dest.data.funcs.decode = &callback_check;
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 669 face->root.internal->incremental_interface->funcs->get_glyph_data(
712 face->root.internal->incremental_interface->funcs->free_glyph_data(
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1parse.c 256 parser->root.funcs.done( &parser->root );
  /frameworks/rs/
rsg_generator.c 210 // Generate RS funcs that send messages on the local FIFO.
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 242 /* Work done by the followinig funcs in testbench should be done here.

Completed in 2438 milliseconds

<<11121314151617181920>>