HomeSort by relevance Sort by last modified time
    Searched refs:cs (Results 426 - 450 of 1863) sorted by null

<<11121314151617181920>>

  /external/u-boot/board/freescale/bsc9132qds/
ddr.c 18 .cs[0].bnds = CONFIG_SYS_DDR_CS0_BNDS,
19 .cs[0].config = CONFIG_SYS_DDR_CS0_CONFIG,
20 .cs[0].config_2 = CONFIG_SYS_DDR_CS0_CONFIG_2,
45 .cs[0].bnds = CONFIG_SYS_DDR_CS0_BNDS,
46 .cs[0].config = CONFIG_SYS_DDR_CS0_CONFIG,
47 .cs[0].config_2 = CONFIG_SYS_DDR_CS0_CONFIG_2,
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.cc 45 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
103 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
127 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
149 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
210 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
223 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
video_render_mac_cocoa_impl.mm 50 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
74 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
98 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
119 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
179 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
192 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
  /art/compiler/trampolines/
trampoline_compiler.cc 86 size_t cs = __ CodeSize(); local
87 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
128 size_t cs = __ CodeSize(); local
129 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
160 size_t cs = __ CodeSize(); local
161 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
192 size_t cs = __ CodeSize(); local
193 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
213 size_t cs = __ CodeSize(); local
214 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
234 size_t cs = __ CodeSize(); local
    [all...]
  /external/clang/test/CodeGen/
complex.c 42 __complex__ short cs; variable
52 cs += i;
54 cs /= ci1;
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 30 * ClearsilverFactory that adapts JSilver for use as any HDF/CS rendering engine.
93 JCs cs = new JCs(JHdf.cast(hdf), jSilver, loadPathCache); local
94 cs.setGlobalHDF(globalHdf);
95 return cs;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_performance.c 104 enum clnt_stat cs; local
119 cs = rpc_broadcast(progNum, VERSNUM, PROCNUM,
133 if (cs == RPC_SUCCESS) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_performance.c 107 enum clnt_stat cs; local
119 cs = rpc_broadcast_exp(progNum, VERSNUM, PROCNUM,
134 if (cs == RPC_SUCCESS) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_performance.c 98 enum clnt_stat cs; local
120 cs = rpc_call(hostname, progNum, VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
133 if (cs == RPC_SUCCESS) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 39 struct radeon_winsys_cs *cs = ctx->b.gfx.cs; local
52 if (unlikely(!radeon_cs_memory_below_limit(ctx->b.screen, ctx->b.gfx.cs,
62 /* If the CS is sufficiently large, don't count the space needed
65 if (!ctx->b.ws->cs_check_space(cs, 2048))
73 struct radeon_winsys_cs *cs = ctx->b.gfx.cs; local
79 if (!radeon_emitted(cs, ctx->b.initial_gfx_cs_size))
93 if (radeon_emitted(ctx->b.dma.cs, 0)) {
124 si_save_cs(ws, cs, &ctx->current_saved_cs->gfx, true)
    [all...]
  /external/u-boot/arch/x86/cpu/
start16.S 39 o32 cs lidt idt_ptr
40 o32 cs lgdt gdt_ptr
55 o32 cs ljmp *(%bp)
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 68 rtc::CritScope cs(&capture_crit_);
80 rtc::CritScope cs(&capture_crit_);
99 rtc::CritScope cs(&capture_crit_);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.cc 59 rtc::CritScope cs(&buffers_lock_);
87 rtc::CritScope cs(&buffers_lock_);
96 rtc::CritScope cs(&buffers_lock_);
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_event_win.cc 77 * http://www.cs.wustl.edu/~schmidt/win32-cv-1.html (section 3.2).
136 CriticalSectionWindows* cs = local
138 LeaveCriticalSection(&cs->crit);
164 EnterCriticalSection(&cs->crit);
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 103 rtc::CritScope cs(&lock_);
117 rtc::CritScope cs(&lock_);
122 rtc::CritScope cs(&lock_);
  /frameworks/av/services/camera/libcameraservice/hidl/
HidlCameraService.h 71 static sp<HidlCameraService> getInstance(android::CameraService *cs);
74 HidlCameraService(android::CameraService *cs) : mAidlICameraService(cs) { };
  /bionic/libc/arch-arm/cortex-a7/bionic/
memset.S 114 itt cs
133 itt cs
144 itt cs
159 itt cs
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 64 unsigned long cs; member in struct:pt_regs
  /build/make/tools/droiddoc/templates-pdk/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-finally.hpp 82 composite_subscription cs; local
83 dl.add(cs);
84 cs.add([=](){
88 return make_subscriber<value_type>(cs, this_type(d));
rx-multicast.hpp 63 void on_connect(composite_subscription cs) const {
68 state->connection.reset(destination.add(cs));
73 cs.add(
81 // use cs not destination for lifetime of subscribe.
82 state->source.subscribe(cs, destination);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 11 template<const short cs> class B { };
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
Charset88591.java 26 public CharsetDecoder88591(CharsetICU cs) {
27 super(cs);
65 public CharsetEncoder88591(CharsetICU cs) {
66 super(cs);
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 72 unsigned long cs; member in struct:pt_regs
  /external/libjpeg-turbo/
cdjpeg.h 156 #define IsExtRGB(cs) \
157 (cs == JCS_RGB || (cs >= JCS_EXT_RGB && cs <= JCS_EXT_ARGB))

Completed in 3668 milliseconds

<<11121314151617181920>>