Searched refs:cs (Results 276 - 300 of 1042) sorted by relevance

<<11121314151617181920>>

/external/liblzf/
H A Dlzf.c179 ssize_t us, cs, len; local
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
188 if (cs)
194 header[3] = cs >> 8;
195 header[4] = cs & 0xff;
198 len = cs + TYPE1_HDR_SIZE;
226 ssize_t rc, cs, us, bytes, over = 0; local
253 cs = -1;
262 cs = (header[3] << 8) | header[4];
271 bytes = cs
[all...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc59 CriticalSectionScoped cs(crit_sect_.get());
64 CriticalSectionScoped cs(crit_sect_.get());
69 CriticalSectionScoped cs(crit_sect_.get());
74 CriticalSectionScoped cs(crit_sect_.get());
79 CriticalSectionScoped cs(crit_sect_.get());
98 CriticalSectionScoped cs(crit_sect_.get());
121 CriticalSectionScoped cs(crit_sect_.get());
134 CriticalSectionScoped cs(crit_sect_.get());
150 CriticalSectionScoped cs(crit_sect_.get());
169 CriticalSectionScoped cs(crit_sect
[all...]
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_internal_impl.cc311 CriticalSectionScoped cs(&_moduleCrit);
318 CriticalSectionScoped cs(&_moduleCrit);
365 CriticalSectionScoped cs(&_moduleCrit);
370 CriticalSectionScoped cs(&_moduleCrit);
395 CriticalSectionScoped cs(&_moduleCrit);
437 CriticalSectionScoped cs(&_moduleCrit);
466 CriticalSectionScoped cs(&_moduleCrit);
493 CriticalSectionScoped cs(&_moduleCrit);
509 CriticalSectionScoped cs(&_moduleCrit);
516 CriticalSectionScoped cs(
[all...]
/external/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-operand-rm-t32-all-low-rd-is-rn-in-it-block.cc119 {{cs, r3, r3, r0}, true, cs, "cs r3 r3 r0", "cs_r3_r3_r0"},
158 {{cs, r7, r7, r3}, true, cs, "cs r7 r7 r3", "cs_r7_r7_r3"},
172 {{cs, r1, r1, r6}, true, cs, "cs r1 r1 r6", "cs_r1_r1_r6"},
173 {{cs, r
[all...]
/external/swiftshader/src/D3D9/
H A DDirect3DQuery9.cpp50 CriticalSection cs(device);
84 CriticalSection cs(this->device);
101 CriticalSection cs(device);
108 CriticalSection cs(device);
137 CriticalSection cs(device);
190 CriticalSection cs(device);
/external/syslinux/core/
H A Dregdump.inc31 push cs
35 push cs
85 dw .cs
102 .cs db 13,10,'CS: ',0
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc45 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
103 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
127 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
149 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
210 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
223 CriticalSectionScoped cs(&_renderMacCarbonCritsect);
H A Dvideo_render_mac_cocoa_impl.mm50 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
74 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
98 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
119 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
179 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
192 CriticalSectionScoped cs(&_renderMacCocoaCritsect);
/external/clang/test/CodeGen/
H A Dcomplex.c42 __complex__ short cs; variable
52 cs += i;
54 cs /= ci1;
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJSilverFactory.java93 JCs cs = new JCs(JHdf.cast(hdf), jSilver, loadPathCache);
94 cs.setGlobalHDF(globalHdf);
95 return cs;
/external/libdrm/amdgpu/
H A Damdgpu_cs.c148 union drm_amdgpu_cs cs; local
174 memset(&cs, 0, sizeof(cs));
175 cs.in.chunks = (uint64_t)(uintptr_t)chunk_array;
176 cs.in.ctx_id = context->id;
178 cs.in.bo_list_handle = ibs_request->resources->handle;
179 cs.in.num_chunks = ibs_request->number_of_ibs;
200 i = cs.in.num_chunks++;
233 i = cs.in.num_chunks++;
244 &cs, sizeo
[all...]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
H A Dtirpc_rpc_broadcast_performance.c104 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/
H A Dtirpc_rpc_broadcast_exp_performance.c107 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/
H A Dtirpc_rpc_call_performance.c98 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/opencv/cv/include/
H A Dcvcompat.h966 /* cs - number of the image channels */
967 #define CV_MOVE_TO( pos, _x, _y, cs ) \
969 (pos).x = (_x) >= 0 && (_x) < (pos).width ? (_x) : 0, (pos).currline + (_x) * (cs) )
974 /* cs - number of the image channels */
975 #define CV_GET_CURRENT( pos, cs ) ((pos).currline + (pos).x * (cs))
979 /* cs - number of the image channels */
982 #define CV_MOVE_LEFT( pos, cs ) \
983 ( --(pos).x >= 0 ? (pos).currline + (pos).x*(cs) : 0 )
986 #define CV_MOVE_RIGHT( pos, cs ) \
[all...]
/external/webrtc/talk/media/base/
H A Dcapturerenderadapter.cc68 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/
H A Dvp9_frame_buffer_pool.cc59 rtc::CritScope cs(&buffers_lock_);
87 rtc::CritScope cs(&buffers_lock_);
96 rtc::CritScope cs(&buffers_lock_);
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_event_win.cc77 * 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/
H A Dframe_generator_capturer.cc103 rtc::CritScope cs(&lock_);
117 rtc::CritScope cs(&lock_);
122 rtc::CritScope cs(&lock_);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp11 template<const short cs> class B { };
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharset88591.java26 public CharsetDecoder88591(CharsetICU cs) { argument
27 super(cs);
65 public CharsetEncoder88591(CharsetICU cs) { argument
66 super(cs);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h71 unsigned long cs; member in struct:pt_regs
/external/pdfium/core/fxcodec/codec/
H A Dccodec_jpxmodule.h24 CPDF_ColorSpace* cs);
/external/syslinux/com32/include/syslinux/
H A Dbootrm.h64 uint16_t cs; /* Offset 46 */ member in struct:syslinux_rm_regs
/external/syslinux/gpxe/src/arch/i386/core/
H A Ddumpregs.c10 "pushw %%cs\n\t"
21 ix86->segs.cs, ix86->segs.ss, ix86->segs.ds,

Completed in 5392 milliseconds

<<11121314151617181920>>