Home
last modified time | relevance | path

Searched refs:void (Results 151 - 171 of 171) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/x86/
H A Dh264_chromamc.asm106 ; void ff_put/avg_h264_chroma_mc8_*(uint8_t *dst /* align 8 */,
H A Dme_cmp.asm219 ; r0 = void *s = unused, int h = unused (always 8)
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm36 ; void hscale<source_width>to<intermediate_nbits>_<filterSize>_<opt>
/third_party/lzma/Asm/x86/
H A DAesOpt.asm75 ; void * data
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
/third_party/openssl/util/
H A Dcheck-format.pl831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-sse.asm55 ; GLOBAL(void)
H A Djfdctfst-mmx.asm70 ; GLOBAL(void)
H A Djfdctfst-sse2.asm70 ; GLOBAL(void)
H A Djidctint-mmx.asm91 ; GLOBAL(void)
92 ; jsimd_idct_islow_mmx(void *dct_table, JCOEFPTR coef_block,
H A Djidctint-sse2.asm91 ; GLOBAL(void)
92 ; jsimd_idct_islow_sse2(void *dct_table, JCOEFPTR coef_block,
H A Djfdctint-mmx.asm91 ; GLOBAL(void)
H A Djfdctint-sse2.asm91 ; GLOBAL(void)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctfst-sse2.asm70 ; GLOBAL(void)
H A Djidctint-sse2.asm92 ; GLOBAL(void)
93 ; jsimd_idct_islow_sse2(void *dct_table, JCOEFPTR coef_block,
H A Djfdctint-sse2.asm91 ; GLOBAL(void)
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex92 \item[\Type{void~*}next] Private to \Prog{libunwind}. Must not be used
94 \item[\Type{void~*}prev] Private to \Prog{libunwind}. Must not be used
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-armv8.pl379 mov $C[1],x1 // const void *inp
/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-armv8.pl382 mov $C[1],x1 // const void *inp
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php1217 $m = \Lower_enum_value\NotAllowed::void;
/third_party/ltp/scripts/
H A Dcheckpatch.pl697 qr{void},
4111 # void (*store_gdt)(x86_descr_ptr *);
4599 "Bad function definition - $1() should probably be $1(void)\n" . $herecurr) &&
4601 $fixed[$fixlinenr] =~ s/(\b($Type)\s+($Ident))\s*\(\s*\)/$2 $3(void)/;
5428 # unnecessary return in a void function
5437 "void function return statements are not generally useful\n" . $hereprev);
6941 $1 ne "void") {

Completed in 26 milliseconds

1234567