HomeSort by relevance Sort by last modified time
    Searched refs:cvalue (Results 1 - 11 of 11) sorted by null

  /external/pcre/dist2/src/
pcre2_ord2utf.c 59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer)
61 (void)(cvalue);
74 cvalue the character value
81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer)
88 if ((int)cvalue <= PRIV(utf8_table1)[i]) break;
92 *buffer-- = 0x80 | (cvalue & 0x3f);
93 cvalue >>= 6;
95 *buffer = PRIV(utf8_table2)[i] | cvalue;
101 if (cvalue <= 0xffff)
103 *buffer = (PCRE2_UCHAR)cvalue;
    [all...]
pcre2test.c     [all...]
  /external/clang/test/SemaCXX/
illegal-member-initialization.cpp 4 A() : value(), cvalue() { } // expected-error {{reference to type 'int' requires an initializer}}
6 const int cvalue; member in struct:A
15 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cvalue'}} \
19 const int cvalue; // expected-note{{declared here}} member in struct:X
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 168 char *penv, *cenv, *pvalue, *cvalue; local
194 cvalue = strchr(cstring, ':');
195 if (cvalue == NULL) {
201 *cvalue = '\0';
202 cvalue++;
203 if (*cvalue == '\0') {
216 if (strcmp(pvalue, cvalue) != 0) {
219 penv, pvalue, cvalue);
222 penv, cvalue);
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 167 const int cvalue = 43; local
175 test_pmr_uses_alloc<ET>(cvalue);
176 test_pmr_uses_alloc<PMR>(cvalue);
177 test_pmr_uses_alloc<PMA>(cvalue);
178 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
179 test_pmr_uses_alloc<PMR>(cvalue, std::move(value));
180 test_pmr_uses_alloc<PMA>(cvalue, std::move(value));
189 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue);
190 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue);
191 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 162 const int cvalue = 43; local
170 test_pmr_uses_alloc<ET>(cvalue);
171 test_pmr_uses_alloc<PMR>(cvalue);
172 test_pmr_uses_alloc<PMA>(cvalue);
173 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
174 test_pmr_uses_alloc<PMR>(cvalue, std::move(value));
175 test_pmr_uses_alloc<PMA>(cvalue, std::move(value));
184 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue);
185 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue);
186 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 463 unsigned char cvalue; local
758 cvalue = (unsigned char)va_arg(args, int);
759 OUTCHAR(str, len, size, cvalue);
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 2597 const void *cvalue; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 775 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon35576
786 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon35577
797 unsigned short cvalue; member in struct:codeview_symbol::__anon35578
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 589 milliseconds