Home
last modified time | relevance | path

Searched refs:c1 (Results 226 – 232 of 232) sorted by relevance

12345678910

/PHP-7.0/
H A Dconfig.guess754 echo c1-convex-bsd
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt71 array( 'iu1qiGFGv/hZ|', '045498c1' ),
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4577 pcre_uint32 c1, c2; in do_utf_caselesscmp() local
4587 GETCHARINC(c1, src1); in do_utf_caselesscmp()
4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()
4595 if (c1 < *pp) return NULL; in do_utf_caselesscmp()
4596 if (c1 == *pp++) break; in do_utf_caselesscmp()
H A DChangeLog2821 U+002b0 - U+002c1
/PHP-7.0/ext/standard/tests/strings/
H A Dbug49785.phpt219 string(2) "c1"
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c19144 sqlite3_int64 c1; in parseModifier() local
19146 c1 = localtimeOffset(p, pCtx, &rc); in parseModifier()
19148 p->iJD -= c1; in parseModifier()
19150 p->iJD += c1 - localtimeOffset(p, pCtx, &rc); in parseModifier()
74059 Mem c1;
74061 sqlite3VdbeMemInit(&c1, pMem1->db, MEM_Null);
74063 sqlite3VdbeMemShallowCopy(&c1, pMem1, MEM_Ephem);
74065 v1 = sqlite3ValueText((sqlite3_value*)&c1, pColl->enc);
74066 n1 = v1==0 ? 0 : c1.n;
74071 sqlite3VdbeMemRelease(&c1);
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic5010 >88 belong&0x000f0000 =0x00000000 c1
5030 >88 belong&0x000f0000 =0x00000000 c1

Completed in 564 milliseconds

12345678910