Searched refs:object_base (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | obstack.h | 157 char *object_base; /* address of object we are building */ member 213 #define obstack_base(h) ((void *) (h)->object_base) 273 (unsigned) (__o->next_free - __o->object_base); }) 391 void *__value = (void *) __o1->object_base; \ 395 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 400 __o1->object_base = __o1->next_free; \ 408 __o->next_free = __o->object_base = (char *) __obj; \ 414 (unsigned) ((h)->next_free - (h)->object_base) 488 (((h)->next_free == (h)->object_base \ 491 (h)->temp.tempptr = (h)->object_base, \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | obstack.h | 167 char *object_base; /* address of object we are building */ member 228 #define obstack_base(h) ((void *) (h)->object_base) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 406 void *__value = (void *) __o1->object_base; \ 410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 415 __o1->object_base = __o1->next_free; \ 423 __o->next_free = __o->object_base = (char *) __obj; \ 430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base)) 509 (((h)->next_free == (h)->object_base \ 512 (h)->temp.p = (h)->object_base, \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | obstack.h | 167 char *object_base; /* address of object we are building */ member 228 #define obstack_base(h) ((void *) (h)->object_base) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 406 void *__value = (void *) __o1->object_base; \ 410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 415 __o1->object_base = __o1->next_free; \ 423 __o->next_free = __o->object_base = (char *) __obj; \ 430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base)) 509 (((h)->next_free == (h)->object_base \ 512 (h)->temp.p = (h)->object_base, \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | obstack.h | 157 char *object_base; /* address of object we are building */ member 213 #define obstack_base(h) ((void *) (h)->object_base) 273 (unsigned) (__o->next_free - __o->object_base); }) 391 void *__value = (void *) __o1->object_base; \ 395 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 400 __o1->object_base = __o1->next_free; \ 408 __o->next_free = __o->object_base = (char *) __obj; \ 414 (unsigned) ((h)->next_free - (h)->object_base) 488 (((h)->next_free == (h)->object_base \ 491 (h)->temp.tempptr = (h)->object_base, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_lan_hmc.c | 976 i40e_status i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, in i40e_hmc_get_object_va() argument 999 if (NULL == object_base) { in i40e_hmc_get_object_va() 1030 *object_base = (u8 *)pd_entry->bp.addr.va + obj_offset_in_pd; in i40e_hmc_get_object_va() 1034 *object_base = (u8 *)sd_entry->u.bp.addr.va + obj_offset_in_sd; in i40e_hmc_get_object_va()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osd_client.c | 1080 u32 object_base = off - objoff; in ceph_osdc_new_request() local 1082 if (truncate_size <= object_base) { in ceph_osdc_new_request() 1085 truncate_size -= object_base; in ceph_osdc_new_request()
|