/third_party/ffmpeg/libavformat/ |
H A D | iff.c | 27 * for more information on the .iff file format, visit: 355 IffDemuxContext *iff = s->priv_data; in read_dst_frame() local 363 if (chunk_pos >= iff->body_end) in read_dst_frame() 367 data_size = iff->is_64bit ? avio_rb64(pb) : avio_rb32(pb); in read_dst_frame() 376 iff->body_pos = avio_tell(pb) - (iff->is_64bit ? 12 : 8); in read_dst_frame() 377 iff->body_size = iff->body_end - iff->body_pos; in read_dst_frame() 391 if (chunk_pos >= iff in read_dst_frame() 419 IffDemuxContext *iff = s->priv_data; iff_read_header() local 835 IffDemuxContext *iff = s->priv_data; iff_read_packet() local [all...] |
H A D | Makefile | 259 OBJS-$(CONFIG_IFF_DEMUXER) += iff.o
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_sweep.c | 64 sweep_if(nir_shader *nir, nir_if *iff) in sweep_if() argument 66 ralloc_steal(nir, iff); in sweep_if() 68 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) { in sweep_if() 72 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) { in sweep_if()
|
H A D | nir_opt_move.c | 72 const nir_if *iff = nir_block_get_following_if(block); in nir_opt_move_block() local 73 const nir_instr *if_cond_instr = iff ? iff->condition.parent_instr : NULL; in nir_opt_move_block()
|
/third_party/ffmpeg/tests/fate/ |
H A D | pcm.mak | 1 FATE_SAMPLES_PCM-$(call DEMDEC, WAV, PCM_U8) += fate-iff-pcm 2 fate-iff-pcm: CMD = md5 -i $(TARGET_SAMPLES)/iff/Bells -f s16le -af aresample
|
H A D | video.mak | 183 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-byterun1 184 fate-iff-byterun1: CMD = framecrc -i $(TARGET_SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 -vf scale 186 FATE_IFF-$(call ENCDEC, PCM_S16LE EIGHTSVX_FIB, PCM_S16LE IFF, ARESAMPLE_FILTER) += fate-iff-fibonacci 187 fate-iff-fibonacci: CMD = md5 -i $(TARGET_SAMPLES)/iff/dasboot-in-compressed -f s16le -af aresample 189 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-ilbm 190 fate-iff-ilbm: CMD = framecrc -i $(TARGET_SAMPLES)/iff/lms-matriks.ilbm -pix_fmt rgb24 -vf scale 193 fate-iff [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 334 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); in calc_blend_result() local 335 casefactory.emit(iff); in calc_blend_result() 336 casefactory.instructions = &iff->then_instructions; in calc_blend_result() 393 casefactory.instructions = &iff->else_instructions; in calc_blend_result()
|
H A D | ir_reader.cpp | 490 ir_if *iff = new(mem_ctx) ir_if(condition); in read_if() local 492 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if() 493 read_instructions(&iff->else_instructions, s_else, loop_ctx); in read_if() 495 delete iff; in read_if() 496 iff = NULL; in read_if() 498 return iff; in read_if()
|
/third_party/libabigail/tests/ |
H A D | runtestfedabipkgdiff.py.in | 111 This function returns True iff all comparison specified by
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 89 # Expand ARG iff yyerror is to be given a location as argument. 902 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 677 times ((last_branch_adr-$)>>31)+1 rep ; times 1 iff $ == last_branch_adr. 1115 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
|
/third_party/ffmpeg/libavcodec/ |
H A D | Makefile | 432 OBJS-$(CONFIG_IFF_ILBM_DECODER) += iff.o
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4212 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined 4231 % @ifclear VAR ... @end executes the `...' iff VAR has never been
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 3911 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |
H A D | tsserverlibrary.js | 3930 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |
H A D | typescript.js | 3921 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |
H A D | typescriptServices.js | 3921 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |
H A D | tsserver.js | 3931 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3946 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode [all...] |