Home
last modified time | relevance | path

Searched refs:b_ptr (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Ddiscover.h42 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr,
45 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr);
49 struct tipc_bearer *b_ptr);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/function/
H A Dstrfns.py42 b_ptr = b.reinterpret_cast(ptr_byte_vector)
43 return a_ptr.dereference() == b_ptr.dereference()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/function/
H A Dstrfns.py42 b_ptr = b.reinterpret_cast(ptr_byte_vector)
43 return a_ptr.dereference() == b_ptr.dereference()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c38 u16 *r_ptr, *g_ptr, *b_ptr; in mga_crtc_load_lut() local
51 b_ptr = g_ptr + crtc->gamma_size; in mga_crtc_load_lut()
64 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
66 b_ptr++; in mga_crtc_load_lut()
70 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
83 WREG8(DAC_INDEX + MGA1064_COL_PAL, *b_ptr++ >> 8); in mga_crtc_load_lut()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dstack.h299 constptrtype b_ptr = (constptrtype)*b; \
300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dstack.h299 constptrtype b_ptr = (constptrtype)*b; \
300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dstack.h299 constptrtype b_ptr = (constptrtype)*b; \
300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dstack.h299 constptrtype b_ptr = (constptrtype)*b; \
300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \