/external/puffin/src/ |
D | huffman_table.cc | 95 CodeIndexPair cip; in InitHuffmanCodes() local 96 cip.code = 0; in InitHuffmanCodes() 99 cip.code <<= 1; in InitHuffmanCodes() 100 cip.code |= tmp_code & 1U; in InitHuffmanCodes() 103 cip.index = idx; in InitHuffmanCodes() 104 codeindexpairs_.push_back(cip); in InitHuffmanCodes() 122 for (const auto& cip : codeindexpairs_) { in BuildHuffmanCodes() local 125 (*hcodes)[cip.code] = cip.index | 0x8000; in BuildHuffmanCodes() 126 auto fill_bits = *max_bits - lens[cip.index]; in BuildHuffmanCodes() 128 auto location = (idx << lens[cip.index]) | cip.code; in BuildHuffmanCodes() [all …]
|
/external/clang/test/SemaCXX/ |
D | overloaded-builtin-operators.cpp | 129 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs() argument 131 const int& cir1 = cip[sr]; in test_with_ptrs() 132 const int& cir2 = sr[cip]; in test_with_ptrs() 135 bool b1 = (vip == cip); in test_with_ptrs() 136 long p1 = vip - cip; in test_with_ptrs() 154 int const &icr2 = 17[cip]; in test_with_ptrs()
|
D | address-space-conversion.cpp | 27 const int *cip, in test_const_cast() argument 46 (void)const_cast<int_ptr>(cip); in test_const_cast()
|
/external/clang/test/CodeGen/ |
D | conditional.c | 23 const int* cip; in test5() local 25 cip = 0 ? vp : cip; in test5()
|
/external/clang/test/Sema/ |
D | conditional-expr.c | 22 const int *cip; in foo() local 23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}} in foo() 24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}} in foo()
|
D | format-strings-scanf.c | 157 void test_qualifiers(const int *cip, volatile int* vip, in test_qualifiers() argument 160 …scanf("%d", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'co… in test_qualifiers() 161 …scanf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'co… in test_qualifiers()
|
D | format-strings.c | 629 void test_qualifiers(volatile int *vip, const int *cip, in test_qualifiers() argument 631 …printf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'c… in test_qualifiers() 635 printf("%p", cip); // No warning. in test_qualifiers()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-method.cpp | 71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { in test_converts_to() argument 73 int *ip = cip; in test_converts_to()
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 1463 chunk_insert *cip; in make_insert() local 1465 cip = malloc(offsetof(chunk_insert,parameters) + in make_insert() 1468 if (cip == NULL) in make_insert() 1475 cip->next = NULL; in make_insert() 1476 cip->insert = insert; in make_insert() 1477 cip->nparams = nparams; in make_insert() 1479 cip->parameters[i] = list[i]; in make_insert() 1481 return cip; in make_insert()
|
/external/angle/third_party/glslang/src/Test/ |
D | decls.frag | 27 const int cin8[4] = int[](21, 22, 23, 24), cip;
|
/external/deqp-deps/glslang/Test/ |
D | decls.frag | 27 const int cin8[4] = int[](21, 22, 23, 24), cip;
|
/external/ppp/pppd/ |
D | ipv6cp.c | 905 u_char *cip, *next; /* Pointer to current and next CIs */ local 926 cip = p = next; /* Remember begining of CI */ 1045 if (ucp != cip) 1046 BCOPY(cip, ucp, cilen); /* Move it */
|
D | ipxcp.c | 996 u_char *cip, *next; /* Pointer to current and next CIs */ local 1017 cip = p = next; /* Remember begining of CI */ 1249 if (ucp != cip) 1250 BCOPY(cip, ucp, cilen); /* Move it */
|
D | lcp.c | 1512 u_char *cip, *next; /* Pointer to current and next CIs */ local 1536 cip = p = next; /* Remember begining of CI */ 1856 if (cip != rejp) /* Need to move rejected CI? */ 1857 BCOPY(cip, rejp, cilen); /* Move it */
|
D | ipcp.c | 1428 u_char *cip, *next; /* Pointer to current and next CIs */ local 1451 cip = p = next; /* Remember begining of CI */ 1670 if (ucp != cip) 1671 BCOPY(cip, ucp, cilen); /* Move it */
|
/external/ImageMagick/coders/ |
D | Make.com | 32 $call Make cip.c 153 $library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, -
|
D | Makefile.am | 124 coders/cip.c \ 125 coders/cip.h \ 383 coders/cip.h \ 522 coders/cip.la \ 699 coders_cip_la_SOURCES = coders/cip.c
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | dbfeef8577e8908441877f89b967df91.00000c17.honggfuzz.cov | 27 :�b�?1FW�@���"?������\c 7�]i��@� cip��i�v��n~^Nmx9���2��{�-��~�k����%�i�nv"��B ٺZ&…
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 62 ../../print-cip.o \
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | decls.frag.out | 10 ERROR: 0:27: 'cip' : variables with qualifier 'const' must be initialized 230 0:? 'cip' ( temp int) 475 0:? 'cip' ( temp int)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | decls.frag.out | 10 ERROR: 0:27: 'cip' : variables with qualifier 'const' must be initialized 230 0:? 'cip' ( temp int) 475 0:? 'cip' ( temp int)
|
/external/tcpdump/ |
D | Android.bp | 75 "print-cip.c",
|
D | Makefile.in | 115 print-cip.c \
|
/external/icu/icu4c/source/data/region/ |
D | bas.txt | 187 ST{"Sào Tòme ɓɔ Prɛ̀ŋcipè"}
|
/external/cpuinfo/test/build.prop/ |
D | meizu-pro-6.log | 2 import /custom/cip-build.prop
|