HomeSort by relevance Sort by last modified time
    Searched defs:Cons (Results 1 - 5 of 5) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
cons.h 14 namespace cons { namespace in namespace:sandbox
16 // Namespace cons provides an abstraction for immutable "cons list"
20 // A cons list is a linked list consisting of "cells", each of which
26 // constructed as "cons::List<Foo>()" or simply as "nullptr" if Foo
28 // "cons::List<Foo>" parameter).
31 // prepending new values to the front using the "Cons(head, tail)"
32 // function, which will allocate a new cons cell. Notably, cons lists
41 // const cons::List<char> kNil = nullptr
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 329 @param Cons The consumer index for the ring to test.
338 XENSTORE_RING_IDX Cons,
342 return ((Prod - Cons) <= XENSTORE_RING_SIZE);
349 @param Cons The consumer index for the ring.
359 IN XENSTORE_RING_IDX Cons,
367 if ((XENSTORE_RING_SIZE - (Prod - Cons)) < Len) {
368 Len = XENSTORE_RING_SIZE - (Prod - Cons);
378 @param Cons The consumer index for the ring.
388 IN XENSTORE_RING_IDX Cons,
396 Len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX (Cons);
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 

Completed in 81 milliseconds