/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshglob.c | 91 FT_Pos reference = width; 107 reference = w; 111 if ( width >= reference ) 114 if ( width < reference ) 115 width = reference; 120 if ( width > reference ) 121 width = reference; 155 FT_Int reference, delta; in psh_blues_set_zones_0() local 165 reference = read[1]; in psh_blues_set_zones_0() 174 reference = read[0]; in psh_blues_set_zones_0() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_scalar.c | 111 instance->reference.const_ptr = array_node_def; in snmp_scalar_array_get_instance() 188 instance->reference.const_ptr = result; in snmp_scalar_array_get_next_instance() 197 …node_def* array_node_def = (const struct snmp_scalar_array_node_def*)instance->reference.const_ptr; in snmp_scalar_array_get_value() 206 …node_def* array_node_def = (const struct snmp_scalar_array_node_def*)instance->reference.const_ptr; in snmp_scalar_array_set_test() 215 …node_def* array_node_def = (const struct snmp_scalar_array_node_def*)instance->reference.const_ptr; in snmp_scalar_array_set_value()
|
A D | snmp_threadsync.c | 66 struct threadsync_data *call_data = (struct threadsync_data*)instance->reference.ptr; in threadsync_get_value() 87 struct threadsync_data *call_data = (struct threadsync_data*)instance->reference.ptr; in threadsync_set_test() 109 struct threadsync_data *call_data = (struct threadsync_data*)instance->reference.ptr; in threadsync_set_value() 131 struct threadsync_data *call_data = (struct threadsync_data*)instance->reference.ptr; in threadsync_release_instance() 173 instance->reference.ptr = call_data; in do_sync()
|
A D | snmp_mib2_interfaces.c | 116 cell_instance->reference.ptr = netif; in interfaces_Table_get_cell_instance() 154 cell_instance->reference.ptr = /* (struct netif*) */state.reference; in interfaces_Table_get_next_cell_instance() 165 struct netif *netif = (struct netif*)instance->reference.ptr; in interfaces_Table_get_value() 302 struct netif *netif = (struct netif*)instance->reference.ptr; in interfaces_Table_set_value()
|
A D | snmp_table.c | 179 &instance->reference, in snmp_table_simple_get_instance() 276 &instance->reference, in snmp_table_simple_get_next_instance() 324 *dst = instance->reference.s32; in snmp_table_extract_value_from_s32ref() 332 *dst = instance->reference.u32; in snmp_table_extract_value_from_u32ref() 339 MEMCPY(value, instance->reference.const_ptr, instance->reference_len); in snmp_table_extract_value_from_refconstptr()
|
A D | snmp_core.c | 855 node_instance->reference.ptr = NULL; in snmp_get_next_node_instance_from_oid() 1144 …oid_check(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len, void* reference) in snmp_next_oid_check() argument 1157 state->reference = reference; in snmp_next_oid_check()
|
A D | snmp_mib2_ip.c | 305 … return ip_AddrTable_get_cell_value_core((struct netif*)state.reference, column, value, value_len); in ip_AddrTable_get_next_cell_instance_and_value() 477 …return ip_RouteTable_get_cell_value_core((struct netif*)state.reference, ip4_addr_isany_val(dst), … in ip_RouteTable_get_next_cell_instance_and_value() 592 …return ip_NetToMediaTable_get_cell_value_core((u8_t)(size_t)state.reference, column, value, value_… in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
A D | snmp_mib2_tcp.c | 293 …return tcp_ConnTable_get_cell_value_core((struct tcp_pcb*)state.reference, column, value, value_le… in tcp_ConnTable_get_next_cell_instance_and_value() 407 return tcp_ConnectionTable_get_cell_value_core(column, (struct tcp_pcb*)state.reference, value); in tcp_ConnectionTable_get_next_cell_instance_and_value()
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | allocator.h | 21 using reference = T&; variable 56 pointer address(reference x) const { return std::addressof(x); } in address()
|
A D | value.h | 827 using reference = const Value&; variable 864 reference operator*() const { return deref(); } 878 using reference = Value&; variable 921 reference operator*() { return deref(); }
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | README.md | 1 This directory contains reference implementations for int8 fully integer kernels.
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | snmp_core.h | 214 union snmp_variant_value reference; member 283 void* reference; member 290 …id_check(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len, void* reference);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/ |
A D | snmp_core.h | 214 union snmp_variant_value reference; member 283 void* reference; member 290 …id_check(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len, void* reference);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README.mux | 143 For a detailed Mux API reference, please refer to the header file 187 For a detailed Demux API reference, please refer to the header file 211 For a detailed AnimEncoder API reference, please refer to the header file 240 For a detailed AnimDecoder API reference, please refer to the header file
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 1825 cJSON *reference = NULL; in create_reference() local 1831 reference = cJSON_New_Item(hooks); in create_reference() 1832 if (reference == NULL) in create_reference() 1837 memcpy(reference, item, sizeof(cJSON)); in create_reference() 1838 reference->string = NULL; in create_reference() 1839 reference->type |= cJSON_IsReference; in create_reference() 1840 reference->next = reference->prev = NULL; in create_reference() 1841 return reference; in create_reference()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | BUILD | 27 "//tensorflow/lite/kernels/internal:reference",
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | json.h | 1243 typedef const Value& reference; typedef 1279 reference operator*() const { return deref(); } 1293 typedef Value& reference; typedef 1330 reference operator*() const { return deref(); }
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afcjk.c | 1353 FT_Pos reference = width; in af_cjk_snap_width() local 1370 reference = w; in af_cjk_snap_width() 1374 scaled = FT_PIX_ROUND( reference ); in af_cjk_snap_width() 1376 if ( width >= reference ) in af_cjk_snap_width() 1379 width = reference; in af_cjk_snap_width() 1384 width = reference; in af_cjk_snap_width()
|
A D | aflatin2.c | 1584 FT_Pos reference = width; in af_latin2_snap_width() local 1601 reference = w; in af_latin2_snap_width() 1605 scaled = FT_PIX_ROUND( reference ); in af_latin2_snap_width() 1607 if ( width >= reference ) in af_latin2_snap_width() 1610 width = reference; in af_latin2_snap_width() 1615 width = reference; in af_latin2_snap_width()
|
A D | aflatin.c | 1938 FT_Pos reference = width; in af_latin_snap_width() local 1955 reference = w; in af_latin_snap_width() 1959 scaled = FT_PIX_ROUND( reference ); in af_latin_snap_width() 1961 if ( width >= reference ) in af_latin_snap_width() 1964 width = reference; in af_latin_snap_width() 1969 width = reference; in af_latin_snap_width()
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 23 `Kconfig cross-reference <https://docs.zephyrproject.org/latest/reference/kconfig/index.html>`_ (no… 73 files that reference Kconfig symbols that have changed value. 180 on implementing incremental builds (rebuilding just source files that reference 326 reference. A warning is printed if the names differ. 490 … to find references to a symbol, also printing a "backtrace" with parents for each reference found. 509 …y>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproj…
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 23 `Kconfig cross-reference <https://docs.zephyrproject.org/latest/reference/kconfig/index.html>`_ (no… 73 files that reference Kconfig symbols that have changed value. 180 on implementing incremental builds (rebuilding just source files that reference 326 reference. A warning is printed if the names differ. 490 … to find references to a symbol, also printing a "backtrace" with parents for each reference found. 509 …y>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproj…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1951.txt | 196 use a reference to a duplicated string occurring in a previous block, 363 reference [1] in Chapter 5, references for additional 555 Note that a duplicated string reference may refer to a string 571 X and Y, a string reference with <length = 5, distance = 2> 776 compressed data format without reference to any particular 778 formats produced by LZ77 (Lempel-Ziv 1977, see reference [2] below); 879 reference [3], for example.
|
/AliOS-Things-master/components/trace/ |
A D | README.md | 72 …的API说明参考[SystemView用户手册](https://www.segger.com/downloads/free-utilities/UM08027) 第7章 API reference
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | README | 8 cross-platform demo programs that show how to use the libpng reference 71 coding techniques for using the libpng reference library. As a result,
|