HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 901 - 925 of 1020) sorted by null

<<31323334353637383940>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 1501 char cc = descriptionBuffer.charAt(i); local
    [all...]
  /external/iputils/
ping6.c 1359 int cc; local
1381 int cc; local
1402 int len, cc; local
    [all...]
rdisc.c 93 static void pr_pack(char *buf, int cc, struct sockaddr_in *from);
465 int cc; local
467 cc=recvfrom(s, (char *)packet, len, 0,
469 if (cc<0) {
477 pr_pack( (char *)packet, cc, &from );
589 int packetlen, i, cc; local
620 cc = sendbcastif(s, (char *)outpack, packetlen,
623 cc = sendmcastif( s, (char *)outpack, packetlen, sin,
640 cc = sendto( s, (char *)outpack, packetlen, 0,
644 cc = packetlen
999 int i, cc; local
1016 int cc; local
1041 int i, cc; local
1058 int cc; local
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 72 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
73 switch (cc) {
74 default: Out << "cc" << cc; break; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 764 CondCode cc, ccZ; local
769 cc = si->setCond;
774 case CC_LT: cc = CC_FL; break;
775 case CC_GE: cc = CC_TR; break;
776 case CC_EQ: cc = inverseCondCode(cc); break;
777 case CC_LE: cc = inverseCondCode(cc); break;
783 i->asCmp()->setCond = cc;
911 // SLCT(a, b, const) -> cc(const) ? a :
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1622 union pipe_color_union cc; local
    [all...]
  /external/openssh/
channels.c 388 struct channel_confirm *cc; local
414 while ((cc = TAILQ_FIRST(&c->status_confirms)) != NULL) {
415 if (cc->abandon_cb != NULL)
416 cc->abandon_cb(c, cc->ctx);
417 TAILQ_REMOVE(&c->status_confirms, cc, entry);
418 bzero(cc, sizeof(*cc));
419 xfree(cc);
633 " #%d %.300s (t%d r%d i%d/%d o%d/%d fd %d/%d cc %d)\r\n"
690 struct channel_confirm *cc; local
2605 struct channel_confirm *cc; local
    [all...]
packet.c 325 CipherContext *cc; local
328 cc = &active_state->send_context;
330 cc = &active_state->receive_context;
332 cipher_get_keyiv(cc, iv, len);
338 CipherContext *cc; local
341 cc = &active_state->send_context;
343 cc = &active_state->receive_context;
345 return (cipher_get_keycontext(cc, dat));
351 CipherContext *cc; local
354 cc = &active_state->send_context
364 CipherContext *cc; local
377 CipherContext *cc; local
738 CipherContext *cc; local
    [all...]
  /external/svox/pico/lib/
picocep.c 1137 picoos_uint8 ceporder, ceporder2, cc; local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 56 uint32_t get_fcsr_condition_bit(uint32_t cc) {
57 if (cc == 0) {
60 return 24 + cc;
2010 uint32_t cc, fcsr_cc; local
2243 uint32_t cc = instr->FBccValue(); local
2324 uint32_t cc, cc_value, fcsr_cc; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 412 AMD64CondCode cc; local
533 cc = Acc_ALWAYS;
566 cc = Acc_ALWAYS;
573 cc = iselCondCode( env, guard );
588 cc,
4032 AMD64CondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_arm_isel.c 383 ARMCondCode cc; local
527 cc = ARMcc_AL;
570 cc = ARMcc_AL;
577 cc = iselCondCode( env, guard );
618 addInstr(env, ARMInstr_Call( cc, target, nextArgReg ));
965 ARMCondCode cc = iselCondCode_wrk(env,e); local
966 vassert(cc != ARMcc_NV);
967 return cc;
1775 ARMCondCode cc; local
6010 ARMCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_mips_isel.c 367 MIPSCondCode cc; local
461 cc = MIPScc_AL;
490 cc = MIPScc_AL;
496 cc = iselCondCode(env, guard);
515 if (cc == MIPScc_AL) {
516 addInstr(env, MIPSInstr_CallAlways(cc, target, argiregs));
518 addInstr(env, MIPSInstr_Call(cc, target, argiregs, src));
519 } else if (cc == MIPScc_AL) {
520 addInstr(env, MIPSInstr_CallAlways(cc, (Addr32) target, argiregs));
522 addInstr(env, MIPSInstr_Call(cc, (Addr32) target, argiregs, src))
793 MIPSCondCode cc; local
1286 MIPSCondCode cc; local
1300 MIPSCondCode cc; local
1351 MIPSCondCode cc; local
1623 MIPSCondCode cc = iselCondCode_wrk(env,e); local
1654 MIPSCondCode cc; local
2985 MIPSCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_s390_isel.c 458 s390_cc_t cc; local
504 cc = S390_CC_ALWAYS;
511 cc = s390_isel_cc(env, guard);
528 addInstr(env, s390_insn_helper_call(cc, (Addr64)target, n_args,
557 s390 VEX b6 b2 b0 cc.1 cc.0
563 b0 = cc.0
564 b2 = cc.0 & cc.1
565 b6 = ~(cc.0 ^ cc.1) // ((cc.0 - cc.1) + 0x1 ) & 0x
1395 s390_cc_t cc = s390_isel_cc(env, cond_expr->Iex.Unop.arg); local
    [all...]
host_x86_isel.c 368 void callHelperAndClearArgs ( ISelEnv* env, X86CondCode cc,
376 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
409 X86CondCode cc; local
574 cc = Xcc_ALWAYS;
581 cc = iselCondCode( env, guard );
586 callHelperAndClearArgs( env, cc, cee, n_arg_ws );
4065 X86CondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 134 a 64-bit platform, this cc-field contains a pointer to a const
427 void set_cc ( Block* b, HChar* cc )
431 *(HChar**)&b2[0] = cc;
1263 typedef struct { ULong nBytes; ULong nBlocks; HChar* cc; } AnCC; member in struct:__anon29656
1283 HChar* cc; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 612 Connection[] cc = that.mConnections.toArray( local
614 for (Connection c : cc) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2212 uint32 a1, a0, b1, b0, t, cc = 0; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1676 int cc; local
1779 int cc; local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 651 final int cc = getChildCount(); local
653 if (cc > 5) { // There is a previous view (transition or media item)
654 final View view = getChildAt(cc - 5);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 4007 Cursor cc = db.query("thumbnails", sDataOnlyColumn, local
4031 Cursor cc = db.query("audio_playlists_map", local
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 5 #include "cc/output/gl_renderer.h"
19 #include "cc/base/math_util.h"
20 #include "cc/layers/video_layer_impl.h"
21 #include "cc/output/compositor_frame.h"
22 #include "cc/output/compositor_frame_metadata.h"
23 #include "cc/output/context_provider.h"
24 #include "cc/output/copy_output_request.h"
25 #include "cc/output/geometry_binding.h"
26 #include "cc/output/gl_frame_data.h"
27 #include "cc/output/output_surface.h
57 namespace cc { namespace
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 5 #include "cc/trees/layer_tree_host_impl.h"
15 #include "cc/animation/scrollbar_animation_controller.h"
16 #include "cc/animation/timing_function.h"
17 #include "cc/base/math_util.h"
18 #include "cc/base/util.h"
19 #include "cc/debug/debug_rect_history.h"
20 #include "cc/debug/frame_rate_counter.h"
21 #include "cc/debug/overdraw_metrics.h"
22 #include "cc/debug/paint_time_counter.h"
23 #include "cc/debug/rendering_stats_instrumentation.h
74 namespace cc { namespace
    [all...]
layer_tree_host_impl_unittest.cc 5 #include "cc/trees/layer_tree_host_impl.h"
12 #include "cc/base/math_util.h"
13 #include "cc/input/top_controls_manager.h"
14 #include "cc/layers/delegated_renderer_layer_impl.h"
15 #include "cc/layers/heads_up_display_layer_impl.h"
16 #include "cc/layers/io_surface_layer_impl.h"
17 #include "cc/layers/layer_impl.h"
18 #include "cc/layers/quad_sink.h"
19 #include "cc/layers/render_surface_impl.h"
20 #include "cc/layers/scrollbar_layer_impl.h
58 namespace cc { namespace
    [all...]
layer_tree_host_unittest.cc 5 #include "cc/trees/layer_tree_host.h"
11 #include "cc/animation/timing_function.h"
12 #include "cc/debug/frame_rate_counter.h"
13 #include "cc/layers/content_layer.h"
14 #include "cc/layers/content_layer_client.h"
15 #include "cc/layers/io_surface_layer.h"
16 #include "cc/layers/layer_impl.h"
17 #include "cc/layers/picture_layer.h"
18 #include "cc/layers/scrollbar_layer.h"
19 #include "cc/layers/solid_color_layer.h
61 namespace cc { namespace
    [all...]

Completed in 3409 milliseconds

<<31323334353637383940>>