Searched refs:ull (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | syn.c | 104 return 0ull; in ud_syn_rel_target()
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2640 uint64_t ull; in getvalue() local 2709 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue() 2710 m->value.q = file_signextend(ms, m, ull); in getvalue() 2726 ull = -CAST(int64_t, ull); in getvalue() 2729 x = CAST(uint64_t, ull & ~0xffULL); in getvalue() 2732 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue() 2735 x = CAST(uint64_t, ull & ~0xffffffffULL); in getvalue() 2746 type_tbl[m->type].name, ull); in getvalue()
|
Completed in 11 milliseconds