/kernel/linux/linux-6.6/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 160 function print_table(tbl,name,fmt,n) 162 print "const insn_attr_t " name " = {" 271 semantic_error("No escaped name")
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_lookup.c | 192 if (nla_put_string(skb, NFTA_LOOKUP_SET, priv->set->name)) in nft_lookup_dump() 259 .name = "lookup",
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | proc.c | 69 for (i = 0; sctp_snmp_list[i].name; i++) in sctp_snmp_seq_show() 70 seq_printf(seq, "%-32s\t%ld\n", sctp_snmp_list[i].name, in sctp_snmp_seq_show()
|
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 219 int evBitmask, const char *name) in checkFdSet() 224 notifyCurl(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 218 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
H A D | lib530.c | 247 int evBitmask, const char *name) in checkFdSet() 253 result = socket_action(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 245 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxenc.c | 249 .p.name = "aptx", 271 .p.name = "aptx_hd",
|
H A D | mpegvideo_xvmc.c | 352 .name = "mpeg1_xvmc", 366 .name = "mpeg2_xvmc",
|
H A D | mscc.c | 255 .p.name = "mscc", 268 .p.name = "srgc",
|
H A D | mvcdec.c | 259 .p.name = "mvc1", 273 .p.name = "mvc2",
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 183 { .name = "help", .has_arg = 0, .flag = NULL, .val = 'h' }, in f2fs_parse_options() 184 { .name = NULL, .has_arg = 0, .flag = NULL, .val = 0 } in f2fs_parse_options()
|
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 94 #define GET(name, reg) static inline __device__ uint3 name() {\
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_afirsrc.c | 285 .name = "default", 292 .name = "afirsrc",
|
H A D | vf_blend_init.h | 78 #define BLEND_NORMAL(name, type) \ 79 static void blend_normal_##name(const uint8_t *_top, ptrdiff_t top_linesize, \
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 26 #define BLEND_FUNC(name, opt) \ 27 void ff_blend_##name##_##opt(const uint8_t *top, ptrdiff_t top_linesize, \
|
/third_party/ffmpeg/libavformat/ |
H A D | mmf.c | 301 .name = "mmf", 313 .name = "mmf",
|
H A D | apm.c | 205 .name = "apm", 307 .name = "apm",
|
H A D | au.c | 233 .name = "au", 335 .name = "au",
|
H A D | concat.c | 199 .name = "concat", 309 .name = "concatf",
|
H A D | img2enc.c | 174 av_log(s, AV_LOG_ERROR, "Cannot write more than one file with the same name. Are you missing the -update option or a sequence pattern?\n"); in write_packet() 272 .name = "image2", 288 .name = "image2pipe",
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 41 #define PUT_FUNC(name, fmt, type, expr) \ 42 static void put_sample_ ## name(void **data, enum AVSampleFormat sample_fmt,\
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 69 "version %d.%d.%d.\n", device, version->name, in drm_device_create() 306 .name = "DRM",
|
H A D | tx_priv.h | 73 .name = TX_FN_NAME_STR(fn, suffix), \ 178 const char *name; /* Codelet name, for debugging */ member
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.h | 18 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its 334 // If set, the uniform block with the given name will be changed to be backed by 336 void setAutoPushConstantBlock(const char* name, unsigned int maxSize, TLayoutPacking packing) { in setAutoPushConstantBlock() argument 337 autoPushConstantBlockName = name; in setAutoPushConstantBlock()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_altivec.c | 102 #define FUNC(name) name ## _altivec
|
/third_party/backends/backend/ |
H A D | epson2.h | 64 #define DEVICE_NAME_LEN (16) /* length of device name in extended status */ 297 char *name; member 310 char *name; member
|