Home
last modified time | relevance | path

Searched refs:_TABLE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dresult_uploader.py17 _TABLE = 'opensource_result_v2' variable
67 _TABLE + "$" + _NOW,
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dresult_uploader.py17 _TABLE = 'opensource_result_v2' variable
67 _TABLE + "$" + _NOW,
/aosp_15_r20/external/elfutils/lib/
H A Ddynamicsizehash.c119 #define _TABLE(name) \ in insert_entry_2() macro
121 #define TABLE(name) _TABLE (name) in insert_entry_2()
/aosp_15_r20/external/libevent/
H A Devutil.c2372 return !!(EVUTIL_##name##_TABLE[(u >> 5) & 7] & (1U << (u & 31))); \