/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_fannkuch.py | 16 perm = list(range(n)) 29 perm = perm1[:] 31 k = perm[0] 33 perm[: k + 1] = perm[k::-1] 35 k = perm[0]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gattm_task.h | 96 uint16_t perm; member 154 uint8_t perm; member 198 uint8_t perm; member 209 uint8_t perm; member 236 uint16_t perm; member 249 uint16_t perm; member 331 uint8_t perm; member 362 uint16_t perm; member
|
A D | att.h | 893 #define PERM_GET(perm, access)\ argument 894 (((perm) & (PERM_MASK_ ## access)) >> (PERM_POS_ ## access)) 901 #define PERM_IS_SET(perm, access, right) \ argument 902 (((perm) & (((PERM_RIGHT_ ## right) << (PERM_POS_ ## access))) \ 906 #define PERM_VAL(access, perm) \ argument 907 ((((perm) << (PERM_POS_ ## access))) & (PERM_MASK_ ## access))
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | attm.h | 58 uint16_t perm; member 74 uint16_t perm; member 329 uint8_t attm_att_set_permission(uint16_t handle, uint16_t perm, uint16_t ext_perm); 347 uint8_t attm_att_update_perm(uint16_t handle, uint16_t access_mask, uint16_t perm); 361 uint8_t attm_svc_set_permission(uint16_t handle, uint8_t perm); 376 uint8_t attm_svc_get_permission(uint16_t handle, uint8_t* perm);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/attm/ |
A D | attm_db.h | 57 uint16_t perm; member 96 uint8_t perm; member 326 uint8_t attmdb_att_get_permission(uint16_t handle, uint16_t* perm, uint16_t mode_mask,
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 194 uint8_t perm; /* for Characteristic Value Declaration*/ 225 uint8_t perm; member 259 .perm = _perm, \ 309 uint8_t perm; 317 uint8_t perm;
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 101 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_srvc() 116 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_char() 124 out->perm = perimt; in bt_gatts_define_gatt_char_val() 135 out->perm = GATT_PERM_READ|GATT_PERM_WRITE; in bt_gatts_define_ccc()
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | bt_gatts_adapter.c | 101 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_srvc() 118 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_char() 128 out->perm = perimt; in bt_gatts_define_gatt_char_val() 141 out->perm = GATT_PERM_READ | GATT_PERM_WRITE; in bt_gatts_define_ccc()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 101 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_srvc() 116 out->perm = GATT_PERM_READ; in bt_gatts_define_gatt_char() 124 out->perm = perimt; in bt_gatts_define_gatt_char_val() 135 out->perm = GATT_PERM_READ|GATT_PERM_WRITE; in bt_gatts_define_ccc()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | Makefile.in | 174 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 543 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 582 || find "$(distdir)" -type d ! -perm -755 \ 584 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 585 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 586 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | Makefile.in | 136 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 506 || find "$(distdir)" -type d ! -perm -755 \ 508 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 509 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 510 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | Makefile.in | 141 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 561 || find "$(distdir)" -type d ! -perm -755 \ 563 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 564 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 565 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | Makefile.in | 232 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 703 || find "$(distdir)" -type d ! -perm -755 \ 705 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 706 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 707 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | transpose.h | 51 : params.perm[i - output_ext_size] + input_ext_size; in TransposeImpl()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | Makefile.in | 260 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 761 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 765 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 775 || find "$(distdir)" -type d ! -perm -755 \ 777 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 778 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 779 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 151 u8_t perm; member 831 .perm = _perm, \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/ |
A D | Makefile.in | 367 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | Makefile.in | 370 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 374 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | Makefile.in | 370 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 374 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | Makefile.in | 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | Makefile.in | 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | Makefile.in | 371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 375 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | Makefile.in | 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 376 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/images/ |
A D | Makefile.in | 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 440 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/man/ |
A D | Makefile.in | 412 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 416 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|