Searched refs:ull (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | syn.c | 104 return 0ull; in ud_syn_rel_target()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2630 uint64_t ull; in getvalue() local 2699 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue() 2700 m->value.q = file_signextend(ms, m, ull); in getvalue() 2716 ull = -CAST(int64_t, ull); in getvalue() 2719 x = CAST(uint64_t, ull & ~0xffULL); in getvalue() 2722 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue() 2725 x = CAST(uint64_t, ull & ~0xffffffffULL); in getvalue() 2736 type_tbl[m->type].name, ull); in getvalue()
|
Completed in 26 milliseconds