| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/fixtures/ |
| H A D | toastergui-unittest-data.xml | 4 <field type="CharField" name="name">v2.3</field> 5 <field type="GitURLField" name="giturl">git://git.openembedded.org/bitbake</field> 6 <field type="CharField" name="dirpath">b</field> 7 <field type="CharField" name="branch">a</field> 10 <field type="CharField" name="name">master</field> 11 <field type="CharField" name="description">master project</field> 12 <field to="orm.bitbake_version" name="bitbake_version">1</field> 15 <field type="CharField" name="name">a test project</field> 16 <field type="CharField" name="short_description"></field> 17 <field to="orm.bitbakeversion" name="bitbake_version" rel="ManyToOneRel">1</field> [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | poky.xml | 5 <field type="CharField" name="name">DEFCONF_DISTRO</field> 6 <field type="CharField" name="value">poky</field> 11 <field type="CharField" name="name">kirkstone</field> 12 <field type="CharField" name="giturl">git://git.yoctoproject.org/poky</field> 13 <field type="CharField" name="branch">kirkstone</field> 14 <field type="CharField" name="dirpath">bitbake</field> 17 <field type="CharField" name="name">HEAD</field> 18 <field type="CharField" name="giturl">git://git.yoctoproject.org/poky</field> 19 <field type="CharField" name="branch">HEAD</field> 20 <field type="CharField" name="dirpath">bitbake</field> [all …]
|
| H A D | oe-core.xml | 5 <field type="CharField" name="name">DEFCONF_DISTRO</field> 6 <field type="CharField" name="value">nodistro</field> 11 <field type="CharField" name="name">kirkstone</field> 12 <field type="CharField" name="giturl">git://git.openembedded.org/bitbake</field> 13 <field type="CharField" name="branch">1.54</field> 16 <field type="CharField" name="name">HEAD</field> 17 <field type="CharField" name="giturl">git://git.openembedded.org/bitbake</field> 18 <field type="CharField" name="branch">HEAD</field> 21 <field type="CharField" name="name">master</field> 22 <field type="CharField" name="giturl">git://git.openembedded.org/bitbake</field> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 102 field DST_MODE 0x70 103 field SRC_MODE 0x07 117 field HWERRINT 0x80 118 field BRKADRINT 0x40 119 field SWTMINT 0x20 120 field PCIINT 0x10 121 field SCSIINT 0x08 122 field SEQINT 0x04 123 field CMDCMPLT 0x02 124 field SPLTINT 0x01 [all …]
|
| H A D | aic7xxx.reg | 71 field TEMODE 0x80 72 field ENSELO 0x40 73 field ENSELI 0x20 74 field ENRSELI 0x10 75 field ENAUTOATNO 0x08 76 field ENAUTOATNI 0x04 77 field ENAUTOATNP 0x02 78 field SCSIRSTO 0x01 88 field DFON 0x80 89 field DFPEXP 0x40 [all …]
|
| H A D | queue.h | 127 #define SLIST_FOREACH(var, head, field) \ argument 130 (var) = SLIST_NEXT((var), field)) 136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \ 138 SLIST_NEXT((slistelm), field) = (elm); \ 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \ 146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 150 SLIST_REMOVE_HEAD((head), field); \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 7 #define FIELD(number, name) [ROL16(number, 6)] = VMCS12_OFFSET(name) macro 9 FIELD(number, name), \ 13 FIELD(VIRTUAL_PROCESSOR_ID, virtual_processor_id), 14 FIELD(POSTED_INTR_NV, posted_intr_nv), 15 FIELD(GUEST_ES_SELECTOR, guest_es_selector), 16 FIELD(GUEST_CS_SELECTOR, guest_cs_selector), 17 FIELD(GUEST_SS_SELECTOR, guest_ss_selector), 18 FIELD(GUEST_DS_SELECTOR, guest_ds_selector), 19 FIELD(GUEST_FS_SELECTOR, guest_fs_selector), 20 FIELD(GUEST_GS_SELECTOR, guest_gs_selector), [all …]
|
| H A D | vmx_ops.h | 15 asmlinkage void vmread_error(unsigned long field, bool fault); 16 __attribute__((regparm(0))) void vmread_error_trampoline(unsigned long field, 18 void vmwrite_error(unsigned long field, unsigned long value); 24 static __always_inline void vmcs_check16(unsigned long field) in vmcs_check16() argument 26 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000, in vmcs_check16() 27 "16-bit accessor invalid for 64-bit field"); in vmcs_check16() 28 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check16() 29 "16-bit accessor invalid for 64-bit high field"); in vmcs_check16() 30 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check16() 31 "16-bit accessor invalid for 32-bit high field"); in vmcs_check16() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/ |
| H A D | sys-tree.h | 76 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument 77 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument 82 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 83 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 84 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 88 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 89 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 90 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 94 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 95 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ [all …]
|
| H A D | sys-queue.h | 125 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 127 #define SLIST_FOREACH(var, head, field) \ argument 130 (var) = (var)->field.sle_next) 132 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 135 ((tvar) = SLIST_NEXT((var), field), 1); \ 145 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 146 (elm)->field.sle_next = (slistelm)->field.sle_next; \ 147 (slistelm)->field.sle_next = (elm); \ 150 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 151 (elm)->field.sle_next = (head)->slh_first; \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | queue.h | 107 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument 109 (head)->lh_first->field.le_prev != &(head)->lh_first) \ 111 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument 112 if ((elm)->field.le_next && \ 113 (elm)->field.le_next->field.le_prev != \ 114 &(elm)->field.le_next) \ 116 if (*(elm)->field.le_prev != (elm)) \ 118 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ argument 119 (elm)->field.le_next = (void *)1L; \ 120 (elm)->field.le_prev = (void *)1L; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | queue.h | 107 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument 109 (head)->lh_first->field.le_prev != &(head)->lh_first) \ 111 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument 112 if ((elm)->field.le_next && \ 113 (elm)->field.le_next->field.le_prev != \ 114 &(elm)->field.le_next) \ 116 if (*(elm)->field.le_prev != (elm)) \ 118 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ argument 119 (elm)->field.le_next = (void *)1L; \ 120 (elm)->field.le_prev = (void *)1L; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/ |
| H A D | queue.h | 106 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument 108 (head)->lh_first->field.le_prev != &(head)->lh_first) \ 110 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument 111 if ((elm)->field.le_next && \ 112 (elm)->field.le_next->field.le_prev != \ 113 &(elm)->field.le_next) \ 115 if (*(elm)->field.le_prev != (elm)) \ 117 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ argument 118 (elm)->field.le_next = (void *)1L; \ 119 (elm)->field.le_prev = (void *)1L; [all …]
|
| /OK3568_Linux_fs/u-boot/common/eeprom/ |
| H A D | eeprom_field.c | 14 static void __eeprom_field_print_bin(const struct eeprom_field *field, in __eeprom_field_print_bin() argument 18 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin() 19 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin() 21 printf(PRINT_FIELD_SEGMENT, field->name); in __eeprom_field_print_bin() 23 printf("%02x%s", field->buf[i], delimiter); in __eeprom_field_print_bin() 25 printf("%02x\n", field->buf[i]); in __eeprom_field_print_bin() 28 static int __eeprom_field_update_bin(struct eeprom_field *field, in __eeprom_field_update_bin() argument 37 if (len > field->size * 2) in __eeprom_field_update_bin() 40 memset(field->buf, 0, field->size); in __eeprom_field_update_bin() 43 for (j = 0; j < field->size; j++) { in __eeprom_field_update_bin() [all …]
|
| /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 D | queue.h | 105 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 106 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \ 107 (listelm)->field.le_next->field.le_prev = \ 108 &(elm)->field.le_next; \ 109 (listelm)->field.le_next = (elm); \ 110 (elm)->field.le_prev = &(listelm)->field.le_next; \ 113 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 114 (elm)->field.le_prev = (listelm)->field.le_prev; \ 115 (elm)->field.le_next = (listelm); \ 116 *(listelm)->field.le_prev = (elm); \ [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/sys/ |
| H A D | queue.h | 105 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 106 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \ 107 (listelm)->field.le_next->field.le_prev = \ 108 &(elm)->field.le_next; \ 109 (listelm)->field.le_next = (elm); \ 110 (elm)->field.le_prev = &(listelm)->field.le_next; \ 113 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 114 (elm)->field.le_prev = (listelm)->field.le_prev; \ 115 (elm)->field.le_next = (listelm); \ 116 *(listelm)->field.le_prev = (elm); \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_reader.hpp | 68 // The wire type of the current field. 71 // The tag of the current field. 87 protozero_assert(tag() != 0 && "call next() before accessing field value"); in packed_fixed() 130 protozero_assert(tag() != 0 && "call next() before accessing field value"); in get_packed() 146 * @post There is no current field. 163 * @post There is no current field. 180 * @post There is no current field. 197 * @post There is no current field. 241 * are still fields available and to `false` if the last field has been 262 * Set next field in the message as the current field. This is usually [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 6 Field Order 13 odd and even field are transmitted, and due to a small delay between 23 object on screen may well move between one field and the next. For 25 which field of a frame is older, the *temporal order*. 27 When the driver provides or accepts images field by field rather than 30 even) fields, the *spatial order*: The first line of the top field is 32 field is the second line of that frame. 35 whether a frame commences with the top or bottom field is pointless. Any 41 Counter to intuition the top field is not necessarily the older field. 42 Whether the older field contains the top or bottom lines is a convention [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | tonga_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| H A D | navi10_sdma_pkt_open.h | 92 /*define for op field*/ 98 /*define for sub_op field*/ 109 /*define for op field*/ 115 /*define for sub_op field*/ 121 /*define for encrypt field*/ 127 /*define for tmz field*/ 133 /*define for backwards field*/ 139 /*define for broadcast field*/ 146 /*define for count field*/ 153 /*define for dst_sw field*/ [all …]
|
| H A D | vega10_sdma_pkt_open.h | 68 /*define for op field*/ 74 /*define for sub_op field*/ 86 /*define for op field*/ 92 /*define for sub_op field*/ 98 /*define for encrypt field*/ 104 /*define for tmz field*/ 110 /*define for broadcast field*/ 117 /*define for count field*/ 124 /*define for dst_sw field*/ 130 /*define for src_sw field*/ [all …]
|
| H A D | iceland_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/ |
| H A D | bitfield.h | 30 * The macro "Fld" encodes a bit field, given its size and its shift value 36 * field's mask is cumbersome and might break the assembler (255-character 40 * Size Size of the bit field, in number of bits. 41 * Shft Shift value of the bit field with respect to bit 0. 44 * Fld Encoded bit field. 56 * bit field. 59 * Field Encoded bit field (using the macro "Fld"). 62 * FSize Size of the bit field, in number of bits. 63 * FShft Shift value of the bit field with respect to bit 0. 64 * FMsk Mask for the bit field. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/ |
| H A D | bitfield.h | 29 * The macro "Fld" encodes a bit field, given its size and its shift value 35 * field's mask is cumbersome and might break the assembler (255-character 39 * Size Size of the bit field, in number of bits. 40 * Shft Shift value of the bit field with respect to bit 0. 43 * Fld Encoded bit field. 55 * bit field. 58 * Field Encoded bit field (using the macro "Fld"). 61 * FSize Size of the bit field, in number of bits. 62 * FShft Shift value of the bit field with respect to bit 0. 63 * FMsk Mask for the bit field. [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | bitfield.h | 28 * The macro "Fld" encodes a bit field, given its size and its shift value 34 * field's mask is cumbersome and might break the assembler (255-character 38 * Size Size of the bit field, in number of bits. 39 * Shft Shift value of the bit field with respect to bit 0. 42 * Fld Encoded bit field. 54 * bit field. 57 * Field Encoded bit field (using the macro "Fld"). 60 * FSize Size of the bit field, in number of bits. 61 * FShft Shift value of the bit field with respect to bit 0. 62 * FMsk Mask for the bit field. [all …]
|