Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 9 of 9) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h685 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument
686 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument
689 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument
690 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
693 #define MODADD(x, y, bound) \ argument
694 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y))
695 #define MODSUB(x, y, bound) \ argument
696 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y))
699 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument
700 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
/hardware/interfaces/tetheroffload/config/1.0/
DIOffloadConfig.hal25 * Provides bound netlink file descriptors for use in the management process
27 * @param fd1 A file descriptor bound to the following netlink groups
29 * @param fd2 A file descriptor bound to the following netlink groups
/hardware/interfaces/wifi/1.0/
DIWifiRttController.hal33 * @return boundIface HIDL interface object representing the iface if bound
DIWifiChip.hal548 * the responder must be bound to a specific iface, null otherwise.
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal40 * be specified by the caller when keys are generated or imported and must be permanently bound to
141 * unknown tags, must be cryptographically bound to the private/secret key material such that any
166 * IKeymasterDevice keys must be bound to a root of trust, which is a bitstring that must be
168 * startup, preferably by the bootloader. This bitstring must be cryptographically bound to every
183 * All keys must also be bound to the operating system and patch level of the system image and the
195 * Tag::VENDOR_PATCHLEVEL, and Tag::BOOT_PATCHLEVEL must be cryptographically bound to every
270 * be cryptographically bound to the value of K, such that establishing a new K
290 * assumed to be able to derive a unique hardware-bound key (HBK) which is used only for
387 * cryptographically bound to the key. IKeymasterDevice implementations must disallow any use
406 * software-enforced list. It must be cryptographically bound to the key, like all tags.
[all …]
Dtypes.hal496 * The content of this tag must be bound to the key cryptographically, meaning it must not be
517 * The content of this tag msut be bound to the key cryptographically, meaning it must not be
622 * HBK is a unique hardware-bound secret known to the secure environment and never revealed
/hardware/interfaces/renderscript/1.0/
DIContext.hal990 * @param script Script to be bound to
991 * @param allocation Allocation to be bound
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1292 * that values are bound within [-cell_clip, cell_clip]. If set to 0.0
1302 * projection layer, such that values are bound within
2481 * that values are bound within [-cell_clip, cell_clip]. If set to 0.0
2489 * projection layer, such that values are bound within
4563 * that values are bound within [-cell_clip, cell_clip]. If set to 0.0
4566 * projection layer, such that values are bound within
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal979 * that values are bound within [-cell_clip, cell_clip]. If set to 0.0
982 * projection layer, such that values are bound within