HomeSort by relevance Sort by last modified time
    Searched refs:FN (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
Models.h 35 #define FOR_EACH_TEST_MODEL(FN) \
36 FN(add_broadcast_quant8) \
37 FN(add) \
38 FN(add_quant8) \
39 FN(avg_pool_float_1) \
40 FN(avg_pool_float_2) \
41 FN(avg_pool_float_3) \
42 FN(avg_pool_float_4) \
43 FN(avg_pool_float_5) \
44 FN(avg_pool_quant8_1)
    [all...]
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
Models.h 36 #define FOR_EACH_TEST_MODEL(FN) \
37 FN(add) \
38 FN(add_broadcast_quant8) \
39 FN(add_quant8) \
40 FN(add_relaxed) \
41 FN(avg_pool_float_1) \
42 FN(avg_pool_float_1_relaxed) \
43 FN(avg_pool_float_2) \
44 FN(avg_pool_float_2_relaxed) \
45 FN(avg_pool_float_3)
    [all...]
  /external/mksh/src/
emacsfn.h 23 #define FN(cname,sname,flags) static int x_##cname(int);
25 #define FN(cname,sname,flags) XFUNC_##cname,
28 #define FN(cname,sname,flags) { x_##cname, sname, flags },
32 #define F0 FN
36 FN(beg_hist, "beginning-of-history", 0)
37 FN(cls, "clear-screen", 0)
38 FN(comment, "comment", 0)
39 FN(comp_comm, "complete-command", 0)
40 FN(comp_file, "complete-file", 0)
41 FN(comp_list, "complete-list", 0
    [all...]
rlimits.opt 24 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
36 FN("time(cpu-seconds)", RLIMIT_CPU, 1
39 FN("file(blocks)", RLIMIT_FSIZE, 512
42 FN("coredump(blocks)", RLIMIT_CORE, 512
45 FN("data(KiB)", RLIMIT_DATA, 1024
48 FN("stack(KiB)", RLIMIT_STACK, 1024
51 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024
54 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
57 FN("processes", RLIMIT_NPROC, 1
60 FN("swap(KiB)", RLIMIT_SWAP, 102
    [all...]
exprtok.h 25 #define FN(name, len, prec, enum) /* nothing */
29 #define FN(name, len, prec, enum) enum,
34 #define FN(name, len, prec, enum) name,
37 #define FN(name, len, prec, enum) len,
40 #define FN(name, len, prec, enum) prec,
45 #define F0 FN
56 FN("++", 2, P_PRIMARY, O_PLUSPLUS = 0) /* before + */
57 FN("--", 2, P_PRIMARY, O_MINUSMINUS) /* before - */
59 FN("==", 2, P_EQUALITY, O_EQ) /* before = */
60 FN("!=", 2, P_EQUALITY, O_NE) /* before ! *
    [all...]
var_spec.h 23 #define FN(name) /* nothing */
25 #define FN(name) V_##name,
29 #define FN(name) #name,
33 #define F0 FN
36 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
42 FN(BASHPID)
44 FN(BEGINLIBPATH)
46 FN(COLUMNS)
48 FN(ENDLIBPATH)
50 FN(EPOCHREALTIME
    [all...]
sh_flags.gen 26 #define FN(sname,cname,flags,ochar) cname,
29 #define FN(sname,cname,flags,ochar) ((const char *)(&shoptione_ ## cname)) + 2,
32 #define F0 FN
36 FN("bgnice", FBGNICE, OF_ANY, 0)
38 FN("braceexpand", FBRACEEXPAND, OF_ANY, 0)
40 FN("emacs", FEMACS, OF_ANY, 0)
42 FN("errexit", FERREXIT, OF_ANY, 'e')
44 FN("gmacs", FGMACS, OF_ANY, 0)
46 FN("ignoreeof", FIGNOREEOF, OF_ANY, 0)
47 FN("inherit-xtrace", FXTRACEREC, OF_ANY, 0
    [all...]
sh_flags.opt 24 #define FN(sname,cname,flags,ochar) cname,
27 #define FN(sname,cname,flags,ochar) ((const char *)(&shoptione_ ## cname)) + 2,
48 FN("bgnice", FBGNICE, OF_ANY
52 FN("braceexpand", FBRACEEXPAND, OF_ANY
56 FN("emacs", FEMACS, OF_ANY
60 FN("errexit", FERREXIT, OF_ANY
64 FN("gmacs", FGMACS, OF_ANY
68 FN("ignoreeof", FIGNOREEOF, OF_ANY
72 FN("inherit-xtrace", FXTRACEREC, OF_ANY
76 FN("interactive", FTALKING, OF_CMDLIN
    [all...]
rlimits.gen 26 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
29 #define F0 FN
32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't')
35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f')
38 FN("coredump(blocks)", RLIMIT_CORE, 512, 'c')
41 FN("data(KiB)", RLIMIT_DATA, 1024, 'd')
44 FN("stack(KiB)", RLIMIT_STACK, 1024, 's')
47 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024, 'l')
50 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n')
53 FN("processes", RLIMIT_NPROC, 1, 'p'
    [all...]
  /external/brotli/c/enc/
bit_cost.c 21 #define FN(X) X ## Literal
23 #undef FN
25 #define FN(X) X ## Command
27 #undef FN
29 #define FN(X) X ## Distance
31 #undef FN
cluster.h 30 #define FN(X) X ## Literal
32 #undef FN
34 #define FN(X) X ## Command
36 #undef FN
38 #define FN(X) X ## Distance
40 #undef FN
histogram_inc.h 12 typedef struct FN(Histogram) {
16 } FN(Histogram);
18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) {
24 static BROTLI_INLINE void FN(ClearHistograms)(
25 FN(Histogram)* array, size_t length) {
27 for (i = 0; i < length; ++i) FN(HistogramClear)(array + i);
30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) {
35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self
    [all...]
cluster.c 40 #define FN(X) X ## Literal
42 #undef FN
44 #define FN(X) X ## Command
46 #undef FN
48 #define FN(X) X ## Distance
50 #undef FN
histogram.h 25 #define FN(X) X ## Literal
31 #undef FN
33 #define FN(X) X ## Command
38 #undef FN
40 #define FN(X) X ## Distance
45 #undef FN
hash_to_binary_tree_inc.h 8 /* template parameters: FN, BUCKET_BITS, MAX_TREE_COMP_LENGTH,
22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; }
23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) {
27 static uint32_t FN(HashBytes)(const uint8_t *data) {
57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) {
61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) {
65 static void FN(Initialize)(
67 HashToBinaryTree* self = FN(Self)(handle);
72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
74 HashToBinaryTree* self = FN(Self)(handle)
    [all...]
hash_longest_match64_inc.h 8 /* template parameters: FN */
19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; }
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; }
23 static BROTLI_INLINE uint32_t FN(HashBytes)(const uint8_t *data,
54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
58 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) {
62 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) {
63 return (uint32_t*)(&FN(Num)(self)[self->bucket_size_]);
66 static void FN(Initialize)(
69 HashLongestMatch* self = FN(Self)(handle)
    [all...]
hash_longest_match_inc.h 8 /* template parameters: FN */
19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; }
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; }
23 static uint32_t FN(HashBytes)(const uint8_t *data, const int shift) {
50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
54 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) {
58 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) {
59 return (uint32_t*)(&FN(Num)(self)[self->bucket_size_]);
62 static void FN(Initialize)(
65 HashLongestMatch* self = FN(Self)(handle)
    [all...]
  /external/clang/test/Lexer/
ms-compatibility.c 4 #define FN(x) L#x
6 void *v1 = FN(aaa);
  /external/clang/test/Preprocessor/
include-directive2.c 14 #define FN limits.h>
15 #include <FN
  /bionic/libc/kernel/uapi/linux/
bpf.h 226 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_id), FN(skb_store_bytes), FN(l3_csum_replace), FN(l4_csum_replace), FN(tail_call (…)
    [all...]
  /external/kernel-headers/original/uapi/linux/
bpf.h 681 #define __BPF_FUNC_MAPPER(FN) \
682 FN(unspec), \
683 FN(map_lookup_elem), \
684 FN(map_update_elem), \
685 FN(map_delete_elem), \
686 FN(probe_read), \
687 FN(ktime_get_ns), \
688 FN(trace_printk), \
689 FN(get_prandom_u32), \
690 FN(get_smp_processor_id),
    [all...]
  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 15 const char *FN;
24 FN = argv[1];
25 truncate(FN, 0);
31 FILE *F = lprofOpenFileEx(FN);
33 fprintf(stderr, "Can not open file %s from child\n", FN);
51 F = lprofOpenFileEx(FN);
53 fprintf(stderr, "Can not open file %s from parent\n", FN);
  /external/iproute2/include/uapi/linux/
bpf.h 587 #define __BPF_FUNC_MAPPER(FN) \
588 FN(unspec), \
589 FN(map_lookup_elem), \
590 FN(map_update_elem), \
591 FN(map_delete_elem), \
592 FN(probe_read), \
593 FN(ktime_get_ns), \
594 FN(trace_printk), \
595 FN(get_prandom_u32), \
596 FN(get_smp_processor_id),
    [all...]
  /external/clang/test/SemaCXX/
exceptions-seh.cpp 28 template <void FN()>
31 FN();
43 template <typename T, T FN()>
45 return FN();
  /libcore/luni/src/main/native/
Register.cpp 38 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env)
73 #define UNREGISTER(FN) extern void FN(JNIEnv*); FN(env)

Completed in 1863 milliseconds

1 2 3 4 5 6 7