/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 100 char *mapping; member 1409 for (mapping = s_pSupportedControllers; mapping; mapping = mapping->next) { in SDL_GameControllerNumMappings() 1426 for (mapping = s_pSupportedControllers; mapping; mapping = mapping->next) { in SDL_GameControllerMappingForIndex() 1437 …needed = SDL_strlen(pchGUID) + 1 + SDL_strlen(mapping->name) + 1 + SDL_strlen(mapping->mapping) + … in SDL_GameControllerMappingForIndex() 1443 … SDL_snprintf(pMappingString, needed, "%s,%s,%s", pchGUID, mapping->name, mapping->mapping); in SDL_GameControllerMappingForIndex() 1459 if (mapping) { in SDL_GameControllerMappingForGUID() 1464 …needed = SDL_strlen(pchGUID) + 1 + SDL_strlen(mapping->name) + 1 + SDL_strlen(mapping->mapping) + … in SDL_GameControllerMappingForGUID() 1470 SDL_snprintf(pMappingString, needed, "%s,%s,%s", pchGUID, mapping->name, mapping->mapping); in SDL_GameControllerMappingForGUID() 1631 if (mapping) { in SDL_GameControllerMappingForDeviceIndex() 1638 …needed = SDL_strlen(pchGUID) + 1 + SDL_strlen(mapping->name) + 1 + SDL_strlen(mapping->mapping) + … in SDL_GameControllerMappingForDeviceIndex() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | controllermap.c | 589 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 590 SDL_strlcat(mapping, trimmed_name, SDL_arraysize(mapping)); in WatchJoystick() 591 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 592 SDL_strlcat(mapping, "platform:", SDL_arraysize(mapping)); in WatchJoystick() 594 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 615 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 625 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 635 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 657 SDL_strlcat(mapping, ":", SDL_arraysize(mapping)); in WatchJoystick() 686 SDL_strlcat(mapping, pszElement, SDL_arraysize(mapping)); in WatchJoystick() [all …]
|
A D | testgamecontroller.c | 235 char *mapping = SDL_GameControllerMappingForIndex(i); in main() local 236 if (mapping) { in main() 237 SDL_Log("\t%s\n", mapping); in main() 238 SDL_free(mapping); in main()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf1.py | 17 for mapping in maps.keys(): 20 fbuf = framebuf.FrameBuffer(buf, w, h, mapping) 21 print(maps[mapping])
|
/AliOS-Things-master/components/SDL2/src/joystick/emscripten/ |
A D | SDL_sysjoystick.c | 68 item->mapping = SDL_strdup(gamepadEvent->mapping); in Emscripten_JoyStickConnected() 69 if ( item->mapping == NULL ) { in Emscripten_JoyStickConnected() 153 SDL_free(item->mapping); in Emscripten_JoyStickDisconnected() 167 SDL_free(item->mapping); in EMSCRIPTEN_JoystickQuit()
|
A D | SDL_sysjoystick_c.h | 35 char *mapping; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8l_dec.c | 376 int* mapping = NULL; in ReadHuffmanCodes() local 407 mapping = (int*)WebPSafeMalloc(num_htree_groups_max, sizeof(*mapping)); in ReadHuffmanCodes() 408 if (mapping == NULL) { in ReadHuffmanCodes() 414 memset(mapping, 0xff, num_htree_groups_max * sizeof(*mapping)); in ReadHuffmanCodes() 417 int* const mapped_group = &mapping[huffman_image[i]]; in ReadHuffmanCodes() 460 const int is_bogus = (mapping != NULL && mapping[i] == -1); in ReadHuffmanCodes() 463 &htree_groups[(mapping == NULL) ? i : mapping[i]]; in ReadHuffmanCodes() 525 WebPSafeFree(mapping); in ReadHuffmanCodes()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | test.h | 406 void* mapping = 409 RUY_CHECK_NE(mapping, MAP_FAILED); 411 munmap(static_cast<char*>(mapping) + rounded_buffer_size, page_size); 416 std::memset(mapping, 0, rounded_buffer_size); 420 static_cast<void*>(static_cast<char*>(mapping) + buffer_offset); 436 void* mapping = reinterpret_cast<void*>(p_addr & ~(page_size - 1)); 437 int ret = munmap(mapping, rounded_buffer_size);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 31 // design doesn't assume a one-to-one mapping between which usecases
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltconfig | 1687 /* The mapping between symbol names and symbols. */
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltconfig | 1687 /* The mapping between symbol names and symbols. */
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 237 # A mapping has the form "name=value". For example adding "class=itcl::class" 272 # extension. Doxygen has a built-in mapping, but you can override or extend it 1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
A D | web_doxyfile.in | 237 # A mapping has the form "name=value". For example adding "class=itcl::class" 272 # extension. Doxygen has a built-in mapping, but you can override or extend it 1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 244 # A mapping has the form "name=value". For example adding "class=itcl::class" 279 # extension. Doxygen has a built-in mapping, but you can override or extend it 1616 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 209 # A mapping has the form "name=value". For example adding 243 # Doxygen has a built-in mapping, but you can override or extend it using this
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 979 95ecccf6 only apply color-mapping for alpha on the cropped area 1484 4c82284d Updated the near-lossless level mapping. 2825 1f803f64 Merge "Tune alpha quality mapping to more reasonable values." 2826 1267d498 Tune alpha quality mapping to more reasonable values.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3810 mapping, resulting in mapping flag even with dummy mapping functions 3811 that returned 0 whilst at the same time the mapping tif_size wasn't 7544 1) I improved the gamut-mapping function in tif_luv.c for imaginary
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 312 # extension. Doxygen has a built-in mapping, but you can override or extend it 1902 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 223 # Doxygen has a built-in mapping, but you can override or extend it using this tag.
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 212 # Doxygen has a built-in mapping, but you can override or extend it using this
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 37362 int done, mapping; in js_array_from() local 37364 mapping = FALSE; in js_array_from() 37377 mapping = 1; in js_array_from() 37402 if (mapping) { in js_array_from() 37435 if (mapping) { in js_array_from() 51078 int done, mapping; in js_typed_array_from() local 51080 mapping = FALSE; in js_typed_array_from() 51093 mapping = 1; in js_typed_array_from() 51135 if (mapping) { in js_typed_array_from()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl_glext.h | 9377 …OC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum component… 9379 …YP PFNGLFINALCOMBINERINPUTNVPROC) (GLenum variable, GLenum input, GLenum mapping, GLenum component… 9391 …tNV (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum component… 9393 GLAPI void APIENTRY glFinalCombinerInputNV (GLenum variable, GLenum input, GLenum mapping, GLenum c…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 7906 /* The mapping between symbol names and symbols. */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 6555 /* The mapping between symbol names and symbols. */
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 5151 /* The mapping between symbol names and symbols. */
|