/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/ |
A D | lib.mk | 24 archive-custom-valid := $(filter $(archive-custom), $(archive-y)) 34 archive-y := $(filter-out $(archive-custom-valid), $(archive-y)) 44 … $(filter-out $(archive-src-y) $(archive-custom-valid), $(obj-y)) $(foreach m, $(archive-src-y) $(… 71 ifneq ($(filter $(archive-custom), $(multi-objs-archive)),) 135 archive-custom-valid := $(addprefix $(obj)/,$(archive-custom-valid))
|
A D | build.mk | 20 archive-custom := 21 archive-custom-valid := 177 archive-custom-target := 180 archive-src-target += $(archive-custom-valid) 182 archive-custom-target := $(addprefix $(srctree)/$(src)/lib/,$(notdir $(archive-custom-valid))) 185 …ildextra-y) $(buildsubdir-y) $(lst_target) $(archive-src-target) $(archive-custom-target) $(always)
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 802 FFCUSTOMFORCE *custom = NULL; in SDL_SYS_ToFFEFFECT() local 1025 hap_custom = &src->custom; in SDL_SYS_ToFFEFFECT() 1027 if (custom == NULL) { in SDL_SYS_ToFFEFFECT() 1033 custom->cChannels = hap_custom->channels; in SDL_SYS_ToFFEFFECT() 1035 custom->cSamples = hap_custom->samples; in SDL_SYS_ToFFEFFECT() 1036 custom->rglForceData = in SDL_SYS_ToFFEFFECT() 1037 SDL_malloc(sizeof(LONG) * custom->cSamples * custom->cChannels); in SDL_SYS_ToFFEFFECT() 1042 dest->lpvTypeSpecificParams = custom; in SDL_SYS_ToFFEFFECT() 1085 FFCUSTOMFORCE *custom; in SDL_SYS_HapticFreeFFEFFECT() local 1094 SDL_free(custom->rglForceData); in SDL_SYS_HapticFreeFFEFFECT() [all …]
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_dinputhaptic.c | 614 DICUSTOMFORCE *custom; in SDL_SYS_ToDIEFFECT() local 832 hap_custom = &src->custom; in SDL_SYS_ToDIEFFECT() 834 if (custom == NULL) { in SDL_SYS_ToDIEFFECT() 840 custom->cChannels = hap_custom->channels; in SDL_SYS_ToDIEFFECT() 842 custom->cSamples = hap_custom->samples; in SDL_SYS_ToDIEFFECT() 843 custom->rglForceData = in SDL_SYS_ToDIEFFECT() 844 SDL_malloc(sizeof(LONG) * custom->cSamples * custom->cChannels); in SDL_SYS_ToDIEFFECT() 849 dest->lpvTypeSpecificParams = custom; in SDL_SYS_ToDIEFFECT() 890 DICUSTOMFORCE *custom; in SDL_SYS_HapticFreeDIEFFECT() local 899 SDL_free(custom->rglForceData); in SDL_SYS_HapticFreeDIEFFECT() [all …]
|
/AliOS-Things-master/components/mbedtls/platform/yoc/include/ |
A D | README.txt | 5 this target. They can be used as a basis for custom configurations. 25 Note that the second method also works if you want to keep your custom
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | audio_microfrontend.h | 23 namespace custom {
|
A D | audio_microfrontend_test.cc | 31 namespace custom { namespace
|
A D | audio_microfrontend.cc | 24 namespace custom { namespace
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | variable_ops.h | 23 namespace custom {
|
A D | custom_ops_register.h | 22 namespace custom {
|
A D | gru_cell.h | 24 namespace custom {
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ctr_drbg.c | 85 const unsigned char *custom, in mbedtls_ctr_drbg_seed_entropy_len() argument 110 if( ( ret = mbedtls_ctr_drbg_reseed( ctx, custom, len ) ) != 0 ) in mbedtls_ctr_drbg_seed_entropy_len() 120 const unsigned char *custom, in mbedtls_ctr_drbg_seed() argument 123 return( mbedtls_ctr_drbg_seed_entropy_len( ctx, f_entropy, p_entropy, custom, len, in mbedtls_ctr_drbg_seed()
|
A D | hmac_drbg.c | 204 const unsigned char *custom, in mbedtls_hmac_drbg_seed() argument 246 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, custom, len ) ) != 0 ) in mbedtls_hmac_drbg_seed()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | TODO | 9 o Write documentation on how do extend tags, and how the custom field
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-porting.md | 26 want to create a custom SDL_config.h for your platform. Edit SDL_config.h, 27 add a section for your platform, and create a custom SDL_config_{platform}.h,
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 138 const unsigned char *custom,
|
A D | ctr_drbg.h | 179 const unsigned char *custom,
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 3 - use custom printf to avoid C library compatibility issues 15 - use custom timezone support to avoid C library compatibility issues
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jconfig.vc | 19 /* Define "boolean" as unsigned char, not enum, per Windows custom */
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 14 but that would take more custom routines, and it's not that important to me.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pngwin.rc | 18 custom changes made to the library."
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 818 SDL_HapticCustom custom; /**< Custom effect. */ member
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/ |
A D | Kconfig | 78 Use a custom settings storage back-end.
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 546 clazz = cmap_classes->custom; in T1_Face_Init()
|
/AliOS-Things-master/components/ble_host/bt_host/ |
A D | Kconfig | 33 Select a custom, non-HCI based stack. If you're not sure what
|