/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | kernel_arm32.cc | 62 static_assert(offsetof(Params, bias) == RUY_OFFSET_BIAS, ""); in CheckOffsetsInKernelParamsFloat32() 63 static_assert(offsetof(Params, start_row) == RUY_OFFSET_START_ROW, ""); in CheckOffsetsInKernelParamsFloat32() 65 static_assert(offsetof(Params, last_row) == RUY_OFFSET_LAST_ROW, ""); in CheckOffsetsInKernelParamsFloat32() 66 static_assert(offsetof(Params, last_col) == RUY_OFFSET_LAST_COL, ""); in CheckOffsetsInKernelParamsFloat32() 67 static_assert(offsetof(Params, dst_rows) == RUY_OFFSET_DST_ROWS, ""); in CheckOffsetsInKernelParamsFloat32() 71 static_assert(offsetof(Params, depth) == RUY_OFFSET_DEPTH, ""); in CheckOffsetsInKernelParamsFloat32() 74 static_assert(offsetof(Params, flags) == RUY_OFFSET_FLAGS, ""); in CheckOffsetsInKernelParamsFloat32() 602 static_assert(offsetof(Params, multiplier_fixedpoint) == in CheckOffsetsInKernelParams8bit() 610 static_assert(offsetof(Params, bias) == RUY_OFFSET_BIAS, ""); in CheckOffsetsInKernelParams8bit() 613 static_assert(offsetof(Params, flags) == RUY_OFFSET_FLAGS, ""); in CheckOffsetsInKernelParams8bit() [all …]
|
A D | kernel_arm64.cc | 71 static_assert(offsetof(Params, multiplier_fixedpoint) == in CheckOffsetsInKernelParams8bit() 77 static_assert(offsetof(Params, clamp_min) == RUY_OFFSET_CLAMP_MIN, ""); in CheckOffsetsInKernelParams8bit() 78 static_assert(offsetof(Params, clamp_max) == RUY_OFFSET_CLAMP_MAX, ""); in CheckOffsetsInKernelParams8bit() 79 static_assert(offsetof(Params, bias) == RUY_OFFSET_BIAS, ""); in CheckOffsetsInKernelParams8bit() 80 static_assert(offsetof(Params, lhs_sums) == RUY_OFFSET_LHS_SUMS, ""); in CheckOffsetsInKernelParams8bit() 81 static_assert(offsetof(Params, rhs_sums) == RUY_OFFSET_RHS_SUMS, ""); in CheckOffsetsInKernelParams8bit() 82 static_assert(offsetof(Params, flags) == RUY_OFFSET_FLAGS, ""); in CheckOffsetsInKernelParams8bit() 85 static_assert(offsetof(Params, last_row) == RUY_OFFSET_LAST_ROW, ""); in CheckOffsetsInKernelParams8bit() 86 static_assert(offsetof(Params, last_col) == RUY_OFFSET_LAST_COL, ""); in CheckOffsetsInKernelParams8bit() 90 static_assert(offsetof(Params, depth) == RUY_OFFSET_DEPTH, ""); in CheckOffsetsInKernelParams8bit() [all …]
|
A D | pack_arm.cc | 234 static_assert(offsetof(Params, src_ptr0) == RUY_OFFSET_SRC_PTR0, ""); in CheckOffsetsInPackParams8bit() 235 static_assert(offsetof(Params, src_ptr1) == RUY_OFFSET_SRC_PTR1, ""); in CheckOffsetsInPackParams8bit() 236 static_assert(offsetof(Params, src_ptr2) == RUY_OFFSET_SRC_PTR2, ""); in CheckOffsetsInPackParams8bit() 237 static_assert(offsetof(Params, src_ptr3) == RUY_OFFSET_SRC_PTR3, ""); in CheckOffsetsInPackParams8bit() 238 static_assert(offsetof(Params, sums_ptr) == RUY_OFFSET_SUMS_PTR, ""); in CheckOffsetsInPackParams8bit() 240 static_assert(offsetof(Params, src_inc0) == RUY_OFFSET_SRC_INC0, ""); in CheckOffsetsInPackParams8bit() 241 static_assert(offsetof(Params, src_inc1) == RUY_OFFSET_SRC_INC1, ""); in CheckOffsetsInPackParams8bit() 242 static_assert(offsetof(Params, src_inc2) == RUY_OFFSET_SRC_INC2, ""); in CheckOffsetsInPackParams8bit() 243 static_assert(offsetof(Params, src_inc3) == RUY_OFFSET_SRC_INC3, ""); in CheckOffsetsInPackParams8bit() 244 static_assert(offsetof(Params, src_rows) == RUY_OFFSET_SRC_ROWS, ""); in CheckOffsetsInPackParams8bit() [all …]
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_list.h | 24 #ifdef offsetof 25 #undef offsetof 27 #define offsetof(type, member) ((size_t)&(((type *)0)->member)) macro 37 ((type *) ((char *) (ptr) - offsetof(type, member)))
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | depthwise_conv_hybrid_3x3_filter.h | 62 static_assert(offsetof(DepthwiseConvParams, input_row_size) == 65 static_assert(offsetof(DepthwiseConvParams, output_depth) == 68 static_assert(offsetof(DepthwiseConvParams, output_row_size) == 71 static_assert(offsetof(DepthwiseConvParams, filter_row_size) == 74 static_assert(offsetof(DepthwiseConvParams, input_offset) == 77 static_assert(offsetof(DepthwiseConvParams, output_offset) == 94 static_assert(offsetof(DepthwiseConvParams, input_height) == 97 static_assert(offsetof(DepthwiseConvParams, stride_width) == 100 static_assert(offsetof(DepthwiseConvParams, stride_height) == 103 static_assert(offsetof(DepthwiseConvParams, output_width) == [all …]
|
A D | depthwise_conv_3x3_filter.h | 60 static_assert(offsetof(DepthwiseConvParams, input_row_size) == 63 static_assert(offsetof(DepthwiseConvParams, output_depth) == 66 static_assert(offsetof(DepthwiseConvParams, output_row_size) == 69 static_assert(offsetof(DepthwiseConvParams, filter_row_size) == 72 static_assert(offsetof(DepthwiseConvParams, input_offset) == 75 static_assert(offsetof(DepthwiseConvParams, output_offset) == 92 static_assert(offsetof(DepthwiseConvParams, input_height) == 95 static_assert(offsetof(DepthwiseConvParams, stride_width) == 98 static_assert(offsetof(DepthwiseConvParams, stride_height) == 101 static_assert(offsetof(DepthwiseConvParams, output_width) == [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | sys_arch.h | 71 #ifndef offsetof 72 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc.h | 56 …((struct l2cc_pdu_send_cmd*) (((uint8_t*)_pdu) - offsetof(struct l2cc_pdu_send_cmd, pdu.data.code)… 60 …((struct l2cc_pdu_recv_ind*) (((uint8_t*)_pdu) - offsetof(struct l2cc_pdu_recv_ind, pdu.data.code)…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_uint8_3x3_filter.h | 105 static_assert(offsetof(DepthwiseConvParams, output_depth) == 114 static_assert(offsetof(DepthwiseConvParams, input_offset) == 117 static_assert(offsetof(DepthwiseConvParams, output_offset) == 137 static_assert(offsetof(DepthwiseConvParams, input_height) == 140 static_assert(offsetof(DepthwiseConvParams, stride_width) == 146 static_assert(offsetof(DepthwiseConvParams, output_width) == 257 static_assert(offsetof(DepthwiseConvDotProdParams, 267 static_assert(offsetof(DepthwiseConvDotProdParams, 271 static_assert(offsetof(DepthwiseConvDotProdParams, 278 static_assert(offsetof(DepthwiseConvDotProdParams, [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ke/api/ |
A D | ke_msg.h | 97 return (struct ke_msg*) (((uint8_t*)param_ptr) - offsetof(struct ke_msg, param)); in ke_param2msg() 111 return (void*) (((uint8_t*) msg) + offsetof(struct ke_msg, param)); in ke_msg2param()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | nlraarch64.c | 62 MP_STATIC_ASSERT(offsetof(nlr_buf_t, regs) == 16); // asm assumes it in nlr_jump()
|
A D | objtype.c | 243 .meth_offset = offsetof(mp_obj_type_t, print), in instance_print() 286 .meth_offset = offsetof(mp_obj_type_t, make_new), in mp_obj_instance_make_new() 412 .meth_offset = offsetof(mp_obj_type_t, unary_op), in instance_unary_op() 540 .meth_offset = offsetof(mp_obj_type_t, binary_op), in instance_binary_op() 811 .meth_offset = offsetof(mp_obj_type_t, subscr), in instance_subscr() 846 .meth_offset = offsetof(mp_obj_type_t, call), in mp_obj_instance_get_call() 885 .meth_offset = offsetof(mp_obj_type_t, getiter), in mp_obj_instance_getiter() 909 .meth_offset = offsetof(mp_obj_type_t, buffer_p.get_buffer), in instance_get_buffer() 1267 lookup.meth_offset = offsetof(mp_obj_type_t, make_new); in super_attr()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | metadata.h | 33 #define METADATA_OFFSET(x) offsetof(Metadata, x)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 172 #ifndef offsetof 173 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/AliOS-Things-master/components/posix/include/ |
A D | dirent.h | 27 #define DIRSIZ(dp) (offsetof(struct dirent, d_name) + ((strlen((dp)->d_name) + 1 + 3) & ~3))
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_helper.h | 44 ((type *)(void *)((char *)(ptr) - offsetof(type, member)))
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.h | 45 #ifndef offsetof 46 #define offsetof(type, field) ((size_t) &((type *)0)->field) macro
|
A D | list.h | 40 ((type *)((uint8_t *)(el) - offsetof(type, member)))
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | keys.h | 74 offsetof(struct bt_keys, storage_start))
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.c | 328 offsetof(struct ieee80211_mgmt, in ieee80211_get_ssid() 356 offsetof(struct ieee80211_mgmt, in cfg80211_get_bss_channel() 606 offsetof(struct ieee80211_mgmt, in cfg80211_get_cipher_info()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_memory.h | 83 mem_p = (struct mem_element *)((size_t)objp - offsetof(struct mem_element, data)); in ksize()
|
A D | s_memory.h | 87 mem_p = (struct s_mem_element *)((size_t)objp - offsetof(struct s_mem_element, data)); in s_ksize()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/ |
A D | hci_normal.c | 217 memset(&hci_if, 0, offsetof(T_HCI_IF, proto)); in hci_if_deinit()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | spp_api.h | 97 (type *)( (char *)__mptr - offsetof(type,member) );})
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduzlib.c | 53 p -= offsetof(mp_obj_decompio_t, decomp); in read_src_stream()
|