Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 207) sorted by relevance

123456789

/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_hexiom.py109 def next_cell_max_neighbors(self, pos): argument
160 def __init__(self, pos, id, links): argument
201 def contains_pos(self, pos): argument
204 def get_by_pos(self, pos): argument
225 def constraint_pass(pos, last_move=None): argument
308 def find_moves(pos, strategy, order): argument
324 def play_move(pos, move): argument
329 def print_pos(pos, output): argument
363 def solved(pos, output, verbose=False): argument
433 def check_valid(pos): argument
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dwpabuf.h103 u8 *pos = NULL; in wpabuf_put_u8() local
112 u8 *pos = NULL; in wpabuf_put_le16() local
121 u8 *pos = NULL; in wpabuf_put_le32() local
130 u8 *pos = NULL; in wpabuf_put_be16() local
139 u8 *pos = NULL; in wpabuf_put_be24() local
148 u8 *pos = NULL; in wpabuf_put_be32() local
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dnbpatch_io.c7 int ota_patch_read(unsigned long src, unsigned char *buffer, unsigned long pos, unsigned long size) in ota_patch_read()
25 int ota_patch_write(unsigned long dst, unsigned char *buffer, unsigned long pos, unsigned long size) in ota_patch_write()
49 unsigned long pos = 0; in ota_patch_new_data() local
75 unsigned long pos = 0; in ota_load_new_data() local
/AliOS-Things-master/components/uvoice/media/
A Duvoice_fade.c11 int *pos, int scope, int channels) in fade_out_proc_8bit()
40 int *pos, int scope, int channels) in fade_in_proc_8bit()
77 int *pos, int scope, int channels) in fade_out_proc_16bit()
106 int *pos, int scope, int channels) in fade_in_proc_16bit()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_reader_inl_utils.h116 const int pos = br->bits_; in VP8GetBit() local
143 const int pos = br->bits_; in VP8GetSigned() local
164 const int pos = br->bits_; in VP8GetBitAlt() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Ddlist.h232 #define list_for_each(pos, head) \ argument
240 #define list_for_each_prev(pos, head) \ argument
250 #define list_for_each_safe(pos, n, head) \ argument
260 #define list_for_each_entry(pos, head, member, type) \ argument
272 #define list_for_each_entry_safe(pos, n, head, member, type) \ argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dprintf.c39 size_t pos = len; in longlong_to_string() local
73 size_t pos = len; in longlong_to_octalstring() local
91 size_t pos = len; in longlong_to_hexstring() local
108 size_t pos = 0; in exponent_to_string() local
140 size_t pos = 0; in double_to_string() local
252 size_t pos = 0; in double_to_hexstring() local
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_list.h153 #define core_list_next_entry(pos, member, type) \ argument
163 #define core_list_for_each_entry(pos, head, member, type) \ argument
176 #define core_list_for_each_entry_safe(pos, n, head, member, type) \ argument
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduheapq.c41 STATIC void uheapq_heap_siftdown(mp_obj_list_t *heap, mp_uint_t start_pos, mp_uint_t pos) { in uheapq_heap_siftdown()
56 STATIC void uheapq_heap_siftup(mp_obj_list_t *heap, mp_uint_t pos) { in uheapq_heap_siftup()
/AliOS-Things-master/components/cli/src/
A Dcli_console.c46 dlist_t *pos; in remove_cli_console_from_list() local
68 dlist_t *pos; in cli_console_check_is_in_list() local
91 dlist_t *pos; in get_alive_console_num() local
330 dlist_t *pos; in cli_console_remove_task_list_node() local
356 dlist_t *pos; in cli_console_check_task_list_node() local
382 dlist_t *pos; in cli_console_clear_task_list() local
715 dlist_t *pos; in cli_console_show_cmd() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_stretch.c81 int pos, inc; in generate_rowbytes() local
180 int pos, inc; in DEFINE_COPY_ROW() local
208 int pos, inc; in SDL_SoftStretch() local
/AliOS-Things-master/components/freetype/src/base/
A Dftapi.c57 FT_ULong pos ) in FT_Seek_Stream()
82 FT_ULong pos, in FT_Read_Stream_At()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_list.h118 #define dlist_for_each(pos, head) \ argument
128 #define dlist_for_each_safe(pos, n, head) \ argument
176 #define dlist_for_each_entry_reverse(pos, head, member, type) \ argument
366 #define list_for_each_entry(pos, head, member, type) \ argument
369 #define list_for_each_entry_safe(pos, n, head, member, type) \ argument
375 #define list_next_entry(pos, member, type) \ argument
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUrl.cc78 std::string::size_type pos = 0; in fromString() local
160 std::string::size_type pos = 0, prevpos = 0; in setAuthority() local
218 auto pos = userInfo.find(':'); in setUserInfo() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c217 size_t pos = hash % map->alloc; in mp_map_lookup() local
325 size_t pos = hash % set->alloc; in mp_set_lookup() local
387 for (size_t pos = 0; pos < set->alloc; pos++) { in mp_set_remove_first() local
A Dobjstringio.h35 mp_uint_t pos; member
/AliOS-Things-master/components/oss/src/http/
A DUrl.cc102 std::string::size_type pos = 0; in fromString() local
216 std::string::size_type pos = 0, prevpos = 0; in setAuthority() local
293 auto pos = userInfo.find(':'); in setUserInfo() local
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_mem_stats.c225 module_mem_t *pos = NULL; in _create_mem_table() local
251 module_mem_t *pos = NULL, *tmp = NULL; in _find_mem_table() local
306 module_mem_t *pos = NULL; in _count_malloc_internal() local
376 module_mem_t *pos = NULL; in _count_free_internal() local
394 OS_malloc_record *pos; in LITE_malloc_internal() local
492 OS_malloc_record *pos; in LITE_free_internal() local
588 OS_malloc_record *pos; in LITE_dump_malloc_free_stats() local
A Dinfra_json_parser.c43 char *pos = NULL; in json_get_object() local
198 char *pos = 0, *key = 0, *val = 0; in json_parse_name_value() local
376 char *pos = 0, *key = 0, *val = 0; in _LITE_json_keys_of() local
488 char *pos = 0, *key = 0, *val = 0; in _LITE_json_keys_of_ext() local
723 char *pos = src; in _json_value_by_arrname() local
776 json_key_t *pos, *tmp; in LITE_json_keys_release() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Diowin32.c241 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx()
269 LARGE_INTEGER pos; in win32_tell_file_func() local
293 LARGE_INTEGER pos; in win32_tell64_file_func() local
333 LARGE_INTEGER pos; in win32_seek_file_func() local
372 LARGE_INTEGER pos; in win32_seek64_file_func() local
/AliOS-Things-master/components/debug/src/
A Ddebug_print.c90 size_t pos = len; in longlong_to_string() local
145 size_t pos = len; in longlong_to_hexstring() local
171 size_t pos = 0; in exponent_to_string() local
208 size_t pos = 0; in double_to_string() local
317 size_t pos = 0; in double_to_hexstring() local
/AliOS-Things-master/components/freetype/src/lzw/
A Dftlzw.c79 FT_ULong pos; /* position in output */ member
241 FT_ULong pos, in ft_lzw_file_io()
336 FT_ULong pos, in ft_lzw_stream_io()
/AliOS-Things-master/components/kv/src/
A Dkv.c95 uint32_t pos = (blk_idx << KV_BLOCK_SIZE_BITS) + KV_STATE_OFFSET; in kv_set_block_state() local
115 static int32_t kv_set_item_state(kv_size_t pos, uint8_t state) in kv_set_item_state()
131 kv_size_t pos = (blk_idx << KV_BLOCK_SIZE_BITS); in kv_block_format() local
478 kv_size_t pos; in kv_item_store() local
738 kv_size_t pos; in kv_item_traverse() local
/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_reversed.py35 def __getitem__(self, pos): argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_stream.cxx135 ios::pos_type pos = os->tellp(); in _tiffosWriteProc() local
300 ios::pos_type pos = os->tellp(); in _tiffosSizeProc() local
314 ios::pos_type pos = data->stream->tellg(); in _tiffisSizeProc() local

Completed in 32 milliseconds

123456789