/external/clang/test/Analysis/ |
string.c | 32 int scanf(const char *restrict format, ...); 254 char *__strcpy_chk(char *restrict s1, const char *restrict s2, size_t destlen); 261 char *strcpy(char *restrict s1, const char *restrict s2); 313 char *__stpcpy_chk(char *restrict s1, const char *restrict s2, size_t destlen); 320 char *stpcpy(char *restrict s1, const char *restrict s2); 352 char *__strcat_chk(char *restrict s1, const char *restrict s2, size_t destlen) [all...] |
/external/aac/libAACenc/src/ |
noisedet.cpp | 143 void FDKaacEnc_noiseDetect(FIXP_DBL *RESTRICT mdctSpectrum, 144 INT *RESTRICT sfbMaxScaleSpec, 146 const INT *RESTRICT sfbOffset, 147 FIXP_SGL *RESTRICT noiseFuzzyMeasure, 149 FIXP_SGL *RESTRICT sfbtonality )
|
bit_cnt.cpp | 109 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, 185 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, 256 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, 311 static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, 361 static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, 408 static void FDKaacEnc_count11(const SHORT *RESTRICT values, 449 static void FDKaacEnc_countEsc(const SHORT *RESTRICT values, 451 INT *RESTRICT bitCount) 491 typedef void (*COUNT_FUNCTION)(const SHORT *RESTRICT values, 493 INT *RESTRICT bitCount) [all...] |
line_pe.h | 130 void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT peChanData, 131 const FIXP_DBL *RESTRICT sfbEnergyLdData, 132 const FIXP_DBL *RESTRICT sfbThresholdLdData,
|
spreading.cpp | 94 const FIXP_DBL *RESTRICT maskLowFactor, 95 const FIXP_DBL *RESTRICT maskHighFactor, 96 FIXP_DBL *RESTRICT pbSpreadEnergy)
|
/external/clang/test/CodeGen/ |
xcore-stringtype.c | 45 extern const volatile int* volatile restrict const 46 eQ(const volatile int * volatile restrict const); 47 const volatile int* volatile restrict const 48 gQ(const volatile int * volatile restrict const i) {return eQ(i);} 88 int A4[3][2], int A5[const volatile restrict static 2]) {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 92 extern void *mempcpy (void *restrict __dest, void const *restrict __src, 136 extern char *stpcpy (char *restrict __dst, char const *restrict __src); 151 extern char *stpncpy (char *restrict __dst, char const *restrict __src, 316 extern char *strsep (char **restrict __stringp, char const *restrict __delim); 403 extern char *strtok_r (char *restrict s, char const *restrict delim [all...] |
/external/aac/libSBRenc/src/ |
tran_det.cpp | 231 static FIXP_DBL addHighbandEnergies(FIXP_DBL **RESTRICT Energies, /*!< input */ 234 UCHAR *RESTRICT freqBandTable, 370 calculateThresholds(FIXP_DBL **RESTRICT Energies, 371 INT *RESTRICT scaleEnergies, 372 FIXP_DBL *RESTRICT thresholds, 453 extractTransientCandidates(FIXP_DBL **RESTRICT Energies, 454 INT *RESTRICT scaleEnergies, 455 FIXP_DBL *RESTRICT thresholds, 456 FIXP_DBL *RESTRICT transients, 467 FIXP_DBL *RESTRICT pEnergiesTemp = EnergiesTemp [all...] |
/external/kernel-headers/original/uapi/sound/ |
asequencer.h | 379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */ 380 #define SNDRV_SEQ_REMOVE_DEST_CHANNEL (1<<3) /* Restrict by channel */ 381 #define SNDRV_SEQ_REMOVE_TIME_BEFORE (1<<4) /* Restrict to before time */ 382 #define SNDRV_SEQ_REMOVE_TIME_AFTER (1<<5) /* Restrict to time or after */ 384 #define SNDRV_SEQ_REMOVE_EVENT_TYPE (1<<7) /* Restrict to event type */ 386 #define SNDRV_SEQ_REMOVE_TAG_MATCH (1<<9) /* Restrict to events with given tag */
|
/ndk/sources/android/support/src/stdio/ |
vfwprintf.c | 381 int vfwprintf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) 400 int vswprintf(wchar_t *restrict s, size_t l, const wchar_t *restrict fmt, va_list ap) 415 int vfwprintf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/ |
asequencer.h | 379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */ 380 #define SNDRV_SEQ_REMOVE_DEST_CHANNEL (1<<3) /* Restrict by channel */ 381 #define SNDRV_SEQ_REMOVE_TIME_BEFORE (1<<4) /* Restrict to before time */ 382 #define SNDRV_SEQ_REMOVE_TIME_AFTER (1<<5) /* Restrict to time or after */ 384 #define SNDRV_SEQ_REMOVE_EVENT_TYPE (1<<7) /* Restrict to event type */ 386 #define SNDRV_SEQ_REMOVE_TAG_MATCH (1<<9) /* Restrict to events with given tag */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asequencer.h | 379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */ 380 #define SNDRV_SEQ_REMOVE_DEST_CHANNEL (1<<3) /* Restrict by channel */ 381 #define SNDRV_SEQ_REMOVE_TIME_BEFORE (1<<4) /* Restrict to before time */ 382 #define SNDRV_SEQ_REMOVE_TIME_AFTER (1<<5) /* Restrict to time or after */ 384 #define SNDRV_SEQ_REMOVE_EVENT_TYPE (1<<7) /* Restrict to event type */ 386 #define SNDRV_SEQ_REMOVE_TAG_MATCH (1<<9) /* Restrict to events with given tag */
|
/external/chromium_org/components/nacl/browser/ |
nacl_file_host.cc | 30 // Restrict PNaCl file lengths to reduce likelyhood of hitting bugs 188 // Restrict character set of the file name to something really simple 204 // Prepend the prefix to restrict files to a whitelisted set.
|
/external/chromium_org/third_party/sqlite/src/tool/ |
genfkey.README | 48 are supported: "RESTRICT" (the default), "CASCADE" and "SET NULL". SQLite 50 and "RESTRICT" is used instead. 52 RESTRICT: Attempting to update or delete a row in the parent table so
|
/external/clang/test/Sema/ |
format-strings.c | 10 int fprintf(FILE *, const char *restrict, ...); 11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}} 12 int snprintf(char *restrict, size_t, const char *restrict, ...); 13 int sprintf(char *restrict, const char *restrict, ...); 16 int vfprintf(FILE *, const char *restrict, va_list); 17 int vprintf(const char *restrict, va_list); 19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here} [all...] |
/external/deqp/doc/testspecs/GLES31/ |
functional.image_load_store.txt | 33 + Basic sanity case for "restrict" 101 The "restrict" case does image loading and storing similar to that in the 103 "restrict". This is mainly a sanity case to see that the keyword is properly
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
opj_includes.h | 115 #define restrict __restrict__ macro 117 #define restrict /* restrict */ macro
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/ |
strings.xml | 36 <string name="current_app_limits_description">Your app can restrict its content based on these
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/res/values/ |
strings.xml | 36 <string name="current_app_limits_description">Your app can restrict its content based on these
|
/development/samples/browseable/AppRestrictions/res/values/ |
strings.xml | 36 <string name="current_app_limits_description">Your app can restrict its content based on these
|
/development/samples/training/threadsample/ |
AndroidManifest.xml | 57 The attribute "android:exported" must be set to "false" to restrict this content
|
/external/bison/lib/ |
signal.in.h | 418 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, 419 struct sigaction *restrict)); 427 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, 428 struct sigaction *restrict));
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
readsamplesjoint.inc | 61 OI_INT32 * RESTRICT s = common->subdata;
|
synthesis-dct8.c | 82 PRIVATE void float_dct2_8(float * RESTRICT out, OI_INT32 const *RESTRICT in) 209 PRIVATE void dct2_8(SBC_BUFFER_T * RESTRICT out, OI_INT32 const *RESTRICT in)
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_service_unittest.cc | 188 EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value)); 193 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value)); 242 EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value)); 247 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
|