Searched refs:atm (Results 1 – 25 of 117) sorted by relevance
12345
/external/grpc-grpc/src/core/lib/gpr/ |
D | spinlock.h | 29 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))
|
/external/ppp/pppd/plugins/pppoatm/ |
D | COPYING | 1 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and 2 text2qos.c are taken from the linux-atm libraries. These are
|
/external/grpc-grpc/include/grpc/ |
D | module.modulemap | 6 header "support/atm.h" 16 header "impl/codegen/atm.h" 32 header "impl/codegen/atm.h"
|
/external/icu/icu4c/source/data/locales/ |
D | eo.txt | 38 "atm", 42 "atm",
|
/external/tcpdump/tests/ |
D | atm-heapoverflow.out | 1 Rx: VPI:0 VCI:5 [|atm]
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | atm.h | 79 #error could not determine platform for atm
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | CFStreamEndpointTests.mm | 48 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);
|
/external/icu/icu4c/source/data/unit/ |
D | bn.txt | 572 dnam{"atm"} 573 one{"{0} atm"} 574 other{"{0} atm"} 1746 dnam{"atm"} 1747 one{"{0} atm"} 1748 other{"{0} atm"}
|
D | as.txt | 559 other{"{0} atm"} 1429 dnam{"atm"} 1430 one{"{0} atm"} 1431 other{"{0} atm"}
|
D | zu.txt | 556 dnam{"atm"} 557 one{"{0} atm"} 558 other{"{0} atm"} 1452 dnam{"atm"} 1453 one{"{0} atm"} 1454 other{"{0} atm"}
|
D | pl.txt | 751 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"}
|
D | yue.txt | 472 dnam{"atm"} 473 other{"{0} atm"} 1543 dnam{"atm"} 1544 other{"{0} atm"}
|
D | yue_Hans.txt | 473 dnam{"atm"} 474 other{"{0} atm"} 1544 dnam{"atm"} 1545 other{"{0} atm"}
|
D | eu.txt | 557 dnam{"atm"} 558 one{"{0} atm"} 559 other{"{0} atm"} 1555 dnam{"atm"} 1556 one{"{0} atm"} 1557 other{"{0} atm"}
|
D | ko.txt | 472 dnam{"atm"} 473 other{"{0}atm"} 1434 dnam{"atm"} 1435 other{"{0}atm"}
|
D | es.txt | 557 dnam{"atmósferas"} 558 one{"{0} atmósfera"} 559 other{"{0} atmósferas"} 1655 dnam{"atm"} 1656 one{"{0} atm"} 1657 other{"{0} atm"}
|
D | root.txt | 477 dnam{"atm"} 478 other{"{0} atm"}
|
D | or.txt | 1429 dnam{"atm"} 1430 one{"{0} atm"} 1431 other{"{0} atm"}
|
D | en.txt | 1292 dnam{"atm"} 1293 one{"{0}atm"} 1294 other{"{0}atm"} 2056 dnam{"atm"} 2057 one{"{0} atm"} 2058 other{"{0} atm"}
|
D | ta.txt | 1625 dnam{"atm"} 1626 one{"{0} atm"} 1627 other{"{0} atm"}
|
D | mn.txt | 1552 dnam{"atm"} 1553 one{"{0} atm"} 1554 other{"{0} atm"}
|
D | he.txt | 2358 dnam{"atm"} 2359 many{"{0} atm"} 2360 one{"{0} atm"} 2361 other{"{0} atm"} 2362 two{"{0} atm"}
|
/external/icu/icu4c/source/data/rbnf/ |
D | az.txt | 36 "60: atm\u0131\u015F[ >>];",
|
/external/iproute2/lib/ |
D | ll_types.c | 46 __PF(ATM,atm) in ll_type_n2a()
|
/external/iproute2/ |
D | README.lnstat | 12 (ipv4, ipv6, atm, decnet)
|
12345