Home
last modified time | relevance | path

Searched defs:add_byte (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DObexAppParametersTest.java98 public void add_byte() { in add_byte() method in ObexAppParametersTest
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.h149 #define add_byte(d,s) add_byte_asm(&M.x86.R_EFLG,d,s) macro
H A Dprim_ops.c355 u8 add_byte(u8 d, u8 s) in add_byte() function
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dconfdata.c318 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function