Home
last modified time | relevance | path

Searched refs:atm (Results 1 – 25 of 255) sorted by relevance

1234567891011

/third_party/grpc/src/core/lib/gpr/
Dspinlock.h30 gpr_atm atm; member
40 #define gpr_spinlock_trylock(lock) (gpr_atm_acq_cas(&(lock)->atm, 0, 1))
41 #define gpr_spinlock_unlock(lock) (gpr_atm_rel_store(&(lock)->atm, 0))
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
Dmain.c86 unsigned int n = 0, atm = 0; in _thread_spam() local
90 atm++; in _thread_spam()
96 lwsl_err("%s: send attempt %d failed\n", __func__, atm); in _thread_spam()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag38 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
44 // OpSelect not testable atm.
55 // OpQuantizeToF16 not testable atm.
Dspec-constant.vk.frag38 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
44 // OpSelect not testable atm.
55 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dspec-constant.frag43 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
49 // OpSelect not testable atm.
60 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/frag/
Dspec-constant.vk.frag44 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
50 // OpSelect not testable atm.
61 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag43 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
49 // OpSelect not testable atm.
60 // OpQuantizeToF16 not testable atm.
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Deo.txt38 "atm",
42 "atm",
/third_party/icu/icu4c/source/data/locales/
Deo.txt38 "atm",
42 "atm",
/third_party/skia/third_party/externals/icu/source/data/locales/
Deo.txt38 "atm",
42 "atm",
/third_party/grpc/include/grpc/
Dmodule.modulemap5 header "impl/codegen/atm.h"
23 header "support/atm.h"
/third_party/grpc/include/grpc/impl/codegen/
Datm.h79 #error could not determine platform for atm
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm48 static void init_event_closure(grpc_closure *closure, gpr_atm *atm) {
49 *atm = -1;
50 GRPC_CLOSURE_INIT(closure, set_atm, static_cast<void *>(atm), grpc_schedule_on_exec_ctx);
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dbn.txt572 dnam{"atm"}
573 one{"{0} atm"}
574 other{"{0} atm"}
1746 dnam{"atm"}
1747 one{"{0} atm"}
1748 other{"{0} atm"}
Das.txt559 other{"{0} atm"}
1429 dnam{"atm"}
1430 one{"{0} atm"}
1431 other{"{0} atm"}
Dzu.txt556 dnam{"atm"}
557 one{"{0} atm"}
558 other{"{0} atm"}
1452 dnam{"atm"}
1453 one{"{0} atm"}
1454 other{"{0} atm"}
Dpl.txt751 dnam{"atm"}
752 few{"{0} atm"}
753 many{"{0} atm"}
754 one{"{0} atm"}
755 other{"{0} atm"}
2189 dnam{"atm"}
2190 few{"{0} atm"}
2191 many{"{0} atm"}
2192 one{"{0} atm"}
2193 other{"{0} atm"}
Dyue.txt472 dnam{"atm"}
473 other{"{0} atm"}
1543 dnam{"atm"}
1544 other{"{0} atm"}
Dyue_Hans.txt473 dnam{"atm"}
474 other{"{0} atm"}
1544 dnam{"atm"}
1545 other{"{0} atm"}
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Daz.txt36 "60: atm\u0131\u015F[ >>];",
/third_party/skia/third_party/externals/icu/source/data/unit/
Dbn.txt704 dnam{"atm"}
705 one{"{0} atm"}
706 other{"{0} atm"}
2054 dnam{"atm"}
2055 one{"{0} atm"}
2056 other{"{0} atm"}
/third_party/icu/icu4c/source/data/unit/
Dbn.txt704 dnam{"atm"}
705 one{"{0} atm"}
706 other{"{0} atm"}
2054 dnam{"atm"}
2055 one{"{0} atm"}
2056 other{"{0} atm"}
/third_party/icu/icu4c/source/data/rbnf/
Daz.txt37 "60: atm\u0131\u015F[ >>];",
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dstruct-packing-scalar.nocompat.invalid.vk.comp46 // glslang seems to miscompile this atm into ArrayStride of 16 even in scalar layout.
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Daz.txt37 "60: atm\u0131\u015F[ >>];",

1234567891011