/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...] |
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...] |
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...] |
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/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 size_t FN(HashTypeLength)(void) { return 4; } 23 static size_t FN(StoreLookahead)(void) { return MAX_TREE_COMP_LENGTH; } 25 static uint32_t FN(HashBytes)(const uint8_t *data) { 55 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) { 59 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) { 63 static void FN(Initialize)( 65 HashToBinaryTree* self = FN(Self)(handle); 70 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, 72 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...] |
hash_forgetful_chain_inc.h | 8 /* template parameters: FN, BUCKET_BITS, NUM_BANKS, BANK_BITS, 27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } 28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } 31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t *data) { 38 typedef struct FN(Slot) { 41 } FN(Slot); 43 typedef struct FN(Bank) { 44 FN(Slot) slots[BANK_SIZE]; 45 } FN(Bank); 52 FN(Bank) banks[NUM_BANKS] [all...] |
hash_longest_match_quickly_inc.h | 8 /* template parameters: FN, BUCKET_BITS, BUCKET_SWEEP, HASH_LEN, 18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } 19 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } 24 static uint32_t FN(HashBytes)(const uint8_t* data) { 41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) { 45 static void FN(Initialize)( 51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, 53 HashLongestMatchQuickly* self = FN(Self)(handle); 59 const uint32_t key = FN(HashBytes)(&data[i]); 71 static BROTLI_INLINE size_t FN(HashMemAllocInBytes) [all...] |
backward_references_inc.h | 8 /* template parameters: FN */ 10 static BROTLI_NOINLINE void FN(CreateBackwardReferences)( 23 const size_t store_end = num_bytes >= FN(StoreLookahead)() ? 24 position + num_bytes - FN(StoreLookahead)() + 1 : position; 34 FN(PrepareDistanceCache)(hasher, dist_cache); 36 while (position + FN(HashTypeLength)() < pos_end) { 44 if (FN(FindLongestMatch)(hasher, dictionary, dictionary_hash, 60 is_match_found = FN(FindLongestMatch)(hasher, dictionary, 70 position + FN(HashTypeLength)() < pos_end) { 89 FN(PrepareDistanceCache)(hasher, dist_cache) [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 | 152 #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 | 441 #define __BPF_FUNC_MAPPER(FN) \ 442 FN(unspec), \ 443 FN(map_lookup_elem), \ 444 FN(map_update_elem), \ 445 FN(map_delete_elem), \ 446 FN(probe_read), \ 447 FN(ktime_get_ns), \ 448 FN(trace_printk), \ 449 FN(get_prandom_u32), \ 450 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/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 | 36 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env) 70 #define UNREGISTER(FN) extern void FN(JNIEnv*); FN(env)
|