Searched refs:OPS (Results 1 - 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | kobj.h | 226 #define KOBJOPLOOKUP(OPS,OP) do { \ 229 &OPS->cache[_desc->id & (KOBJ_CACHE_SIZE-1)]; \ 232 _ce = kobj_lookup_method(OPS->cls, \ 240 #define KOBJOPLOOKUP(OPS,OP) do { \ 243 &OPS->cache[_desc->id & (KOBJ_CACHE_SIZE-1)]; \ 246 _ce = kobj_lookup_method(OPS->cls, \
|
/third_party/node/deps/v8/tools/ |
H A D | bigint-tester.py | 275 OPS = { variable 292 OPS_NAMES = ", ".join(sorted(OPS.keys())) 295 return OPS[op]().RunTest(num_inputs, binary) 329 if op not in OPS.keys() and op != "all": 334 args.op = OPS.keys() 339 OPS[op]().PrintTest(args.num_inputs)
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 74 OPS = ( variable 183 if expr.data not in OPS: 369 OPS = { 372 return ' '.join([OPS[op], right]) 378 OPS = { 387 return ' '.join([left, OPS[op], right])
|
H A D | gen_cmake_test.py | 50 OPS = { 56 for gn_op, cmake_op in OPS.items():
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 138 } OPS[] = { variable 231 struct op_def *o = OPS; in eval_expr()
|
/third_party/littlefs/scripts/ |
H A D | summary.py | 28 OPS = { variable 308 types_[k] = ops.get(k, OPS['sum'])([t()]).__class__ 330 return ops.get(k, OPS['sum'])(object.__getattribute__(self, k)) 596 for o in OPS.keys(): 601 ops[k] = OPS[o]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 305 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ 306 return storeImpl(new (array_lengthof(OPS)) \ 307 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 312 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \ 313 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \ 315 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \ 317 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|
Completed in 7 milliseconds