HomeSort by relevance Sort by last modified time
    Searched refs:tc (Results 526 - 550 of 886) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 577 pANTLR3_BASE_TREE tc; local
581 tc = adaptor->create(adaptor, child);
582 adaptor->addChild(adaptor, t, tc);
583 adaptor->debugger->addChild(adaptor->debugger, t, tc);
  /external/iproute2/tc/
Makefile 1 TCOBJ= tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o \
121 MODDESTDIR := $(DESTDIR)$(LIBDIR)/tc
127 all: tc $(TCSO)
129 tc: $(TCOBJ) $(LIBNETLINK) libtc.a
137 install -m 0755 tc $(DESTDIR)$(SBINDIR)
150 rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \
177 tc: static-syms.o
  /external/libnl/lib/route/cls/ematch/
text.c 20 #include <netlink-private/tc.h>
  /external/libnl/lib/route/
pktloc.c 13 * @ingroup tc
35 #include <netlink-private/tc.h>
  /libcore/ojluni/src/main/java/java/net/
Socket.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 196 double tc = (a * a * a - a) * derivatives[pivot]; local
198 double y = ta + tb + (delta2 / 6) * (tc + td);
291 double tc = (a * a * a - a) * derivatives[i]; local
293 double y = ta + tb + (delta2 / 6) * (tc + td);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 440 to a contained expression or DECL, possibly updating *TC or *SE
442 tree (*expr_to_decl) (tree expr, bool *tc, bool *se);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
opcodes.s 55 bcd _opcodes_end, BIO,C,TC
74 cc _opcodes_end, tc
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 131 * @param tc the constructor to be added.
133 public void addConstructor(JDiffConstructor tc) {
134 jDiffConstructors.add(tc);
  /external/icu/icu4c/source/test/letest/
gendata.cpp 189 int32_t tc = 0; local
191 while((testCase = root->nextChildElement(tc)) != NULL) {
  /external/jemalloc/include/jemalloc/
jemalloc.h 117 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8))
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 196 TestNoexceptCallable<false> tc; local
202 ASSERT_NOT_NOEXCEPT(std::apply(tc, t));
  /external/llvm/utils/lit/lit/
ProgressBar.py 284 tc = TerminalController()
285 p = ProgressBar(tc, 'Tests')
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 273 tc = TerminalController()
274 p = ProgressBar(tc, 'Tests')
  /kernel/tests/net/test/
packets.py 51 packet.tc = tos
73 fl=0xbeef, hlim=lifetime, tc=0x83) /
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramSocketAdaptor.java 340 public void setTrafficClass(int tc) throws SocketException {
341 setIntOption(StandardSocketOptions.IP_TOS, tc);
SocketAdaptor.java 392 public void setTrafficClass(int tc) throws SocketException {
393 setIntOption(StandardSocketOptions.IP_TOS, tc);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 196 TestNoexceptCallable<false> tc; local
202 ASSERT_NOT_NOEXCEPT(std::apply(tc, t));
  /prebuilts/go/darwin-x86/src/image/jpeg/
huffman.go 99 tc := d.tmp[0] >> 4
100 if tc > maxTc {
101 return FormatError("bad Tc value")
108 h := &d.huff[tc][th]
  /prebuilts/go/linux-x86/src/image/jpeg/
huffman.go 99 tc := d.tmp[0] >> 4
100 if tc > maxTc {
101 return FormatError("bad Tc value")
108 h := &d.huff[tc][th]
  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 378 swig_type_info *tc = cast->type;
379 if (!tc->clientdata) {
380 SWIG_TypeClientData(tc, clientdata);
  /system/bt/bta/jv/
bta_jv_act.cc 1986 struct fc_channel* tc = fcchan_get(fc->chan, false); local
2024 struct fc_channel* tc; local
2104 struct fc_channel* tc; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 240 struct ureg_src tc; local
250 tc = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VTEX, TGSI_INTERPOLATE_LINEAR);
258 * texel.xyz = tex(tc, sampler[i])
262 ureg_TEX(shader, ureg_writemask(texel, TGSI_WRITEMASK_X << i), TGSI_TEXTURE_2D_ARRAY, tc, sampler[i]);
329 struct ureg_src tc; local
343 tc = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VTEX, TGSI_INTERPOLATE_LINEAR);
351 * texel = tex(tc, sampler)
355 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler);
377 struct ureg_src tc, color, sampler; local
384 tc = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VTEX, TGSI_INTERPOLATE_LINEAR)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 143 const GLfloat *tc = ctx->Current.RasterTexCoords[i]; local
146 COPY_4V(span->attrStart[attr], tc);
148 else if (tc[3] > 0.0F) {
150 span->attrStart[attr][0] = tc[0] / tc[3];
151 span->attrStart[attr][1] = tc[1] / tc[3];
152 span->attrStart[attr][2] = tc[2] / tc[3];
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 1142 rfbTextChatMsg tc; local
1145 memset((char *)&tc, 0, sizeof(tc));
1146 tc.type = rfbTextChat;
1147 tc.length = Swap32IfLE(length);
1166 memcpy(&cl->updateBuf[cl->ublen], (char *)&tc, sz_rfbTextChatMsg);
    [all...]

Completed in 1709 milliseconds

<<21222324252627282930>>