Home
last modified time | relevance | path

Searched +full:1 +full:e (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/openbmc/linux/arch/alpha/lib/
H A Dev6-memcpy.S16 * E - either cluster
21 * $1,$2, - scratch
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?
39 bne $1, $misaligned # U : Nope - gotta do this the slow way
41 and $16, 7, $1 # E : Are both 0mod8?
42 beq $1, $both_0mod8 # U : Yes
43 nop # E :
52 ldbu $1, 0($17) # L : grab a byte
[all …]
H A Dev6-memchr.S26 * E - either cluster
42 # Hack -- if someone passes in (size_t)-1, hoping to just
49 ldq_u $1, 0($16) # L : load first quadword Latency=3
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
52 insbl $17, 1, $2 # U : 000000000000ch00
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
[all …]
H A Dev6-memset.S15 * E - either cluster
53 and $17,255,$1 # E : 00000000000000ch
54 insbl $17,1,$2 # U : 000000000000ch00
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
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
[all …]
H A Dev6-csum_ipv6_magic.S17 * E - either cluster
66 ldq_u $1,8($16) # L : Latency: 3
69 and $16,7,$6 # E : src misalignment
75 extqh $1,$6,$22 # U :
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
85 extql $1,$6,$1 # U :
86 or $18,$4,$18 # E : 000000CCDDAABBCC
89 and $17,7,$6 # E : dst misalignment
[all …]
H A Dev6-clear_user.S18 * E - either cluster
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
68 beq $1, $onebyte # .. .. U .. : sub-word store?
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
[all …]
H A Dev6-stxncpy.S36 * E - either cluster
65 /* Create the 1st output word and detect 0's in the 1st input word. */
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)
87 * limit of 1 bcond/quad to permit training
91 addq a0, 8, a0 # E :
92 subq a2, 1, a2 # E :
96 addq a1, 8, a1 # E :
[all …]
H A Dev67-strncat.S10 * past count, whereas libc may write to count+1. This follows the generic
18 * E - either cluster
37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
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
[all …]
H A Dev6-copy_user.S21 * E - either cluster
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
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
59 * The fetcher stall also hides the 1 cycle cross-cluster stall for $3 (L --> U)
64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores
65 addq $16,1,$16 # .. .. E .. : Section 3.8 in the CWG
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc6 # - e enum value # after a field
7 # - e enum value [LSB MSB]
13 # v1.1 defined in version 1.1
23 - e GRBG 0
24 - e RGGB 1
25 - e BGGR 2
26 - e GBRG 3
28 - e v1_0 0x10
29 - e v1_1 0x11
40 - e ts 0
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.js2e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.docume… argument
H A Djquery-2.0.3.min.js4e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u… variable
5e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q… argument
6e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off( argument
H A Djquery-ui.min.js6e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t… argument
71]-1:N+=" ui-datepicker-group-last",D=" ui-corner-"+(Y?"left":"right");break;default:N+=" ui-datep… argument
H A Djquery.dataTables-1.13.8.min.js4e){return t=t||window,e=e||a(t),n(e,t,t.document)}:module.exports=n(a,window,window.document)):win… function
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack_test.c15 (3 + strlen(TEST_STRING_NAME) + 1)
20 (TEST_STRING_BUF_OFFSET + 3 + strlen(TEST_STRING_DATA) + 1)
22 (TEST_NAMED_U32_BUF_OFFSET + 3 + strlen(TEST_U32_NAME) + 1)
29 #define TEST_NAMED_U64_BUF_OFFSET (TEST_U32_BUF_OFFSET + sizeof(u32) + 1)
31 (TEST_NAMED_U64_BUF_OFFSET + 3 + strlen(TEST_U64_NAME) + 1)
36 #define TEST_NAMED_BLOB_BUF_OFFSET (TEST_U64_BUF_OFFSET + sizeof(u64) + 1)
38 (TEST_NAMED_BLOB_BUF_OFFSET + 3 + strlen(TEST_BLOB_NAME) + 1)
45 (TEST_NAMED_ARRAY_BUF_OFFSET + 3 + strlen(TEST_ARRAY_NAME) + 1)
50 struct aa_ext *e; member
58 struct aa_ext *e; in build_aa_ext_struct() local
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.filter29 sed -E -e 's/[0-9. ]{5} [KMGT]iB/ SIZE/' \
30 -e 's/[0-9. ]{5} B/ SIZE/'
40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g'
46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \
47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \
48 -e "s#SOCK_DIR/fuse-#TEST_DIR/#g"
54 sed -e "s#$IMGFMT#IMGFMT#g"
61 gsed -e '/allocated.*fragmented.*compressed clusters/d' \
62 … -e 's/qemu-img: This image format does not support checks/No errors were found on the image./' \
63 -e '/Image end offset: [0-9]\+/d'
[all …]
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in15 /bin/echo -e "$@" | fold >&2
19 /bin/echo -e "$@" | fold
23 /bin/echo -e "\033[1mNAME\033[0m"
24 /bin/echo -e "\tipkdbg - debug OpenBMC applications from an (internally) released firmware"
25 /bin/echo -e
26 /bin/echo -e "\033[1mSYNOPSIS\033[0m"
27 /bin/echo -e "\tipkdbg [-q] RELEASE FILE CORE [PACKAGE...]"
28 /bin/echo -e
29 /bin/echo -e "\033[1mDESCRIPTION\033[0m"
30 /bin/echo -e "\tRELEASE is the firmware release whose packages to install"
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-spe-asm.S3 * Fast SHA-1 implementation for SPE instruction set (PPC)
106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
107 LOAD_DATA(w0, off) /* 1: W */ \
108 and rT2,b,c; /* 1: F' = B and C */ \
109 LOAD_K##k##1 \
110 andc rT1,d,b; /* 1: F" = ~B and D */ \
111 rotrwi rT0,a,27; /* 1: A' = A rotl 5 */ \
112 or rT2,rT2,rT1; /* 1: F = F' or F" */ \
113 add e,e,rT0; /* 1: E = E + A' */ \
114 rotrwi b,b,2; /* 1: B = B rotl 30 */ \
[all …]
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c27 #define __NR_epoll_pwait2 -1
52 struct epoll_event e; in waiter_entry1a() local
55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
56 __sync_fetch_and_add(&ctx->count, 1); in waiter_entry1a()
64 struct epoll_event e; in waiter_entry1ap() local
69 if (poll(&pfd, 1, -1) > 0) { in waiter_entry1ap()
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
71 __sync_fetch_and_add(&ctx->count, 1); in waiter_entry1ap()
79 struct epoll_event e; in waiter_entry1o() local
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts() argument
27 memset(e, 0, sizeof(*e)); in __event_init_opts()
29 e->name = name; in __event_init_opts()
31 e->attr.type = type; in __event_init_opts()
32 e->attr.config = config; in __event_init_opts()
33 e->attr.size = sizeof(e->attr); in __event_init_opts()
35 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in __event_init_opts()
38 e->attr.sample_period = 1000; in __event_init_opts()
39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
40 e->attr.disabled = 1; in __event_init_opts()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_netnet.c24 /* 1 Forceadd support added */
71 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match()
90 elem->ip[1] = orig->ip[1]; in hash_netnet4_data_reset_elem()
97 elem->ip[1] &= ip_set_netmask(cidr); in hash_netnet4_data_netmask()
98 elem->cidr[1] = cidr; in hash_netnet4_data_netmask()
112 nla_put_ipaddr4(skb, IPSET_ATTR_IP2, data->ip[1]) || in hash_netnet4_data_list()
114 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list()
136 hash_netnet4_init(struct hash_netnet4_elem *e) in hash_netnet4_init() argument
138 e->cidr[0] = HOST_MASK; in hash_netnet4_init()
139 e->cidr[1] = HOST_MASK; in hash_netnet4_init()
[all …]
H A Dip_set_hash_netportnet.c25 /* 1 Forceadd support added */
75 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netportnet4_do_data_match()
94 elem->ip[1] = orig->ip[1]; in hash_netportnet4_data_reset_elem()
102 elem->ip[1] &= ip_set_netmask(cidr); in hash_netportnet4_data_netmask()
103 elem->cidr[1] = cidr; in hash_netportnet4_data_netmask()
117 nla_put_ipaddr4(skb, IPSET_ATTR_IP2, data->ip[1]) || in hash_netportnet4_data_list()
120 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list()
144 hash_netportnet4_init(struct hash_netportnet4_elem *e) in hash_netportnet4_init() argument
146 e->cidr[0] = HOST_MASK; in hash_netportnet4_init()
147 e->cidr[1] = HOST_MASK; in hash_netportnet4_init()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c25 #define NXID_VERSION 1
64 } e; variable
66 /* Set to 1 if we've read EEPROM into memory */
71 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \
72 (e.id[2] == 'I') || (e.id[3] == 'D'))
77 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \
78 (e.id[2] == 'I') || (e.id[3] == 'D'))
91 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom()
92 be32_to_cpu(e.version)); in show_eeprom()
94 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom()
[all …]
/openbmc/qemu/util/
H A Devent_notifier-posix.c24 * Initialize @e with existing file descriptor @fd.
27 void event_notifier_init_fd(EventNotifier *e, int fd) in event_notifier_init_fd() argument
29 e->rfd = fd; in event_notifier_init_fd()
30 e->wfd = fd; in event_notifier_init_fd()
31 e->initialized = true; in event_notifier_init_fd()
35 int event_notifier_init(EventNotifier *e, int active) in event_notifier_init() argument
43 ret = -1; in event_notifier_init()
47 e->rfd = e->wfd = ret; in event_notifier_init()
59 if (!g_unix_set_fd_nonblocking(fds[1], true, NULL)) { in event_notifier_init()
63 e->rfd = fds[0]; in event_notifier_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/
H A Dlv-conf.inc11 LVGL_CONFIG_USE_DRM = "${@bb.utils.contains('PACKAGECONFIG', 'drm', '1', '0', d)}"
13 LVGL_CONFIG_USE_EVDEV = "${@bb.utils.contains_any('PACKAGECONFIG', 'drm fbdev', '1', '0', d)}"
15 LVGL_CONFIG_USE_FBDEV = "${@bb.utils.contains('PACKAGECONFIG', 'fbdev', '1', '0', d)}"
17 LVGL_CONFIG_USE_SDL = "${@bb.utils.contains('PACKAGECONFIG', 'sdl', '1', '0', d)}"
31 LVGL_CONFIG_LV_USE_GRIDNAV = "${@bb.utils.contains('PACKAGECONFIG', 'gridnav', '1', '0', d)}"
37 ALLOW_EMPTY:${PN} = "1"
45 sed -r -e "s|#if 0 .*Set it to \"1\" to enable content.*|#if 1 // Enabled by ${PN}|" \
47 -e "s|^([[:space:]]*#define LV_USE_LINUX_DRM[[:space:]]).*|\1${LVGL_CONFIG_USE_DRM}|" \
49 -e "s|^([[:space:]]*#define LV_USE_LINUX_FBDEV[[:space:]]).*|\1${LVGL_CONFIG_USE_FBDEV}|" \
51 -e "s|^([[:space:]]*#define LV_USE_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \
[all …]
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3e){var t=(0,eval)("this"),n=t.jQuery;"function"==typeof define&&define.amd?define(e):"object"==typ… argument

12345678910>>...50