| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpqphp_nvram.c | 96 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 193 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 223 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 228 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 235 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | confdata.c | 296 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 326 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 331 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 338 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | confdata.c | 196 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 226 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 231 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 238 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 53 u8 add_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 53 u8 add_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 130 destval = add_byte(destval, *srcreg); in x86emuOp_add_byte_RM_R() 140 destval = add_byte(destval, *srcreg); in x86emuOp_add_byte_RM_R() 150 destval = add_byte(destval, *srcreg); in x86emuOp_add_byte_RM_R() 159 *destreg = add_byte(*destreg, *srcreg); in x86emuOp_add_byte_RM_R() 314 *destreg = add_byte(*destreg, srcval); in x86emuOp_add_byte_R_RM() 323 *destreg = add_byte(*destreg, srcval); in x86emuOp_add_byte_R_RM() 332 *destreg = add_byte(*destreg, srcval); in x86emuOp_add_byte_R_RM() 340 *destreg = add_byte(*destreg, *srcreg); in x86emuOp_add_byte_R_RM() 480 M.x86.R_AL = add_byte(M.x86.R_AL, srcval); in x86emuOp_add_byte_AL_IMM() 5499 add_byte, /* 00 */ [all …]
|
| H A D | validate.c | 667 VAL_BYTE_BYTE_BINARY(add_byte); in main()
|
| H A D | prim_ops.c | 319 add_byte(u8 d, u8 s) in add_byte() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 348 u8 add_byte(u8 d, u8 s) in add_byte() function
|
| H A D | ops.c | 90 add_byte, /* 00 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3253 destval = add_byte(destval, *srcreg); 3337 *destreg = add_byte(*destreg, srcval); 6929 - add_byte, /* 00 */ 6938 + add_byte, /* 00 */ 7118 - add_byte, /*00 */ 7127 + add_byte, /*00 */ 14990 -u8 add_byte(u8 d, u8 s) 14992 +add_byte(u8 d, u8 s) 21180 -u8 add_byte (u8 d, u8 s); 21270 + u8 add_byte(u8 d, u8 s);
|