Home
last modified time | relevance | path

Searched defs:slice (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Dspi.js42 return Array.prototype.slice.call(new Uint8Array(this.spiInstance.read(bytes))); method in Array
49 …return Array.prototype.slice.call(new Uint8Array(this.spiInstance.sendRecv(byteArrayToArrayBuffer(… method in Array
A Di2c.js41 return Array.prototype.slice.call(new Uint8Array(this.i2cInstance.read(bytes))); method in Array
55 return Array.prototype.slice.call(new Uint8Array(this.i2cInstance.readReg(memaddr, bytes))); method in Array
/AliOS-Things-master/components/posix/include/
A Dsched.h25 uint64_t slice; /* time slice in SCHED_RR mode (ms) */ member
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c322 aos_status_t aos_task_time_slice_set(aos_task_t *task, uint32_t slice) in aos_task_time_slice_set()
331 aos_status_t aos_task_time_slice_get(aos_task_t *task, uint32_t *slice) in aos_task_time_slice_get()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dflash.c28 int slice = num > offset1 ? (num-offset1) % 8 : 0; in bes_flash_memcpy() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dsequence.c48 bool mp_seq_get_fast_slice_indexes(mp_uint_t len, mp_obj_t slice, mp_bound_slice_t *indexes) { in mp_seq_get_fast_slice_indexes()
A Dobjstrunicode.c186 mp_obj_slice_t *slice = MP_OBJ_TO_PTR(index); in str_subscr() local
A Dobjlist.c167 mp_bound_slice_t slice; in list_subscr() local
189 mp_bound_slice_t slice; in list_subscr() local
A Dobjrange.c169 mp_bound_slice_t slice; in range_subscr() local
A Dobjtuple.c190 mp_bound_slice_t slice; in mp_obj_tuple_subscr() local
A Dobjarray.c430 mp_bound_slice_t slice; in array_subscr() local
A Dobj.h1013 #define mp_seq_replace_slice_no_grow(dest, dest_len, beg, end, slice, slice_len, item_sz) \ argument
1018 #define mp_seq_replace_slice_grow_inplace(dest, dest_len, beg, end, slice, slice_len, len_adj, item… argument
A Dobjstr.c433 mp_bound_slice_t slice; in bytes_subscr() local
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dmodbus.js207 return { rtu: Array.prototype.slice.call(new Uint8Array(buffRtu)) } method in rtu
/AliOS-Things-master/kernel/rhino/
A Dk_mm_debug.c206 uint32_t slice = 0; in dump_kmm_mblk_info() local
A Dk_task.c1070 kstat_t krhino_task_time_slice_set(ktask_t *task, size_t slice) in krhino_task_time_slice_set()
/AliOS-Things-master/components/posix/src/
A Dpthread.c351 unsigned int slice = 0; in pthread_getschedparam() local
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c42 int slice = num > offset1 ? (num-offset1) % 8 : 0; in my_memcpy() local
/AliOS-Things-master/components/SDL2/src/render/psp/
A DSDL_render_psp.c541 const float slice = 64.0f; in PSP_QueueCopy() local
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message.c124 int res = 0, start = 0, end = 0, slice = 0; in dm_msg_uri_parse_pkdn() local
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js20 …[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function…

Completed in 44 milliseconds