HomeSort by relevance Sort by last modified time
    Searched full:_restrict (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-common.m4 70 for ac_kw in __restrict __restrict__ _Restrict restrict; do
89 /* Work around a bug in Sun C++: it does not support _Restrict, even
91 "#define restrict _Restrict" in the previous line. Perhaps some future
92 version of Sun C++ will work with _Restrict; if so, it'll probably
95 # define _Restrict
  /external/wpa_supplicant_8/src/drivers/
driver_broadcom.c 380 int _restrict = (enabled ? 1 : 0); local
383 &_restrict, sizeof(_restrict)) < 0 ||
385 &_restrict, sizeof(_restrict)) < 0)
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 782 /* Work around a bug in Sun C++: it does not support _Restrict, even
784 "#define restrict _Restrict" in the previous line. Perhaps some future
785 version of Sun C++ will work with _Restrict; if so, it'll probably
788 # define _Restrict
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 636 Other compilers use __restrict, __restrict__, and _Restrict, and

Completed in 9072 milliseconds