Home
last modified time | relevance | path

Searched defs:restrict (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/include/
Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawnp.c8 char *const argv[restrict], char *const envp[restrict]) in posix_spawnp()
Dposix_spawn.c167 char *const argv[restrict], char *const envp[restrict]) in posix_spawn()
/third_party/musl/src/process/
Dposix_spawnp.c7 char *const argv[restrict], char *const envp[restrict]) in posix_spawnp()
Dposix_spawn.c166 char *const argv[restrict], char *const envp[restrict]) in posix_spawn()
/third_party/gstreamer/gstreamer/gst/
Dgstmacros.h47 # define restrict __restrict__ macro
/third_party/skia/gn/
Dpush_to_android.py15 restrict = [] if serial == 'auto' else ['-s', serial] variable
/third_party/flutter/skia/gn/
Dpush_to_android.py15 restrict = [] if serial == 'auto' else ['-s', serial] variable
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h231 # define restrict /* empty */ macro
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h231 # define restrict /* empty */ macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h231 # define restrict /* empty */ macro
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec()
/third_party/musl/src/regex/
Dregexec.c997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.h70 #define restrict __restrict macro
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/comp/
Dstruct-packing.comp.json576 "restrict" : true, boolean
584 "restrict" : true, boolean
/third_party/tzdata/
Dprivate.h384 # define restrict /* empty */ macro
/third_party/gettext/gettext-runtime/
Dconfig.h1808 #define restrict __restrict__ macro
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto135 optional bool restrict = 38; field
/third_party/glslang/glslang/Include/
DTypes.h599 bool restrict : 1; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.c36 #define restrict __restrict__ macro
38 #define restrict __restrict macro
40 #define restrict /* no op */ macro