Searched refs:void (Results 151 - 171 of 171) sorted by relevance
1234567
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_chromamc.asm | 106 ; void ff_put/avg_h264_chroma_mc8_*(uint8_t *dst /* align 8 */,
|
H A D | me_cmp.asm | 219 ; r0 = void *s = unused, int h = unused (always 8)
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 36 ; void hscale<source_width>to<intermediate_nbits>_<filterSize>_<opt>
|
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 75 ; void * data
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 831 && !($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 D | check-format.pl | 831 && !($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 D | jfdctflt-sse.asm | 55 ; GLOBAL(void)
|
H A D | jfdctfst-mmx.asm | 70 ; GLOBAL(void)
|
H A D | jfdctfst-sse2.asm | 70 ; GLOBAL(void)
|
H A D | jidctint-mmx.asm | 91 ; GLOBAL(void) 92 ; jsimd_idct_islow_mmx(void *dct_table, JCOEFPTR coef_block,
|
H A D | jidctint-sse2.asm | 91 ; GLOBAL(void) 92 ; jsimd_idct_islow_sse2(void *dct_table, JCOEFPTR coef_block,
|
H A D | jfdctint-mmx.asm | 91 ; GLOBAL(void)
|
H A D | jfdctint-sse2.asm | 91 ; GLOBAL(void)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctfst-sse2.asm | 70 ; GLOBAL(void)
|
H A D | jidctint-sse2.asm | 92 ; GLOBAL(void) 93 ; jsimd_idct_islow_sse2(void *dct_table, JCOEFPTR coef_block,
|
H A D | jfdctint-sse2.asm | 91 ; GLOBAL(void)
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 92 \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 D | keccak1600-armv8.pl | 379 mov $C[1],x1 // const void *inp
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-armv8.pl | 382 mov $C[1],x1 // const void *inp
|
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 1217 $m = \Lower_enum_value\NotAllowed::void;
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 697 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