HomeSort by relevance Sort by last modified time
    Searched refs:qs (Results 26 - 50 of 73) sorted by null

12 3

  /external/jemalloc/test/unit/
mallctl.c 255 void *qs[NTCACHES]; local
297 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i]));
298 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u",
300 dallocx(qs[i], MALLOCX_TCACHE(tis[i]));
315 void *q0 = qs[i];
316 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i]));
317 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u",
319 assert_ptr_eq(qs[i], q0,
322 if (qs[i] == NULL)
323 qs[i] = ps[i]
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test__header_value_parser.py 682 qs = self._test_get_x(parser.get_quoted_string,
684 self.assertEqual(qs.token_type, 'quoted-string')
685 self.assertEqual(qs.quoted_value, '"bob"')
686 self.assertEqual(qs.content, 'bob')
689 qs = self._test_get_x(parser.get_quoted_string,
691 self.assertEqual(qs.quoted_value, ' "bob" ')
692 self.assertEqual(qs.content, 'bob')
695 qs = self._test_get_x(parser.get_quoted_string,
697 self.assertEqual(qs[0][1].content, 'foo')
698 self.assertEqual(qs[2][0].content, 'bar'
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_query.c 150 uint32_t qs = VIRGL_QUERY_STATE_WAIT_HOST; local
153 &box, &qs, 0, 0);
  /bionic/libc/kernel/uapi/sound/
hdspm.h 33 qs enumerator in enum:hdspm_speed
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 333 def parse_qs(qs, keep_blank_values=0, strict_parsing=0):
338 qs: percent-encoded query string to be parsed
352 for name, value in parse_qsl(qs, keep_blank_values, strict_parsing):
359 def parse_qsl(qs, keep_blank_values=0, strict_parsing=0):
364 qs: percent-encoded query string to be parsed
378 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
  /external/kernel-headers/original/uapi/sound/
hdspm.h 40 qs enumerator in enum:hdspm_speed
54 __u8 speed; /* enum {ss, ds, qs} */
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 108 double qs(double *times, int n, double *q1, double *q2, double *q3) { function
121 double iqr = qs(times,n,&q1,&q2,&q3);
152 double iqr = qs(times,n,&q1,&q2,&q3);
  /external/harfbuzz_ng/util/
ansi-print.cc 347 unsigned int qs = 0;
352 qs += quad_i[i][j];
354 qs += quad[i][j];
355 if (qs < score) {
371 score = qs;
  /external/jemalloc_new/test/unit/
mallctl.c 243 void *qs[NTCACHES]; local
283 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i]));
284 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u",
286 dallocx(qs[i], MALLOCX_TCACHE(tis[i]));
301 void *q0 = qs[i];
302 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i]));
303 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u",
305 assert_ptr_eq(qs[i], q0,
308 if (qs[i] == NULL) {
309 qs[i] = ps[i]
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
highbd_loopfilter_sse2.c 268 __m128i *qs, const __m128i *mask,
313 qs[0] = _mm_adds_epi16(qs0, *t80);
322 qs[1] = _mm_adds_epi16(qs1, *t80);
534 __m128i ps[2], qs[2]; local
535 highbd_filter4_dual_sse2(p, q, ps, qs, &mask, &thresh, bd, &t80);
676 qs[i] = _mm_andnot_si128(flat, qs[i]);
678 q[i] = _mm_or_si128(qs[i], flat_q[i]);
693 qs[i] = _mm_andnot_si128(flat, qs[i])
867 __m128i ps[2], qs[2], p[2], q[2]; local
1134 __m128i ps[2], qs[2], p[2], q[2]; local
1371 __m128i ps[2], qs[2]; local
1417 __m128i ps[2], qs[2]; local
    [all...]
  /external/aac/libSACenc/src/
sacenc_vectorfunctions.cpp 439 INT qs, clz; local
442 for (qs = startBand; qs < bands; qs++) {
443 maxVal |= fAbs(x[qs].v.re);
444 maxVal |= fAbs(x[qs].v.im);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 364 def parse_qs(qs, keep_blank_values=0, strict_parsing=0):
369 qs: percent-encoded query string to be parsed
383 for name, value in parse_qsl(qs, keep_blank_values, strict_parsing):
390 def parse_qsl(qs, keep_blank_values=0, strict_parsing=0):
395 qs: percent-encoded query string to be parsed
409 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
  /external/python/cpython2/Lib/
urlparse.py 364 def parse_qs(qs, keep_blank_values=0, strict_parsing=0):
369 qs: percent-encoded query string to be parsed
383 for name, value in parse_qsl(qs, keep_blank_values, strict_parsing):
390 def parse_qsl(qs, keep_blank_values=0, strict_parsing=0):
395 qs: percent-encoded query string to be parsed
409 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
  /external/aac/libSACdec/src/
sac_dec.h 535 static inline int GetProcBand(spatialDec_struct *self, int qs) {
536 return self->kernels[qs];
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 183 Scalar qs = q / p1;
184 RealScalar q2 = numext::abs2(qs);
191 m_s = -qs*conj(ps)*(m_c/p2);
198 Scalar qs = q / q1;
199 RealScalar q2 = numext::abs2(qs);
  /external/clang/lib/AST/
TypePrinter.cpp 93 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
101 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
103 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 375 Qualifiers qs = type.getQualifiers(); local
376 qs.setObjCGCAttr(Context.getObjCGCAttrKind(type));
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);
CGBlocks.cpp 1403 Qualifiers qs = type.getQualifiers(); local
1574 Qualifiers qs = type.getQualifiers(); local
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 386 if unzip -t "$SRC" | grep -qs "source.properties" ; then
392 elif unzip -t "$SRC" | grep -qs "manifest.ini" ; then
  /external/clang/include/clang/AST/
Type.h 207 Qualifiers Qs;
208 Qs.addFastQualifiers(Mask);
209 return Qs;
213 Qualifiers Qs;
214 Qs.addCVRQualifiers(CVR);
215 return Qs;
219 Qualifiers Qs;
220 Qs.addCVRUQualifiers(CVRU);
221 return Qs;
226 Qualifiers Qs;
297 Qualifiers qs = *this; local
302 Qualifiers qs = *this; local
5276 Qualifiers qs = eq->getQualifiers(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 290 StyleDesc *qs = quote_styles; local
292 for (qs = quote_styles; qs->name; qs++) {
293 if (qs->style == quoting)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 281 StyleDesc *qs = quote_styles; local
283 for (qs = quote_styles; qs->name; qs++) {
284 if (qs->style == quoting)
    [all...]
  /external/python/cpython2/Modules/
_csv.c 293 StyleDesc *qs = quote_styles; local
295 for (qs = quote_styles; qs->name; qs++) {
296 if (qs->style == quoting)
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 1338 WSAQUERYSETW * qs; local
    [all...]
  /external/python/cpython3/Modules/
_csv.c 282 const StyleDesc *qs; local
284 for (qs = quote_styles; qs->name; qs++) {
285 if ((int)qs->style == quoting)
    [all...]

Completed in 745 milliseconds

12 3