HomeSort by: relevance | last modified time | path
    Searched refs:declare (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/bsd/file/dist/magic/scripts/
create_filemagic_flac 25 declare -a a_ground_fs=(16384000 22579200 24576000)
32 declare -a samplerates
50 declare -a stripped_rates
51 declare -a lines
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
math.h 40 #pragma omp begin declare variant match( \
49 #pragma omp end declare variant
time.h 25 #pragma omp begin declare variant match( \
30 #pragma omp end declare variant
complex 42 #pragma omp begin declare variant match( \
48 #pragma omp end declare variant
__clang_openmp_device_functions.h 17 #pragma omp begin declare variant match( \
40 #pragma omp end declare variant
cmath 30 #pragma omp begin declare variant match( \
76 #pragma omp end declare variant
  /src/external/gpl3/gdb/dist/gdb/contrib/
spellcheck.sh 59 declare -a grep_separators
68 declare -a sed_separators
79 declare -a grep_pre
84 declare -a sed_pre
91 declare -a grep_post
97 declare -a sed_post
268 declare -A words_done
326 declare -a re_words
442 declare -a files_matching_word
455 declare -A md5sum
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dns-rcode-func-autogen 6 declare -r version=1.1
7 declare -r script=${BASH_SOURCE[0]}
8 declare -r rcodesURL='https://www.iana.org/assignments/dns-parameters/dns-parameters-6.csv'
244 declare -r originalRCodesFile="${tempDir}/rcodesOriginal.csv"
247 declare -r rcodesFile="${tempDir}/rcodes.csv"
250 declare -r tempFile="${tempDir}/temp.csv"
dns-rr-func-autogen 6 declare -r version=1.4
7 declare -r script=${BASH_SOURCE[0]}
8 declare -r recordTypesURL='https://www.iana.org/assignments/dns-parameters/dns-parameters-4.csv'
260 declare -r originalRecordTypesFile="${tempDir}/recordTypesOriginal.csv"
263 declare -r overridesFile="${tempDir}/overrides.csv"
268 declare -r recordTypesFile="${tempDir}/recordTypes.csv"
271 declare -r tempFile="${tempDir}/temp.csv"
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpansions.h 26 void declare(StringRef Name, StringRef Expansion) { function in class:llvm::CodeExpansions
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cxxdefs.h 35 struct symtab *cxxlookup(NODE *p, int declare);
  /src/external/gpl3/gdb/dist/gdb/syscalls/
update-linux-from-src.sh 179 declare -a nums
181 declare -a abis
183 declare -a names
185 declare -A name_exists
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
pstl_config.h 67 # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd)
157 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
pstl_config.h 65 # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd)
137 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 133 os << " Perhaps you intended to declare the variable as 'static'?";
  /src/external/bsd/byacc/dist/test/
btyacc_demo.y 151 { $$ = declare($e, NULL, $t); }
152 | ID { $$ = declare($e, $1, $t); }
218 extern Decl * declare(Scope *scope, char *id, Type *type);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 27 // It's important that we declare the functions in the global namespace and pull
79 #pragma omp begin declare variant match( \
88 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
97 #pragma omp end declare variant
112 #pragma omp end declare variant
__clang_cuda_complex_builtins.h 20 #pragma omp declare target
280 #pragma omp end declare target
  /src/games/warp/
config.h.SH 42 * stdio.h. The trend seems to be to declare it as "int snprintf()". It
43 * is up to the package author to declare snprintf correctly based on the
218 * can freely declare register variables in sub-blocks of code and as
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
C4che.pm 44 We cannot declare it "my" as the loading, performed via "do", would
  /src/external/bsd/libevent/dist/
event_rpcgen.py 45 def declare(s): function
70 declare(" Created struct: %s" % name)
81 declare(" Added entry: %s" % entry.Name())
1881 declare('Reading "%s"' % filename)
1886 declare('... creating "%s"' % header_file)
1901 declare('... creating "%s"' % impl_file)
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 45 def declare(s): function
70 declare(" Created struct: %s" % name)
81 declare(" Added entry: %s" % entry.Name())
1881 declare('Reading "%s"' % filename)
1886 declare('... creating "%s"' % header_file)
1901 declare('... creating "%s"' % impl_file)
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 74 \ declare
  /src/usr.bin/xlint/lint1/
externs1.h 255 void declare(sym_t *, bool, sbuf_t *);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 165 /// could then declare:
223 Expansions.declare(I.getPatternSymbol(), I.getVariableName());
363 // Subclasses of GIDefMatchData should declare that this rule needs to pass
748 Expansions.declare(VarBinding.getName(),
751 Expansions.declare(VarBinding.getName(),

Completed in 50 milliseconds

1 2