Searched refs:atm (Results 1 – 25 of 118) 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/igt-gpu-tools/tests/ |
D | kms_atomic_interruptible.c | 189 struct drm_mode_atomic atm = { in run_plane_test() local 201 do_ioctl(display->drm_fd, DRM_IOCTL_MODE_ATOMIC, &atm); in run_plane_test()
|
/external/icu/icu4c/source/data/unit/ |
D | bn.txt | 649 dnam{"atm"} 650 one{"{0} atm"} 651 other{"{0} atm"} 1898 dnam{"atm"} 1899 one{"{0} atm"} 1900 other{"{0} atm"}
|
D | zu.txt | 567 dnam{"atm"} 568 one{"{0} atm"} 569 other{"{0} atm"} 1465 dnam{"atm"} 1466 one{"{0} atm"} 1467 other{"{0} atm"}
|
D | yue.txt | 560 dnam{"atm"} 561 other{"{0} atm"} 1753 dnam{"atm"} 1754 other{"{0} atm"}
|
D | as.txt | 631 other{"{0} atm"} 1605 dnam{"atm"} 1606 one{"{0} atm"} 1607 other{"{0} atm"}
|
D | yue_Hans.txt | 561 dnam{"atm"} 562 other{"{0} atm"} 1754 dnam{"atm"} 1755 other{"{0} atm"}
|
D | ko.txt | 518 dnam{"atm"} 519 other{"{0}atm"} 1586 dnam{"atm"} 1587 other{"{0}atm"}
|
D | or.txt | 1590 dnam{"atm"} 1591 one{"{0} atm"} 1592 other{"{0} atm"}
|
D | cy.txt | 1148 few{"{0} atm"} 1149 many{"{0} atm"} 1152 two{"{0} atm"} 1153 zero{"{0} atm"} 3503 dnam{"atm"} 3504 few{"{0} atm"} 3505 many{"{0} atm"} 3506 one{"{0} atm"} 3507 other{"{0} atm"} 3508 two{"{0} atm"} [all …]
|
D | es.txt | 667 dnam{"atmósferas"} 668 one{"{0} atmósfera"} 669 other{"{0} atmósferas"} 1887 dnam{"atm"} 1888 one{"{0} atm"} 1889 other{"{0} atm"}
|
D | root.txt | 570 dnam{"atm"} 571 other{"{0} atm"}
|
D | he.txt | 2619 dnam{"atm"} 2620 many{"{0} atm"} 2621 one{"{0} atm"} 2622 other{"{0} atm"} 2623 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)
|
/external/angle/src/libANGLE/renderer/metal/ |
D | RenderBufferMtl.mm | 42 ANGLE_CHECK(contextMtl, samples == 1, "Multisample is not supported atm.", GL_INVALID_VALUE);
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 54 ../../print-atm.o \
|
/external/tcpdump/ |
D | Makefile.in | 103 print-atm.c \ 260 atm.h \
|
12345