| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | pfxlen.c | 7 #ifdef E 8 #undef E 12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \ 13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \ 14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \ 15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \ 16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \ 17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \ 18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \ 19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errname.c | 15 #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err macro 17 E(E2BIG), 18 E(EACCES), 19 E(EADDRINUSE), 20 E(EADDRNOTAVAIL), 21 E(EADV), 22 E(EAFNOSUPPORT), 23 E(EALREADY), 24 E(EBADE), 25 E(EBADF), [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191109.patch.gz | 1# ncurses 6.1 - patch 20191109 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190803.patch.gz | 1# ncurses 6.1 - patch 20190803 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/ |
| H A D | nmealog.txt | 1 $GPGGA,222437.000,2734.33926,S,15305.44310,E,1,07,1.3,50.6,M,39.2,M,,*72 2 $GPGLL,2734.33926,S,15305.44310,E,222437.000,A,A*49 8 $GPRMC,222437.000,A,2734.33926,S,15305.44310,E,33.9,157.8,030308,11.2,W,A*0F 10 $GPGGA,222438.000,2734.34821,S,15305.44697,E,1,07,1.2,50.8,M,39.2,M,,*79 11 $GPGLL,2734.34821,S,15305.44697,E,222438.000,A,A*4D 17 $GPRMC,222438.000,A,2734.34821,S,15305.44697,E,33.8,158.3,030308,11.2,W,A*0E 18 $GPVTG,158.3,T,169.5,M,33.8,N,62.5,K,A*2E 19 $GPGGA,222439.000,2734.35696,S,15305.45072,E,1,06,1.7,51.2,M,39.2,M,,*78 20 $GPGLL,2734.35696,S,15305.45072,E,222439.000,A,A*43 26 $GPRMC,222439.000,A,2734.35696,S,15305.45072,E,33.2,158.7,030308,11.2,W,A*0E [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | nmealog.txt | 1 $GPGGA,222437.000,2734.33926,S,15305.44310,E,1,07,1.3,50.6,M,39.2,M,,*72 2 $GPGLL,2734.33926,S,15305.44310,E,222437.000,A,A*49 8 $GPRMC,222437.000,A,2734.33926,S,15305.44310,E,33.9,157.8,030308,11.2,W,A*0F 10 $GPGGA,222438.000,2734.34821,S,15305.44697,E,1,07,1.2,50.8,M,39.2,M,,*79 11 $GPGLL,2734.34821,S,15305.44697,E,222438.000,A,A*4D 17 $GPRMC,222438.000,A,2734.34821,S,15305.44697,E,33.8,158.3,030308,11.2,W,A*0E 18 $GPVTG,158.3,T,169.5,M,33.8,N,62.5,K,A*2E 19 $GPGGA,222439.000,2734.35696,S,15305.45072,E,1,06,1.7,51.2,M,39.2,M,,*78 20 $GPGLL,2734.35696,S,15305.45072,E,222439.000,A,A*43 26 $GPRMC,222439.000,A,2734.35696,S,15305.45072,E,33.2,158.7,030308,11.2,W,A*0E [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-memcpy.S | 34 mov $16, $0 # E : copy dest to return 36 xor $16, $17, $1 # E : are source and dest alignments the same? 37 and $1, 7, $1 # E : are they the same mod 8? 41 and $16, 7, $1 # E : Are both 0mod8? 43 nop # E : 53 subq $18, 1, $18 # E : count-- 54 addq $17, 1, $17 # E : src++ 56 addq $16, 1, $16 # E : dest++ 57 and $16, 7, $1 # E : Are we at 0mod8 yet? 62 cmple $18, 127, $1 # E : Can we unroll the loop? [all …]
|
| H A D | ev6-memset.S | 53 and $17,255,$1 # E : 00000000000000ch 55 bis $16,$16,$0 # E : return value 58 addq $18,$16,$6 # E : max address to write to 59 bis $1,$2,$17 # E : 000000000000chch 63 or $3,$4,$3 # E : 00000000chch0000 65 xor $16,$6,$1 # E : will complete write be within one quadword? 68 or $17,$3,$17 # E : 00000000chchchch 69 or $2,$5,$2 # E : chchchch00000000 70 bic $1,7,$1 # E : fit within a single quadword? 71 and $16,7,$3 # E : Target addr misalignment [all …]
|
| H A D | ev6-memchr.S | 50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 53 cmpult $18, 9, $4 # E : small (< 1 quad) string? 54 or $2, $17, $17 # E : 000000000000chch 55 lda $3, -1($31) # E : U L L U 58 addq $16, $5, $5 # E : Max search address 59 or $2, $17, $17 # E : 00000000chchchch 62 or $2, $17, $17 # E : chchchchchchchch 68 mov $16, $0 # E : 69 nop # E : 70 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16 [all …]
|
| H A D | ev6-clear_user.S | 53 and $16, 7, $4 # .. E .. .. : find dest head misalignment 56 addq $0, $4, $1 # .. .. .. E : bias counter 57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail 60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear 70 addq $16, 8, $16 # E .. .. .. : L U U L 73 subq $1, 1, $1 # .. .. E .. : 74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment 75 subq $0, 8, $0 # E .. .. .. : U L U L 86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop 87 and $16, 0x3f, $2 # .. .. E .. : Forward work for huge loop [all …]
|
| H A D | ev6-divide.S | 109 subq $30,STACK,$30 # E : 114 bis $25,$25,divisor # E : 117 bis $24,$24,modulus # E : 119 bis $31,$31,quotient # E : 120 LONGIFY(divisor) # E : U L L U 123 LONGIFY(modulus) # E : 124 bis $31,1,mask # E : 144 1: cmpult divisor,modulus,compare # E : 145 s8addq divisor,$31,divisor # E : 146 s8addq mask,$31,mask # E : [all …]
|
| H A D | ev6-copy_user.S | 49 mov $18, $0 # .. .. .. E 50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy? 51 nop # .. E .. .. 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment 57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 65 addq $16,1,$16 # .. .. E .. : Section 3.8 in the CWG 66 addq $3,1,$3 # .. E .. .. : 67 nop # E .. .. .. : U L U L 74 addq $17,1,$17 # .. .. E .. : Section 3.8 in the CWG 75 subq $0,1,$0 # .. E .. .. : [all …]
|
| H A D | ev6-csum_ipv6_magic.S | 69 and $16,7,$6 # E : src misalignment 79 cmoveq $6,$31,$22 # E : src aligned? 82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00 84 or $0,$22,$0 # E : 1st src word complete 86 or $18,$4,$18 # E : 000000CCDDAABBCC 89 and $17,7,$6 # E : dst misalignment 91 or $1,$5,$1 # E : 2nd src word complete 94 cmoveq $6,$31,$22 # E : dst aligned? 96 addq $20,$0,$20 # E : begin summing the words 100 or $2,$22,$2 # E : 1st dst word complete [all …]
|
| H A D | ev6-stxncpy.S | 66 lda t2, -1 # E : build a mask against false zero 69 ornot t1, t2, t2 # E : (stall) 72 cmpbge zero, t2, t8 # E : bits set iff null found 73 or t0, t3, t0 # E : (stall) 91 addq a0, 8, a0 # E : 92 subq a2, 1, a2 # E : 96 addq a1, 8, a1 # E : 97 cmpbge zero, t0, t8 # E : 113 negq t8, t12 # E : find low bit set 114 and t8, t12, t12 # E : (stall) [all …]
|
| H A D | ev6-stxcpy.S | 58 lda t2, -1 # E : build a mask against false zero 61 ornot t1, t2, t2 # E : (stall) 64 cmpbge zero, t2, t8 # E : bits set iff null found 65 or t0, t3, t1 # E : (stall) 75 addq a0, 8, a0 # E : 80 addq a1, 8, a1 # E : 81 cmpbge zero, t1, t8 # E : (3 cycle stall) 89 negq t8, t6 # E : find low bit set 90 and t8, t6, t12 # E : (stall) 93 and t12, 0x80, t6 # E : (stall) [all …]
|
| H A D | ev67-strncat.S | 38 lda $2, -1($31) # E : 41 andnot $16, 7, $16 # E : 42 nop # E : 43 or $2, $1, $1 # E : 45 nop # E : 46 nop # E : 47 cmpbge $31, $1, $2 # E : bits set iff byte == 0 51 addq $16, 8, $16 # E : 52 cmpbge $31, $1, $2 # E : 56 addq $16, $3, $16 # E : [all …]
|
| H A D | ev67-strrchr.S | 35 and a1, 0xff, t2 # E : 00000000000000ch 40 mov zero, t6 # E : t6 is last match aligned addr 41 or t2, t4, a1 # E : 000000000000chch 43 mov zero, t8 # E : t8 is last match byte compare mask 45 andnot a0, 7, v0 # E : align source addr 46 or t5, t3, t3 # E : 00000000chch0000 50 or t4, a1, a1 # E : chch00000000chch 51 or t2, t3, t2 # E : 0000chchchch0000 52 or a1, t2, a1 # E : chchchchchchchch 53 lda t5, -1 # E : build garbage mask [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | kvmalloc.cocci | 24 expression E, E1, size; 35 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 41 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...) 45 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 48 ... when != E = E1 51 * if (E == NULL)@p { 53 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...) 71 expression E; 75 * if (is_vmalloc_addr(E))@p { 77 * vfree(E) [all …]
|
| H A D | kfree_mismatch.cocci | 18 expression E, E1; 25 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\| 31 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 38 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 40 ... when != E = E1 42 if (E == NULL) { 44 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 53 expression E; 57 E = \(kvmalloc\|kvzalloc\|kvcalloc\|kvzalloc_node\|kvmalloc_node\| 60 kvfree(E)@fok [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | badzero.cocci | 27 expression *E; 32 (E = f(...)) == 36 (E = f(...)) != 42 == (E = f(...)) 46 != (E = f(...)) 51 expression *E; 57 (E = f(...)) == 60 (E = f(...)) != 64 == (E = f(...)) 67 != (E = f(...)) [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_sha1.c | 87 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_process() local 124 E = ctx->state[4]; in mbedtls_sha1_process() 129 P( A, B, C, D, E, W[0] ); in mbedtls_sha1_process() 130 P( E, A, B, C, D, W[1] ); in mbedtls_sha1_process() 131 P( D, E, A, B, C, W[2] ); in mbedtls_sha1_process() 132 P( C, D, E, A, B, W[3] ); in mbedtls_sha1_process() 133 P( B, C, D, E, A, W[4] ); in mbedtls_sha1_process() 134 P( A, B, C, D, E, W[5] ); in mbedtls_sha1_process() 135 P( E, A, B, C, D, W[6] ); in mbedtls_sha1_process() 136 P( D, E, A, B, C, W[7] ); in mbedtls_sha1_process() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha1.c | 80 unsigned long temp, W[16], A, B, C, D, E; in sha1_process_one() local 115 E = ctx->state[4]; in sha1_process_one() 120 P (A, B, C, D, E, W[0]); in sha1_process_one() 121 P (E, A, B, C, D, W[1]); in sha1_process_one() 122 P (D, E, A, B, C, W[2]); in sha1_process_one() 123 P (C, D, E, A, B, W[3]); in sha1_process_one() 124 P (B, C, D, E, A, W[4]); in sha1_process_one() 125 P (A, B, C, D, E, W[5]); in sha1_process_one() 126 P (E, A, B, C, D, W[6]); in sha1_process_one() 127 P (D, E, A, B, C, W[7]); in sha1_process_one() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 190 +#define E(x) (STOP + (x)) 194 + S('d') = E(INT), S('i') = E(INT), 195 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT), 196 + S('e') = E(DBL), S('f') = E(DBL), S('g') = E(DBL), S('a') = E(DBL), 197 + S('E') = E(DBL), S('F') = E(DBL), S('G') = E(DBL), S('A') = E(DBL), 198 + S('c') = E(CHAR),S('C') = E(INT), 199 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 200 + S('m') = E(NONE), 204 + S('d') = E(LONG), S('i') = E(LONG), 205 + S('o') = E(ULONG),S('u') = E(ULONG),S('x') = E(ULONG),S('X') = E(ULONG), [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | templated_streams.hpp | 26 #define BOOST_TEMPLATED_STREAM_TEMPLATE(E,T) \ argument 27 template < typename E , typename T > 29 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) \ argument 30 template < typename E , typename T , typename A > 32 #define BOOST_TEMPLATED_STREAM_ARGS(E,T) \ argument 33 typename E , typename T 35 #define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E,T,A) \ argument 36 typename E , typename T , typename A 40 #define BOOST_TEMPLATED_STREAM_ELEM(E) E argument 44 #define BOOST_TEMPLATED_STREAM(X,E,T) \ argument [all …]
|