/third_party/mksh/ |
D | emacsfn.h | 23 #define FN(cname,sname,flags) static int x_##cname(int); macro 25 #define FN(cname,sname,flags) XFUNC_##cname, macro 28 #define FN(cname,sname,flags) { x_##cname, sname, flags }, macro 32 #define F0 FN 37 FN(beg_hist, "beginning-of-history", 0) 38 FN(cls, "clear-screen", 0) 39 FN(comment, "comment", 0) 40 FN(comp_comm, "complete-command", 0) 41 FN(comp_file, "complete-file", 0) 42 FN(comp_list, "complete-list", 0) [all …]
|
D | exprtok.h | 25 #define FN(name,len,prec,enum) /* nothing */ macro 29 #define FN(name,len,prec,enum) enum, macro 34 #define FN(name,len,prec,enum) name, macro 37 #define FN(name,len,prec,enum) len, macro 40 #define FN(name,len,prec,enum) prec, macro 45 #define F0 FN 57 FN("--", 2, P_PRIMARY, O_MINUSMINUS) /* before - */ 59 FN("==", 2, P_EQUALITY, O_EQ) /* before = */ 60 FN("!=", 2, P_EQUALITY, O_NE) /* before ! */ 62 FN("=", 1, P_ASSIGN, O_ASN) [all …]
|
D | var_spec.h | 23 #define FN(name) /* nothing */ macro 25 #define FN(name) V_##name, macro 29 #define FN(name) #name, macro 33 #define F0 FN 42 FN(BASHPID) 44 FN(BEGINLIBPATH) 46 FN(COLUMNS) 48 FN(ENDLIBPATH) 50 FN(EPOCHREALTIME) 52 FN(HISTFILE) [all …]
|
D | 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 …]
|
D | rlimits.opt | 26 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid), 38 FN("time(cpu-seconds)", RLIMIT_CPU, 1 41 FN("file(blocks)", RLIMIT_FSIZE, 512 44 FN("coredump(blocks)", RLIMIT_CORE, 512 47 FN("data(KiB)", RLIMIT_DATA, 1024 50 FN("stack(KiB)", RLIMIT_STACK, 1024 53 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024 56 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1 59 FN("processes", RLIMIT_NPROC, 1 62 FN("swap(KiB)", RLIMIT_SWAP, 1024 [all …]
|
D | 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_CMDLINE [all …]
|
D | 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 …]
|
/third_party/ltp/include/lapi/ |
D | bpf.h | 321 #define __BPF_FUNC_MAPPER(FN) \ argument 322 FN(unspec), \ 323 FN(map_lookup_elem), \ 324 FN(map_update_elem), \ 325 FN(map_delete_elem), \ 326 FN(probe_read), \ 327 FN(ktime_get_ns), \ 328 FN(trace_printk), \ 329 FN(get_prandom_u32), \ 330 FN(get_smp_processor_id), \ [all …]
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 5491 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ argument 5492 FN(unspec, 0, ##ctx) \ 5493 FN(map_lookup_elem, 1, ##ctx) \ 5494 FN(map_update_elem, 2, ##ctx) \ 5495 FN(map_delete_elem, 3, ##ctx) \ 5496 FN(probe_read, 4, ##ctx) \ 5497 FN(ktime_get_ns, 5, ##ctx) \ 5498 FN(trace_printk, 6, ##ctx) \ 5499 FN(get_prandom_u32, 7, ##ctx) \ 5500 FN(get_smp_processor_id, 8, ##ctx) \ [all …]
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function 31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function 38 typedef struct FN(Slot) { typedef 41 } FN(Slot); 43 typedef struct FN(Bank) { typedef 44 FN(Slot) slots[BANK_SIZE]; 45 } FN(Bank); 67 static uint32_t* FN(Addr)(void* extra) { in FN() function 71 static uint16_t* FN(Head)(void* extra) { in FN() function [all …]
|
D | histogram_inc.h | 12 typedef struct FN(Histogram) { typedef 16 } FN(Histogram); 18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() function 24 static BROTLI_INLINE void FN(ClearHistograms)( in FN() function 25 FN(Histogram)* array, size_t length) { in FN() 27 for (i = 0; i < length; ++i) FN(HistogramClear)(array + i); in FN() 30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() function 35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() function 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() function 43 const FN(Histogram)* v) { in FN() [all …]
|
D | hash_rolling_inc.h | 17 static const uint32_t FN(kRollingHashMul32) = 69069; 18 static const uint32_t FN(kInvalidPos) = 0xffffffff; 23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function 28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() function 32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in FN() function 34 return (uint32_t)(factor * state + FN(HashByte)(add)); in FN() 37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in FN() function 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in FN() 54 static void FN(Initialize)( in FN() function [all …]
|
D | hash_to_binary_tree_inc.h | 22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function 27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function 57 static void FN(Initialize)( in FN() function 67 static void FN(Prepare) in FN() function 81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function 91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() function 97 static BROTLI_INLINE size_t FN(RightChildIndex)( in FN() function 113 static BROTLI_INLINE BackwardMatch* FN(StoreAndFindMatches)( in FN() function 123 const uint32_t key = FN(HashBytes)(&data[cur_ix_masked]); in FN() [all …]
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function 31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function 38 typedef struct FN(Slot) { typedef 41 } FN(Slot); 43 typedef struct FN(Bank) { typedef 44 FN(Slot) slots[BANK_SIZE]; 45 } FN(Bank); 67 static uint32_t* FN(Addr)(void* extra) { in FN() function 71 static uint16_t* FN(Head)(void* extra) { in FN() function [all …]
|
D | histogram_inc.h | 12 typedef struct FN(Histogram) { typedef 16 } FN(Histogram); 18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() function 24 static BROTLI_INLINE void FN(ClearHistograms)( in FN() function 25 FN(Histogram)* array, size_t length) { in FN() 27 for (i = 0; i < length; ++i) FN(HistogramClear)(array + i); in FN() 30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() function 35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() function 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() function 43 const FN(Histogram)* v) { in FN() [all …]
|
D | hash_rolling_inc.h | 17 static const uint32_t FN(kRollingHashMul32) = 69069; 18 static const uint32_t FN(kInvalidPos) = 0xffffffff; 23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function 28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() function 32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in FN() function 34 return (uint32_t)(factor * state + FN(HashByte)(add)); in FN() 37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in FN() function 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in FN() 54 static void FN(Initialize)( in FN() function [all …]
|
D | hash_to_binary_tree_inc.h | 22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function 23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function 27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function 57 static void FN(Initialize)( in FN() function 67 static void FN(Prepare) in FN() function 81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function 91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() function 97 static BROTLI_INLINE size_t FN(RightChildIndex)( in FN() function 113 static BROTLI_INLINE BackwardMatch* FN(StoreAndFindMatches)( in FN() function 123 const uint32_t key = FN(HashBytes)(&data[cur_ix_masked]); in FN() [all …]
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/ |
D | lcov.info | 3 FN:7,MuteStream 4 FN:29,(anonymous_2) 5 FN:33,(anonymous_3) 6 FN:44,onPipe 7 FN:55,getIsTTY 8 FN:63,setIsTTY 9 FN:73,(anonymous_7) 10 FN:80,(anonymous_8) 11 FN:87,(anonymous_9) 12 FN:92,(anonymous_10) [all …]
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j69.api3.gz | 12;ICU4J 69.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j68.api3.gz |
|
D | icu4j67.api3.gz |
|
D | icu4j66.api3.gz |
|
D | icu4j62.api3.gz |
|
D | icu4j65.api3.gz | 12;ICU4J 65.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j61.api3.gz |
|