| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | logo-3.STL | 2 facet normal 5.299990e-01 -8.479983e-01 0.000000e+00 4 vertex -1.809197e+00 -1.071657e+00 5.000000e-01 5 vertex -1.809197e+00 -1.071657e+00 -5.000000e-01 6 vertex -3.710588e-01 -1.728205e-01 5.000000e-01 9 facet normal 5.299990e-01 -8.479983e-01 0.000000e+00 11 vertex -3.710588e-01 -1.728205e-01 5.000000e-01 12 vertex -1.809197e+00 -1.071657e+00 -5.000000e-01 13 vertex -3.710588e-01 -1.728205e-01 -5.000000e-01 16 facet normal 5.995555e-01 -8.003332e-01 0.000000e+00 18 vertex -1.809197e+00 -1.071657e+00 -5.000000e-01 [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | highlight.pack.js | 2 …e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?… property
|
| H A D | jquery-2.0.3.min.js | 4 …e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u… argument 5 …e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q… argument 6 …e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(… argument
|
| H A D | jquery-ui.min.js | 6 …e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t… argument 7 …e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,a,n,r,o){var h,l,u,d,c,p,f,m,g=this._g… argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | l2t.c | 65 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() argument 67 return e->vlan >> VLAN_PRIO_SHIFT; in vlan_prio() 70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument 72 if (atomic_add_return(1, &e->refcnt) == 1) /* 0 -> 1 transition */ in l2t_hold() 118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq() argument 120 if (e->v6) in addreq() 121 return (e->addr[0] ^ addr[0]) | (e->addr[1] ^ addr[1]) | in addreq() 122 (e->addr[2] ^ addr[2]) | (e->addr[3] ^ addr[3]); in addreq() 123 return e->addr[0] ^ addr[0]; in addreq() 126 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | l2t.c | 63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() argument 65 return e->vlan >> 13; in vlan_prio() 74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace() argument 77 if (e->neigh) in neigh_replace() 78 neigh_release(e->neigh); in neigh_replace() 79 e->neigh = n; in neigh_replace() 88 struct l2t_entry *e) in setup_l2e_send_pending() argument 101 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx)); in setup_l2e_send_pending() 102 req->params = htonl(V_L2T_W_IDX(e->idx) | V_L2T_W_IFF(e->smt_idx) | in setup_l2e_send_pending() 103 V_L2T_W_VLAN(e->vlan & VLAN_VID_MASK) | in setup_l2e_send_pending() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | sys_eeprom.c | 65 } e; variable 72 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ 73 (e.id[2] == 'I') || (e.id[3] == 'D')) 78 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \ 79 (e.id[2] == 'I') || (e.id[3] == 'D')) 92 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom() 93 be32_to_cpu(e.version)); in show_eeprom() 95 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom() 99 printf("SN: %s\n", e.sn); in show_eeprom() 103 printf("Errata: %s\n", e.errata); in show_eeprom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/gpu/backend/ |
| H A D | mali_kbase_gpu_fault_csf.c | 28 const char *e; in kbase_gpu_exception_name() local 33 e = "CS_RESOURCE_TERMINATED"; in kbase_gpu_exception_name() 36 e = "CS_INHERIT_FAULT"; in kbase_gpu_exception_name() 40 e = "CS_CONFIG_FAULT"; in kbase_gpu_exception_name() 43 e = "FATAL_CS_ENDPOINT_FAULT"; in kbase_gpu_exception_name() 46 e = "FATAL_CS_INVALID_INSTRUCTION"; in kbase_gpu_exception_name() 49 e = "FATAL_CS_CALL_STACK_OVERFLOW"; in kbase_gpu_exception_name() 56 e = "CS_BUS_FAULT"; in kbase_gpu_exception_name() 60 e = "INSTR_INVALID_PC"; in kbase_gpu_exception_name() 63 e = "INSTR_INVALID_ENC"; in kbase_gpu_exception_name() [all …]
|
| H A D | mali_kbase_gpu_fault_jm.c | 28 const char *e; in kbase_gpu_exception_name() local 33 e = "NOT_STARTED/IDLE/OK"; in kbase_gpu_exception_name() 36 e = "DONE"; in kbase_gpu_exception_name() 39 e = "INTERRUPTED"; in kbase_gpu_exception_name() 42 e = "STOPPED"; in kbase_gpu_exception_name() 45 e = "TERMINATED"; in kbase_gpu_exception_name() 48 e = "ACTIVE"; in kbase_gpu_exception_name() 52 e = "JOB_CONFIG_FAULT"; in kbase_gpu_exception_name() 55 e = "JOB_POWER_FAULT"; in kbase_gpu_exception_name() 58 e = "JOB_READ_FAULT"; in kbase_gpu_exception_name() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | expr.c | 15 static struct expr *expr_eliminate_yn(struct expr *e); 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 20 e->type = E_SYMBOL; in expr_alloc_symbol() 21 e->left.sym = sym; in expr_alloc_symbol() 22 return e; in expr_alloc_symbol() 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 28 e->type = type; in expr_alloc_one() 29 e->left.expr = ce; in expr_alloc_one() 30 return e; in expr_alloc_one() 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.c | 15 static struct expr *expr_eliminate_yn(struct expr *e); 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 20 e->type = E_SYMBOL; in expr_alloc_symbol() 21 e->left.sym = sym; in expr_alloc_symbol() 22 return e; in expr_alloc_symbol() 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 28 e->type = type; in expr_alloc_one() 29 e->left.expr = ce; in expr_alloc_one() 30 return e; in expr_alloc_one() 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | expr.c | 16 static struct expr *expr_eliminate_yn(struct expr *e); 20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 21 e->type = E_SYMBOL; in expr_alloc_symbol() 22 e->left.sym = sym; in expr_alloc_symbol() 23 return e; in expr_alloc_symbol() 28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 29 e->type = type; in expr_alloc_one() 30 e->left.expr = ce; in expr_alloc_one() 31 return e; in expr_alloc_one() 36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_s302m.c | 165 static void vidtv_s302m_access_unit_destroy(struct vidtv_encoder *e) in vidtv_s302m_access_unit_destroy() argument 167 struct vidtv_access_unit *head = e->access_units; in vidtv_s302m_access_unit_destroy() 176 e->access_units = NULL; in vidtv_s302m_access_unit_destroy() 179 static void vidtv_s302m_alloc_au(struct vidtv_encoder *e) in vidtv_s302m_alloc_au() argument 184 if (e->sync && e->sync->is_video_encoder) { in vidtv_s302m_alloc_au() 185 sync_au = e->sync->access_units; in vidtv_s302m_alloc_au() 188 temp = vidtv_s302m_access_unit_init(e->access_units); in vidtv_s302m_alloc_au() 189 if (!e->access_units) in vidtv_s302m_alloc_au() 190 e->access_units = temp; in vidtv_s302m_alloc_au() 198 e->access_units = vidtv_s302m_access_unit_init(NULL); in vidtv_s302m_alloc_au() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ |
| H A D | event.c | 23 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts() argument 25 memset(e, 0, sizeof(*e)); in event_init_opts() 27 e->name = name; in event_init_opts() 29 e->attr.type = type; in event_init_opts() 30 e->attr.config = config; in event_init_opts() 31 e->attr.size = sizeof(e->attr); in event_init_opts() 33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in event_init_opts() 37 void event_init_named(struct event *e, u64 config, char *name) in event_init_named() argument 39 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named() 42 void event_init(struct event *e, u64 config) in event_init() argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | engine.h | 386 ENGINE *ENGINE_get_next(ENGINE *e); 387 ENGINE *ENGINE_get_prev(ENGINE *e); 389 int ENGINE_add(ENGINE *e); 391 int ENGINE_remove(ENGINE *e); 435 int ENGINE_register_RSA(ENGINE *e); 436 void ENGINE_unregister_RSA(ENGINE *e); 439 int ENGINE_register_DSA(ENGINE *e); 440 void ENGINE_unregister_DSA(ENGINE *e); 443 int ENGINE_register_ECDH(ENGINE *e); 444 void ENGINE_unregister_ECDH(ENGINE *e); [all …]
|
| /OK3568_Linux_fs/u-boot/board/varisys/common/ |
| H A D | sys_eeprom.c | 48 } e; variable 54 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ 55 (e.id[2] == 'I') || (e.id[3] == 'D')) 83 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom() 84 be32_to_cpu(e.version)); in show_eeprom() 87 printf("SN: %s\n", e.sn); in show_eeprom() 95 printf("Errata: %s\n", e.errata); in show_eeprom() 99 e.date[0], e.date[1], e.date[2], in show_eeprom() 100 e.date[3] & 0x7F, e.date[4], e.date[5], in show_eeprom() 101 e.date[3] & 0x80 ? "PM" : ""); in show_eeprom() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 145 struct pm_element *e) in wtemp_get_lowlevel_rate() argument 150 opp = e->opp; in wtemp_get_lowlevel_rate() 151 count = e->opp_nr; in wtemp_get_lowlevel_rate() 163 static ulong __wtemp_clk_get_rate(struct pm_element *e) in __wtemp_clk_get_rate() argument 166 if (e->id == PM_DMC) in __wtemp_clk_get_rate() 169 return clk_get_rate(&e->clk); in __wtemp_clk_get_rate() 172 static ulong __wtemp_clk_set_rate(struct pm_element *e, ulong rate) in __wtemp_clk_set_rate() argument 175 if (e->id == PM_DMC) { in __wtemp_clk_set_rate() 180 clk_set_rate(&e->clk, rate); in __wtemp_clk_set_rate() 185 static int __wtemp_regulator_get_value(struct pm_element *e) in __wtemp_regulator_get_value() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | call_50.hpp | 31 typename call_impl::expr_param e in operator ()() 38 proto::child_c< 0>(e) in operator ()() 65 typename call_impl::expr_param e in operator ()() 72 proto::child_c< 0>(e) , proto::child_c< 1>(e) in operator ()() 99 typename call_impl::expr_param e in operator ()() 106 proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) in operator ()() 133 typename call_impl::expr_param e in operator ()() 140 … proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) in operator ()() 167 typename call_impl::expr_param e in operator ()() 174 …proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) , pr… in operator ()() [all …]
|
| H A D | call_40.hpp | 31 typename call_impl::expr_param e in operator ()() 38 proto::child_c< 0>(e) in operator ()() 65 typename call_impl::expr_param e in operator ()() 72 proto::child_c< 0>(e) , proto::child_c< 1>(e) in operator ()() 99 typename call_impl::expr_param e in operator ()() 106 proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) in operator ()() 133 typename call_impl::expr_param e in operator ()() 140 … proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) in operator ()() 167 typename call_impl::expr_param e in operator ()() 174 …proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) , pr… in operator ()() [all …]
|
| H A D | call_30.hpp | 31 typename call_impl::expr_param e in operator ()() 38 proto::child_c< 0>(e) in operator ()() 65 typename call_impl::expr_param e in operator ()() 72 proto::child_c< 0>(e) , proto::child_c< 1>(e) in operator ()() 99 typename call_impl::expr_param e in operator ()() 106 proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) in operator ()() 133 typename call_impl::expr_param e in operator ()() 140 … proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) in operator ()() 167 typename call_impl::expr_param e in operator ()() 174 …proto::child_c< 0>(e) , proto::child_c< 1>(e) , proto::child_c< 2>(e) , proto::child_c< 3>(e) , pr… in operator ()() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_misc.c | 97 Node *e = list_entry(l, Node, list); in check_file() local 102 if (!test_bit(Enabled, &e->flags)) in check_file() 106 if (!test_bit(Magic, &e->flags)) { in check_file() 107 if (p && !strcmp(e->magic, p + 1)) in check_file() 108 return e; in check_file() 113 s = bprm->buf + e->offset; in check_file() 114 if (e->mask) { in check_file() 115 for (j = 0; j < e->size; j++) in check_file() 116 if ((*s++ ^ e->magic[j]) & e->mask[j]) in check_file() 119 for (j = 0; j < e->size; j++) in check_file() [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | elevator.c | 63 struct elevator_queue *e = q->elevator; in elv_iosched_allow_bio_merge() local 65 if (e->type->ops.allow_merge) in elv_iosched_allow_bio_merge() 66 return e->type->ops.allow_merge(q, rq, bio); in elv_iosched_allow_bio_merge() 101 static bool elevator_match(const struct elevator_type *e, const char *name, in elevator_match() argument 104 if (!elv_support_features(e->elevator_features, required_features)) in elevator_match() 106 if (!strcmp(e->elevator_name, name)) in elevator_match() 108 if (e->elevator_alias && !strcmp(e->elevator_alias, name)) in elevator_match() 125 struct elevator_type *e; in elevator_find() local 127 list_for_each_entry(e, &elv_list, list) { in elevator_find() 128 if (elevator_match(e, name, required_features)) in elevator_find() [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | policy_unpack_test.c | 47 struct aa_ext *e; member 55 struct aa_ext *e; in build_aa_ext_struct() local 60 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct() 61 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, e); in build_aa_ext_struct() 63 e->start = buf; in build_aa_ext_struct() 64 e->end = e->start + buf_size; in build_aa_ext_struct() 65 e->pos = e->start; in build_aa_ext_struct() 71 buf = e->start + TEST_STRING_BUF_OFFSET; in build_aa_ext_struct() 76 buf = e->start + TEST_NAMED_U32_BUF_OFFSET; in build_aa_ext_struct() 83 buf = e->start + TEST_NAMED_U64_BUF_OFFSET; in build_aa_ext_struct() [all …]
|
| H A D | policy_unpack.c | 106 const char *name, const char *info, struct aa_ext *e, in audit_iface() argument 111 if (e) in audit_iface() 112 aad(&sa)->iface.pos = e->pos - e->start; in audit_iface() 201 static bool inbounds(struct aa_ext *e, size_t size) in inbounds() argument 203 return (size <= e->end - e->pos); in inbounds() 222 static size_t unpack_u16_chunk(struct aa_ext *e, char **chunk) in unpack_u16_chunk() argument 225 void *pos = e->pos; in unpack_u16_chunk() 227 if (!inbounds(e, sizeof(u16))) in unpack_u16_chunk() 229 size = le16_to_cpu(get_unaligned((__le16 *) e->pos)); in unpack_u16_chunk() 230 e->pos += sizeof(__le16); in unpack_u16_chunk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 87 struct entry *e; in __get_entry() local 89 e = es->begin + block; in __get_entry() 90 BUG_ON(e >= es->end); in __get_entry() 92 return e; in __get_entry() 95 static unsigned to_index(struct entry_space *es, struct entry *e) in to_index() argument 97 BUG_ON(e < es->begin || e >= es->end); in to_index() 98 return e - es->begin; in to_index() 132 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_next() argument 134 return to_entry(es, e->next); in l_next() 137 static struct entry *l_prev(struct entry_space *es, struct entry *e) in l_prev() argument [all …]
|