Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 64) sorted by relevance

123

/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dlib.mk24 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 Dbuild.mk20 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 DSDL_syshaptic.c802 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 DSDL_dinputhaptic.c614 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 DREADME.txt5 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 Daudio_microfrontend.h23 namespace custom {
A Daudio_microfrontend_test.cc31 namespace custom { namespace
A Daudio_microfrontend.cc24 namespace custom { namespace
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dvariable_ops.h23 namespace custom {
A Dcustom_ops_register.h22 namespace custom {
A Dgru_cell.h24 namespace custom {
/AliOS-Things-master/components/mbedtls/library/
A Dctr_drbg.c85 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 Dhmac_drbg.c204 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 DTODO9 o Write documentation on how do extend tags, and how the custom field
/AliOS-Things-master/components/SDL2/docs/
A DREADME-porting.md26 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 Dhmac_drbg.h138 const unsigned char *custom,
A Dctr_drbg.h179 const unsigned char *custom,
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO3 - 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 Djconfig.vc19 /* 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 DREADME.Tiffile14 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 Dpngwin.rc18 custom changes made to the library."
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h818 SDL_HapticCustom custom; /**< Custom effect. */ member
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/
A DKconfig78 Use a custom settings storage back-end.
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c546 clazz = cmap_classes->custom; in T1_Face_Init()
/AliOS-Things-master/components/ble_host/bt_host/
A DKconfig33 Select a custom, non-HCI based stack. If you're not sure what

Completed in 27 milliseconds

123