Searched refs:syms (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | enough.c | 213 if (syms == left) in count() 329 if (syms == left) { in examine() 403 local void enough(int syms) in enough() argument 472 syms = 286; in main() 490 if (max > syms - 1) in main() 491 max = syms - 1; in main() 506 syms, max); in main() 522 size = syms >> 1; in main() 546 if (max < syms - 1) in main() 552 if (syms == 2) in main() [all …]
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_udev.c | 134 _this->udev = _this->syms.udev_new(); in SDL_UDEV_Init() 174 _this->syms.udev_monitor_unref(_this->udev_mon); in SDL_UDEV_Quit() 178 _this->syms.udev_unref(_this->udev); in SDL_UDEV_Quit() 206 enumerate = _this->syms.udev_enumerate_new(_this->udev); in SDL_UDEV_Scan() 216 _this->syms.udev_enumerate_scan_devices(enumerate); in SDL_UDEV_Scan() 223 _this->syms.udev_device_unref(dev); in SDL_UDEV_Scan() 227 _this->syms.udev_enumerate_unref(enumerate); in SDL_UDEV_Scan() 409 path = _this->syms.udev_device_get_devnode(dev); in device_event() 495 action = _this->syms.udev_device_get_action(dev); in SDL_UDEV_Poll() 506 _this->syms.udev_device_unref(dev); in SDL_UDEV_Poll() [all …]
|
A D | SDL_udev.h | 106 SDL_UDEV_Symbols syms; member
|
/AliOS-Things-master/components/littlevgl/scripts/built_in_font/ |
A D | built_in_font_gen.py | 43 syms = "61441,61448,61451,61452,61453,61457,61459,61460,61461,61465,61468,61473,61478,61479,61480,6… variable 46 …o {} --force-fast-kern-format".format(compr, args.bpp, args.size, args.range[0], syms, args.output)
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 861 self.syms = {} 1084 syms = self.syms 1847 if name in self.syms: 1848 return self.syms[name] 1857 self.syms[name] = sym 3491 for sym in (self.syms.viewvalues if _IS_PY2 else self.syms.values)(): 4868 self.syms = [] 4932 for sym in self.syms: 5873 for item in choice.syms: 5879 for sym in choice.syms: [all …]
|
A D | README.rst | 568 >>> sym = kconf.syms["X86_MPPARSE"] # Look up symbol by name 593 >>> kconf.syms["64BIT"].set_value(2)
|
A D | menuconfig.py | 2429 for sym in choice.syms:
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 861 self.syms = {} 1084 syms = self.syms 1847 if name in self.syms: 1848 return self.syms[name] 1857 self.syms[name] = sym 3491 for sym in (self.syms.viewvalues if _IS_PY2 else self.syms.values)(): 4868 self.syms = [] 4932 for sym in self.syms: 5873 for item in choice.syms: 5879 for sym in choice.syms: [all …]
|
A D | README.rst | 568 >>> sym = kconf.syms["X86_MPPARSE"] # Look up symbol by name 593 >>> kconf.syms["64BIT"].set_value(2)
|
A D | menuconfig.py | 2429 for sym in choice.syms:
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 661 const xkb_keysym_t *syms; in keyboard_handle_key() local 679 if (WAYLAND_xkb_state_key_get_syms(input->xkb.state, key + 8, &syms) != 1) in keyboard_handle_key() 683 size = WAYLAND_xkb_keysym_to_utf8(syms[0], text, sizeof text); in keyboard_handle_key()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoakeyboard.m | 334 /* Set up arrays for the key syms for the left and right side. */
|
Completed in 58 milliseconds