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

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 223 private static boolean IS_JP_DBCS(byte cs) {
224 return ((JISX208 <= cs) && (cs <= KSC5601));
227 private static short CSM(short cs) {
228 return (short)(1<<cs);
323 private byte []cs; /* Charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */ field in class:CharsetISO2022.ISO2022State
328 cs = new byte[4];
332 Arrays.fill(cs, (byte)0);
588 if (myConverterData.toU2022State.cs[2] != 0) {
605 myConverterData.toU2022State.cs[2] = tempState
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c 17 * For now, this focuses on the effects of unusual CS and SS values,
79 * saved CS is not 64-bit)
312 unsigned short cs, gs, fs, ss; member in struct:selectors
324 return &sels->cs;
346 int cs_bitness(unsigned short cs)
349 asm ("lar %[cs], %[ar]\n\t"
354 : [cs] "r" (cs));
379 bool is_valid_ss(unsigned short cs)
382 asm ("lar %[cs], %[ar]\n\t
575 int cs = find_cs(cs_bits); local
701 int cs = force_cs == -1 ? find_cs(cs_bits) : force_cs; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.hh 374 int cs; local
379 cs = use_syllable_machine_start;
402 switch ( _use_syllable_machine_from_state_actions[cs] ) {
410 _keys = _use_syllable_machine_trans_keys + (cs<<1);
411 _inds = _use_syllable_machine_indicies + _use_syllable_machine_index_offsets[cs];
413 _slen = _use_syllable_machine_key_spans[cs];
419 cs = _use_syllable_machine_trans_targs[_trans];
513 switch ( _use_syllable_machine_to_state_actions[cs] ) {
526 if ( _use_syllable_machine_eof_trans[cs] > 0 ) {
527 _trans = _use_syllable_machine_eof_trans[cs] - 1
    [all...]
  /external/skia/include/core/
SkImageInfo.h 214 SkAlphaType at, and optionally SkColorSpace cs.
216 If SkColorSpace cs is nullptr and SkImageInfo is part of drawing source: SkColorSpace
232 @param cs range of colors; may be nullptr
236 sk_sp<SkColorSpace> cs = nullptr) {
237 return SkImageInfo(width, height, ct, at, std::move(cs));
241 SkAlphaType at, and optionally SkColorSpace cs. kN32_SkColorType will equal either
244 If SkColorSpace cs is nullptr and SkImageInfo is part of drawing source: SkColorSpace
255 @param cs range of colors; may be nullptr
259 sk_sp<SkColorSpace> cs = nullptr) {
260 return Make(width, height, kN32_SkColorType, at, std::move(cs));
    [all...]
  /external/skqp/include/core/
SkImageInfo.h 208 SkAlphaType at, and optionally SkColorSpace cs.
210 If SkColorSpace cs is nullptr and SkImageInfo is part of drawing source: SkColorSpace
226 @param cs range of colors; may be nullptr
230 sk_sp<SkColorSpace> cs = nullptr) {
231 return SkImageInfo(width, height, ct, at, std::move(cs));
235 SkAlphaType at, and optionally SkColorSpace cs. kN32_SkColorType will equal either
238 If SkColorSpace cs is nullptr and SkImageInfo is part of drawing source: SkColorSpace
249 @param cs range of colors; may be nullptr
253 sk_sp<SkColorSpace> cs = nullptr) {
254 return Make(width, height, kN32_SkColorType, at, std::move(cs));
    [all...]
  /external/skqp/third_party/harfbuzz/
hb-ot-shape-complex-use-machine.hh 374 int cs; local
379 cs = use_syllable_machine_start;
402 switch ( _use_syllable_machine_from_state_actions[cs] ) {
410 _keys = _use_syllable_machine_trans_keys + (cs<<1);
411 _inds = _use_syllable_machine_indicies + _use_syllable_machine_index_offsets[cs];
413 _slen = _use_syllable_machine_key_spans[cs];
419 cs = _use_syllable_machine_trans_targs[_trans];
513 switch ( _use_syllable_machine_to_state_actions[cs] ) {
526 if ( _use_syllable_machine_eof_trans[cs] > 0 ) {
527 _trans = _use_syllable_machine_eof_trans[cs] - 1
    [all...]
  /external/u-boot/arch/arm/mach-mvebu/
dram.c 116 static void mv_xor_init2(u32 cs)
128 /* Enable Window x for each CS */
134 size = mvebu_sdram_bs(cs) - 1;
137 bank_attr[cs];
164 int cs; local
180 for (cs = 0; cs < CONFIG_NR_DRAM_BANKS; cs++) {
181 size = mvebu_sdram_bs(cs);
188 mv_xor_init2(cs);
    [all...]
  /external/u-boot/board/atmel/sama5d3xek/
sama5d3xek.c 39 &smc->cs[3].setup);
42 &smc->cs[3].pulse);
44 &smc->cs[3].cycle);
48 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
57 &smc->cs[3].mode);
71 &smc->cs[0].setup);
74 &smc->cs[0].pulse);
76 &smc->cs[0].cycle);
80 AT91_SMC_TIMINGS_NFSEL(0), &smc->cs[0].timings);
85 &smc->cs[0].mode)
    [all...]
  /external/webrtc/webrtc/modules/bitrate_controller/
bitrate_controller_impl.cc 109 rtc::CritScope cs(&critsect_);
118 rtc::CritScope cs(&critsect_);
126 rtc::CritScope cs(&critsect_);
133 rtc::CritScope cs(&critsect_);
139 rtc::CritScope cs(&critsect_);
148 rtc::CritScope cs(&critsect_);
159 rtc::CritScope cs(&critsect_);
173 rtc::CritScope cs(&critsect_);
191 rtc::CritScope cs(&critsect_);
213 rtc::CritScope cs(&critsect_)
    [all...]
  /frameworks/av/camera/
CameraBase.cpp 146 const sp<::android::hardware::ICameraService> cs = getCameraService(); local
149 if (cs != nullptr) {
151 ret = (cs.get()->*fnConnectService)(cl, cameraId, clientPackageName, clientUid,
159 (cs == nullptr) ? "Service not available" : ret.toString8().string());
232 const sp<::android::hardware::ICameraService> cs = getCameraService(); local
234 if (!cs.get()) {
239 binder::Status res = cs->getNumberOfCameras(
254 const sp<::android::hardware::ICameraService> cs = getCameraService(); local
255 if (cs == 0) return UNKNOWN_ERROR;
256 binder::Status res = cs->getCameraInfo(cameraId, cameraInfo)
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 59 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_.get())
    [all...]
  /external/u-boot/drivers/ddr/marvell/axp/
ddr3_init.c 140 u32 ui, reg, cs; local
168 for (cs = 0; cs < MAX_CS; cs++) {
169 if (cs_ena & (1 << cs)) {
170 /* set fast path window control for the cs */
172 reg |= (cs << 2);
175 reg_write(REG_FASTPATH_WIN_CTRL_ADDR(cs), reg);
176 /* set fast path window base address for the cs */
177 reg = (((SDRAM_CS_SIZE + 1) * cs) & 0xFFFF0000)
199 u32 reg, tmp_count, cs, ui; local
1074 u32 cs; local
    [all...]
  /external/webrtc/webrtc/modules/video_render/
video_render_internal_impl.cc 311 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(&_moduleCrit)
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-subscriber.hpp 136 subscriber(trace_id id, composite_subscription cs, U&& o)
137 : lifetime(std::move(cs))
307 auto make_subscriber(const composite_subscription& cs)
309 return subscriber<T, observer<T, detail::stateless_observer_tag, detail::OnNextEmpty<T>>>(trace_id::make_next_id_subscriber(), cs,
314 auto make_subscriber(const composite_subscription& cs,
317 return subscriber<T, observer<T, I>>(trace_id::make_next_id_subscriber(), cs, o);
320 auto make_subscriber(const composite_subscription& cs,
323 return subscriber<T, I>(trace_id::make_next_id_subscriber(), cs, s.get_observer());
326 auto make_subscriber(const composite_subscription& cs, const Observer& o)
331 return subscriber<T, Observer>(trace_id::make_next_id_subscriber(), cs, o)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_fence.c 61 if (rctx->dma.cs)
62 ws->cs_add_fence_dependency(rctx->dma.cs, fence);
63 ws->cs_add_fence_dependency(rctx->gfx.cs, fence);
166 struct radeon_winsys_cs *cs = ctx->b.gfx.cs; local
167 radeon_emit(cs, PKT3(PKT3_WRITE_DATA, 3, 0));
168 radeon_emit(cs, S_370_DST_SEL(V_370_MEM_ASYNC) |
171 radeon_emit(cs, fence_va);
172 radeon_emit(cs, fence_va >> 32);
173 radeon_emit(cs, 0x80000000)
    [all...]
  /external/vixl/test/aarch32/
test-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc 119 {{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, r0, r0, r3}, true, cs, "cs r0 r0 r3", "cs_r0_r0_r3"}
    [all...]
  /external/u-boot/drivers/mtd/nand/
omap_gpmc.c 46 uint8_t cs; member in struct:omap_nand_info
62 int cs = info->cs; local
70 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_cmd;
73 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_adr;
76 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_dat;
111 * http://www.cs.utexas.edu/users/plaxton/c/337/05f/slides/ErrorCorrection-4.pd
187 int cs = info->cs; local
965 int cs = cs_next++; local
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiEntry.asm 64 DB 2eh, 0a1h ; mov ax, cs:[offset16]
67 mov cs:[edi], eax ; mov cs:[bx], ax
68 DB 66h, 2eh, 0a1h ; mov eax, cs:[offset16]
70 mov cs:[edi + 2], ax ; mov cs:[bx + 2], eax
73 lgdt fword ptr cs:[edi] ; lgdt fword ptr cs:[bx]
77 mov cs:[edi - 2], eax ; mov cs:[bx - 2], ax
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-publish.hpp 13 \param cs the subscription to control lifetime (optional).
75 \param cs the subscription to control lifetime (optional).
114 static Result member(Observable&& o, composite_subscription cs) {
115 return Result(Multicast(std::forward<Observable>(o), Subject(cs)));
126 static Result member(Observable&& o, T first, composite_subscription cs = composite_subscription()) {
127 return Result(Multicast(std::forward<Observable>(o), Subject(first, cs)));
150 static Result member(Observable&& o, Coordination&& cn, composite_subscription cs = composite_subscription()) {
151 return Result(Multicast(std::forward<Observable>(o), Subject(std::forward<Coordination>(cn), cs)));
  /external/skia/src/c/
sk_imageinfo.cpp 97 SkColorSpace* cs = (SkColorSpace*)ccs; local
99 SkImageInfo* info = new SkImageInfo(SkImageInfo::Make(w, h, ct, at, sk_ref_sp(cs)));
136 void sk_colorspace_ref(sk_colorspace_t* cs) {
137 SkSafeRef(reinterpret_cast<SkColorSpace*>(cs));
140 void sk_colorspace_unref(sk_colorspace_t* cs) {
141 SkSafeUnref(reinterpret_cast<SkColorSpace*>(cs));
  /external/skqp/src/c/
sk_imageinfo.cpp 97 SkColorSpace* cs = (SkColorSpace*)ccs; local
99 SkImageInfo* info = new SkImageInfo(SkImageInfo::Make(w, h, ct, at, sk_ref_sp(cs)));
136 void sk_colorspace_ref(sk_colorspace_t* cs) {
137 SkSafeRef(reinterpret_cast<SkColorSpace*>(cs));
140 void sk_colorspace_unref(sk_colorspace_t* cs) {
141 SkSafeUnref(reinterpret_cast<SkColorSpace*>(cs));
  /external/swiftshader/src/D3D9/
Direct3DQuery9.cpp 50 CriticalSection cs(device);
84 CriticalSection cs(this->device);
101 CriticalSection cs(device);
108 CriticalSection cs(device);
137 CriticalSection cs(device);
196 CriticalSection cs(device);
  /external/u-boot/arch/arm/dts/
keystone-k2l.dtsi 97 ti,davinci-spi-num-cs = <5>;
101 ti,davinci-spi-num-cs = <3>;
105 ti,davinci-spi-num-cs = <5>;
omap-gpmc-smsc9221.dtsi 32 gpmc,cs-on-ns = <0>;
33 gpmc,cs-rd-off-ns = <42>;
34 gpmc,cs-wr-off-ns = <36>;
omap3-evm.dts 72 gpmc,cs-on-ns = <0>;
73 gpmc,cs-rd-off-ns = <44>;
74 gpmc,cs-wr-off-ns = <44>;

Completed in 3909 milliseconds

<<11121314151617181920>>