Home
last modified time | relevance | path

Searched refs:head1 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h214 #define LIST_MOVE(head1, head2) do { \ argument
216 if (!LIST_EMPTY((head1))) { \
217 (head2)->lh_first = (head1)->lh_first; \
218 LIST_INIT((head1)); \
383 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument
385 *(head1)->sqh_last = (head2)->sqh_first; \
386 (head1)->sqh_last = (head2)->sqh_last; \
556 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
558 *(head1)->tqh_last = (head2)->tqh_first; \
559 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_run.c15 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
17 *(head1)->tqh_last = (head2)->tqh_first; \
18 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
19 (head1)->tqh_last = (head2)->tqh_last; \
/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/sys/
H A Dqueue.h274 #define STAILQ_CONCAT(head1, head2) do { \ argument
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
/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/sys/
H A Dqueue.h274 #define STAILQ_CONCAT(head1, head2) do { \ argument
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h307 #define STAILQ_CONCAT(head1, head2) do { \ argument
309 *(head1)->stqh_last = (head2)->stqh_first; \
310 (head1)->stqh_last = (head2)->stqh_last; \
524 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
526 *(head1)->tqh_last = (head2)->tqh_first; \
527 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
528 (head1)->tqh_last = (head2)->tqh_last; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h324 #define STAILQ_CONCAT(head1, head2) do { \ argument
326 *(head1)->stqh_last = (head2)->stqh_first; \
327 (head1)->stqh_last = (head2)->stqh_last; \
541 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
543 *(head1)->tqh_last = (head2)->tqh_first; \
544 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
545 (head1)->tqh_last = (head2)->tqh_last; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h324 #define STAILQ_CONCAT(head1, head2) do { \ argument
326 *(head1)->stqh_last = (head2)->stqh_first; \
327 (head1)->stqh_last = (head2)->stqh_last; \
541 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
543 *(head1)->tqh_last = (head2)->tqh_first; \
544 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
545 (head1)->tqh_last = (head2)->tqh_last; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0466.patch45 =head1 COPYRIGHT
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c372 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; in exchange_tids() local
376 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1441 …const unsigned char head1[] = { 0xFF,0xC0,0,0x11,8,(unsigned char)(height>>8),STBIW_UCHAR(height),… in stbi_write_jpg_core() local
1447 s->func(s->context, (void*)head1, sizeof(head1)); in stbi_write_jpg_core()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1441 …const unsigned char head1[] = { 0xFF,0xC0,0,0x11,8,(unsigned char)(height>>8),STBIW_UCHAR(height),… in stbi_write_jpg_core() local
1447 s->func(s->context, (void*)head1, sizeof(head1)); in stbi_write_jpg_core()