Searched refs:commas (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | xbmenc.c | 34 int i, j, l, commas, ret, size, linesize, lineout, rowsout; in xbm_encode_frame() local 38 commas = avctx->height * linesize; in xbm_encode_frame() 44 rowsout = (commas + lineout - 1) / lineout; in xbm_encode_frame() 60 if (--commas <= 0) { in xbm_encode_frame()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
H A D | 056-macro-argument-with-comma.c | 1 #define bar with,embedded,commas
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 1472 parse_input/server1.req.commas.sha256: server1.key 1630 server1.commas.crt: server1.key parse_input/server1.req.commas.sha256 $(test_ca_crt) $(test_ca_key_file_rsa) 1631 $(MBEDTLS_CERT_WRITE) request_file=parse_input/server1.req.commas.sha256 issuer_crt=$(test_ca_crt) issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) version=1 not_before=20190210144406 not_after=20290210144406 md=SHA1 version=3 output_file=$@ 1638 all_final += server1.crt server1.noauthid.crt parse_input/server1.crt.der server1.commas.crt server1.hashsymbol.crt server1.spaces.crt server1.asciichars.crt
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 187 One parameter can be of multiple kinds, separated by commas. 290 \item \attr{name} - kind name, an arbitrary string without commas (',') used
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7800 % cross-references. The @node line might or might not have commas, and 8508 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
|
Completed in 14 milliseconds