HomeSort by relevance Sort by last modified time
    Searched defs:tinfo (Results 1 - 11 of 11) sorted by null

  /external/libcups/cups/
testcreds.c 41 tinfo[1024]; /* String for trust store credentials */ local
111 httpCredentialsString(tcreds, tinfo, sizeof(tinfo));
116 printf(" String: \"%s\"\n", tinfo);
  /external/compiler-rt/lib/safestack/
safestack.cc 126 struct tinfo { struct
138 struct tinfo *tinfo = (struct tinfo *)arg; local
140 void *(*start_routine)(void *) = tinfo->start_routine;
141 void *start_routine_arg = tinfo->start_routine_arg;
143 // Setup the unsafe stack; this will destroy tinfo content
144 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size,
145 tinfo->unsafe_stack_guard)
195 struct tinfo *tinfo = local
    [all...]
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 56 HostConnection *HostConnection::getWithThreadInfo(EGLThreadInfo* tinfo) {
62 if (!tinfo) {
66 if (tinfo->hostConn == NULL) {
113 tinfo->hostConn = con;
116 return tinfo->hostConn;
120 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
121 if (!tinfo) {
125 if (tinfo->hostConn) {
126 delete tinfo->hostConn;
127 tinfo->hostConn = NULL
    [all...]
  /external/iptables/extensions/
libxt_NFQUEUE.c 158 const struct xt_NFQ_info *tinfo = local
160 printf(" NFQUEUE num %u", tinfo->queuenum);
166 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; local
167 unsigned int last = tinfo->queues_total;
170 last += tinfo->queuenum - 1;
171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
173 printf(" NFQUEUE num %u", tinfo->queuenum);
214 const struct xt_NFQ_info *tinfo = local
217 printf(" --queue-num %u", tinfo->queuenum);
222 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data local
269 struct xt_NFQ_info_v1 *tinfo = (void *)t->data; local
276 const struct xt_NFQ_info *tinfo = local
287 const struct xt_NFQ_info_v1 *tinfo = (const void *)params->target->data; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
sessiondescription.h 140 const TransportInfo* tinfo = GetTransportInfoByName(name); local
141 return tinfo ? &tinfo->description : NULL;
  /external/valgrind/include/
pub_tool_addrinfo.h 114 /* Zeroes/clear all the fields of *tinfo. */
115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo);
127 // On a stack. tinfo indicates which thread's stack?
137 ThreadInfo tinfo; member in struct:_AddrInfo::__anon37679::__anon37681
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 105 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
107 uint32_t remaining_mask = tinfo->enabled_mask;
111 assert(tinfo->views[i]);
113 res = virgl_resource(tinfo->views[i]->base.texture);
701 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
705 remaining_mask = tinfo->enabled_mask & disable_mask;
709 assert(tinfo->views[i]);
711 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], NULL);
717 if (views[i] == (struct pipe_sampler_view *)tinfo->views[i])
722 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], views[i])
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 305 bfd_sym_display_table_summary (f, &dshb->dshb_tinfo, "TINFO");
1633 bfd_sym_type_information_table_entry tinfo; local
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 355 std::pair<CharUnits,CharUnits> tinfo local
357 maxFieldAlign = std::max(maxFieldAlign, tinfo.second);
359 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 196 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
197 if (!media || !tinfo) {
204 if (!tinfo->description.identity_fingerprint) {
233 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
234 if (!tinfo) {
239 if (tinfo->description.ice_ufrag.empty() ||
240 tinfo->description.ice_pwd.empty()) {
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3184 struct ac_tex_info tinfo = { 0 }; local
    [all...]

Completed in 2167 milliseconds