Home
last modified time | relevance | path

Searched refs:new_flags (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx_file.c54 int new_flags = 0; in MP_VFS_LFSx() local
57 new_flags = LFSx_MACRO(_O_RDONLY); in MP_VFS_LFSx()
60 new_flags = LFSx_MACRO(_O_WRONLY) | LFSx_MACRO(_O_CREAT) | LFSx_MACRO(_O_TRUNC); in MP_VFS_LFSx()
63 new_flags = LFSx_MACRO(_O_WRONLY) | LFSx_MACRO(_O_CREAT) | LFSx_MACRO(_O_EXCL); in MP_VFS_LFSx()
66 new_flags = LFSx_MACRO(_O_WRONLY) | LFSx_MACRO(_O_CREAT) | LFSx_MACRO(_O_APPEND); in MP_VFS_LFSx()
80 if (new_flags) { in MP_VFS_LFSx()
84 flags = new_flags; in MP_VFS_LFSx()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3446 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3452 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3498 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3504 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3551 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3557 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3604 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3610 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3657 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
3663 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c67707 duk_small_uint_t new_flags; local
67906 new_flags |= DUK_PROPDESC_FLAG_ENUMERABLE;
67939 new_flags |= DUK_PROPDESC_FLAG_WRITABLE;
67942 new_flags |= DUK_PROPDESC_FLAG_ENUMERABLE;
67955 if (new_flags == DUK_PROPDESC_FLAGS_WEC) {
68249 new_flags = curr.flags;
68253 new_flags |= DUK_PROPDESC_FLAG_ENUMERABLE;
68255 new_flags &= ~DUK_PROPDESC_FLAG_ENUMERABLE;
68267 new_flags |= DUK_PROPDESC_FLAG_WRITABLE;
68269 new_flags &= ~DUK_PROPDESC_FLAG_WRITABLE;
[all …]

Completed in 260 milliseconds