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

<<11121314151617181920>>

  /external/perfetto/src/trace_processor/
storage_table.cc 37 const auto& cs = qc.constraints(); local
38 auto obs = RemoveRedundantOrderBy(cs, qc.order_by());
46 auto index = CreateRangeIterator(cs, argv);
62 const std::vector<QueryConstraints::Constraint>& cs,
69 for (size_t i = 0; i < cs.size(); i++) {
70 const auto& c = cs[i];
89 const auto& c = cs[c_idx];
115 const std::vector<QueryConstraints::Constraint>& cs,
119 for (const auto& c : cs) {
164 const auto& cs = qc.constraints() local
    [all...]
  /external/v8/src/heap/
code-stats.cc 111 const CommentStatistic& cs = comments_statistics[i]; local
112 if (cs.size > 0) {
113 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count,
114 cs.size / cs.count);
146 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
147 // Search for a free or matching entry in 'comments_statistics': 'cs'
151 cs = &comments_statistics[i]
    [all...]
  /external/capstone/bindings/java/capstone/
Capstone.java 97 private CS cs; field in class:Capstone.CsInsn
119 public CsInsn (_cs_insn insn, int _arch, NativeLong _csh, CS _cs, boolean diet) {
133 cs = _cs;
206 return cs.cs_op_count(csh, raw.getPointer(), type);
210 return cs.cs_op_index(csh, raw.getPointer(), type, index);
214 return cs.cs_reg_read(csh, raw.getPointer(), reg_id) != 0;
218 return cs.cs_reg_write(csh, raw.getPointer(), reg_id) != 0;
222 return cs.cs_errno(csh);
226 return cs.cs_reg_name(csh, reg_id)
364 private CS cs; field in class:Capstone
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sincosf.h 32 __kernel_sincosdf(double x, float *sn, float *cs)
42 *cs = ((1 + z * C0) + w * C1) + (w * z) * r;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 210 X509CRLStoreSelector cs = new X509CRLStoreSelector(); local
211 cs.setCertificateChecking(selector.getCertificateChecking());
212 cs.setDateAndTime(selector.getDateAndTime());
215 cs.setIssuerNames(selector.getIssuerNames());
222 cs.setIssuers(selector.getIssuers());
223 cs.setMaxCRLNumber(selector.getMaxCRL());
224 cs.setMinCRLNumber(selector.getMinCRL());
225 return cs;
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
X509CRLStoreSelector.java 212 X509CRLStoreSelector cs = new X509CRLStoreSelector(); local
213 cs.setCertificateChecking(selector.getCertificateChecking());
214 cs.setDateAndTime(selector.getDateAndTime());
217 cs.setIssuerNames(selector.getIssuerNames());
224 cs.setIssuers(selector.getIssuers());
225 cs.setMaxCRLNumber(selector.getMaxCRL());
226 cs.setMinCRLNumber(selector.getMinCRL());
227 return cs;
  /external/grpc-grpc/test/distrib/csharp/test_codegen/
test_codegen.sh 36 ls ./*.cs
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 119 /* We flip between these two CS. While one is being consumed
124 /* The currently-used CS. */
126 /* The CS being currently-owned by the other thread. */
129 /* Flush CS. */
148 * (cs->next_fence) and while an IB is still being submitted in the submit
189 int amdgpu_lookup_buffer(struct amdgpu_cs_context *cs, struct amdgpu_winsys_bo *bo);
219 amdgpu_bo_is_referenced_by_cs(struct amdgpu_cs *cs,
224 (num_refs && amdgpu_lookup_buffer(cs->csc, bo) != -1);
228 amdgpu_bo_is_referenced_by_cs_with_usage(struct amdgpu_cs *cs,
238 index = amdgpu_lookup_buffer(cs->csc, bo)
    [all...]
  /external/skia/src/core/
SkClipStackDevice.h 21 SkClipStack& cs() { return fClipStack; } function in class:SkClipStackDevice
22 const SkClipStack& cs() const { return fClipStack; } function in class:SkClipStackDevice
  /external/skqp/src/core/
SkClipStackDevice.h 21 SkClipStack& cs() { return fClipStack; } function in class:SkClipStackDevice
22 const SkClipStack& cs() const { return fClipStack; } function in class:SkClipStackDevice
  /external/u-boot/board/esd/meesc/
meesc.c 66 &smc->cs[3].setup);
70 &smc->cs[3].pulse);
73 &smc->cs[3].cycle);
78 &smc->cs[3].mode);
110 &smc1->cs[0].setup);
113 &smc1->cs[0].pulse);
115 &smc1->cs[0].cycle);
122 AT91_SMC_MODE_TDF, &smc1->cs[0].mode);
  /external/u-boot/board/siemens/corvus/
board.c 70 &smc->cs[3].setup);
73 &smc->cs[3].pulse);
75 &smc->cs[3].cycle);
84 &smc->cs[3].mode);
284 int spi_cs_is_valid(unsigned int bus, unsigned int cs)
286 return bus == 0 && cs < 2;
291 switch (slave->cs) {
304 switch (slave->cs) {
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc 223 {{cs, r0, r0}, true, cs, "cs r0 r0", "cs_r0_r0"},
224 {{cs, r0, r1}, true, cs, "cs r0 r1", "cs_r0_r1"},
225 {{cs, r0, r2}, true, cs, "cs r0 r2", "cs_r0_r2"},
226 {{cs, r0, r3}, true, cs, "cs r0 r3", "cs_r0_r3"}
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc 223 {{cs, r0, r0, 0}, true, cs, "cs r0 r0 0", "cs_r0_r0_0"},
224 {{cs, r0, r1, 0}, true, cs, "cs r0 r1 0", "cs_r0_r1_0"},
225 {{cs, r0, r2, 0}, true, cs, "cs r0 r2 0", "cs_r0_r2_0"},
226 {{cs, r0, r3, 0}, true, cs, "cs r0 r3 0", "cs_r0_r3_0"}
    [all...]
test-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc 223 {{cs, r0, r0, r0}, true, cs, "cs r0 r0 r0", "cs_r0_r0_r0"},
224 {{cs, r0, r1, r0}, true, cs, "cs r0 r1 r0", "cs_r0_r1_r0"},
225 {{cs, r0, r2, r0}, true, cs, "cs r0 r2 r0", "cs_r0_r2_r0"},
226 {{cs, r0, r3, r0}, true, cs, "cs r0 r3 r0", "cs_r0_r3_r0"}
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-imm3-in-it-block-t32.cc 98 {{cs, r0, r2, 5}, true, cs, "cs r0 r2 5", "cs_r0_r2_5"},
101 {{cs, r5, r2, 0}, true, cs, "cs r5 r2 0", "cs_r5_r2_0"},
110 {{cs, r1, r1, 5}, true, cs, "cs r1 r1 5", "cs_r1_r1_5"},
111 {{cs, r2, r5, 4}, true, cs, "cs r2 r5 4", "cs_r2_r5_4"}
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
noise_suppression_impl.cc 56 rtc::CritScope cs(crit_);
73 rtc::CritScope cs(crit_);
89 rtc::CritScope cs(crit_);
112 rtc::CritScope cs(crit_);
121 rtc::CritScope cs(crit_);
143 rtc::CritScope cs(crit_);
153 rtc::CritScope cs(crit_);
158 rtc::CritScope cs(crit_);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h 125 CriticalSectionScoped cs(crit_sect_.get());
139 CriticalSectionScoped cs(crit_sect_.get());
143 CriticalSectionScoped cs(crit_sect_.get());
147 CriticalSectionScoped cs(crit_sect_.get());
151 CriticalSectionScoped cs(crit_sect_.get());
156 CriticalSectionScoped cs(crit_sect_.get());
161 CriticalSectionScoped cs(crit_sect_.get());
166 CriticalSectionScoped cs(crit_sect_.get());
  /external/u-boot/drivers/spi/
mxc_spi.c 27 __weak int board_spi_cs_gpio(unsigned bus, unsigned cs)
92 static s32 spi_cfg_mxc(struct mxc_spi_slave *mxcs, unsigned int cs)
108 ctrl_reg = MXC_CSPICTRL_CHIPSELECT(cs) |
130 static s32 spi_cfg_mxc(struct mxc_spi_slave *mxcs, unsigned int cs)
169 MXC_CSPICTRL_SELCHAN(cs);
192 reg_config = (reg_config & ~(1 << (cs + MXC_CSPICON_SSPOL))) |
193 (ss_pol << (cs + MXC_CSPICON_SSPOL));
194 reg_config = (reg_config & ~(1 << (cs + MXC_CSPICON_POL))) |
195 (sclkpol << (cs + MXC_CSPICON_POL));
196 reg_config = (reg_config & ~(1 << (cs + MXC_CSPICON_CTL)))
    [all...]
spi-uclass.c 175 return plat ? plat->cs : -ENOENT;
178 int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp)
187 debug("%s: plat=%p, cs=%d\n", __func__, plat, plat->cs);
188 if (plat->cs == cs) {
197 int spi_cs_is_valid(unsigned int busnum, unsigned int cs)
209 return spi_cs_info(bus, cs, &info);
212 int spi_cs_info(struct udevice *bus, uint cs, struct spi_cs_info *info)
223 ret = spi_find_chip_select(bus, cs, &info->dev)
    [all...]
  /external/ImageMagick/tests/
cli-colorspace.tap 75 cs='';
78 cs="$cs -colorspace $i" # colorspace operations to perform test
80 color=`eval ${MAGICK} "$in" $cs "$out"`
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-replay.hpp 26 \param cs the subscription to control lifetime (optional).
120 static Result member(Observable&& o, composite_subscription cs) {
121 return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), cs)));
133 static Result member(Observable&& o, Coordination&& cn, composite_subscription cs = composite_subscription()) {
134 return Result(Multicast(std::forward<Observable>(o), Subject(std::forward<Coordination>(cn), cs)));
146 static Result member(Observable&& o, Count count, composite_subscription cs = composite_subscription()) {
147 return Result(Multicast(std::forward<Observable>(o), Subject(count, identity_current_thread(), cs)));
160 static Result member(Observable&& o, Count count, Coordination&& cn, composite_subscription cs = composite_subscription()) {
161 return Result(Multicast(std::forward<Observable>(o), Subject(count, std::forward<Coordination>(cn), cs)));
174 static Result member(Observable&& o, Duration&& d, composite_subscription cs = composite_subscription())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERBMPString.java 84 char[] cs = new char[string.length / 2]; local
86 for (int i = 0; i != cs.length; i++)
88 cs[i] = (char)((string[2 * i] << 8) | (string[2 * i + 1] & 0xff));
91 this.string = cs;
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DERBMPString.java 86 char[] cs = new char[string.length / 2]; local
88 for (int i = 0; i != cs.length; i++)
90 cs[i] = (char)((string[2 * i] << 8) | (string[2 * i + 1] & 0xff));
93 this.string = cs;
  /external/grpc-grpc/tools/profiling/latency_profile/
profile_analyzer.py 168 cs = builder[thd]
169 if cs.add(inf):
170 if cs.signature in call_stacks:
171 call_stacks[cs.signature].add(cs)
173 call_stacks[cs.signature] = CallStack(cs)
178 call_stacks.values(), key=lambda cs: cs.count, reverse=True)
180 for cs in call_stacks
    [all...]

Completed in 1468 milliseconds

<<11121314151617181920>>