Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c100 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 Dcontrollermap.c589 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 Dtestgamecontroller.c235 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 Dframebuf1.py17 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 DSDL_sysjoystick.c68 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 DSDL_sysjoystick_c.h35 char *mapping; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c376 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 Dtest.h406 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 Dconfiguration.proto31 // design doesn't assume a one-to-one mapping between which usecases
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig1687 /* The mapping between symbol names and symbols. */
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltconfig1687 /* The mapping between symbol names and symbols. */
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in237 # 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 Dweb_doxyfile.in237 # 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 DDoxyfile244 # 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 Dhtml.doxyfile209 # 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 DChangeLog979 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 DChangeLog3810 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 DDoxyfile-AOS312 # 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 Ddoxyfile223 # 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 DDoxyfile212 # 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 Dquickjs.c37362 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 DSDL_opengl_glext.h9377 …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 Dconfigure7906 /* The mapping between symbol names and symbols. */
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure6555 /* The mapping between symbol names and symbols. */
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure5151 /* The mapping between symbol names and symbols. */

Completed in 248 milliseconds

12