Searched refs:pack2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c829 LLVMValueRef (*pack2)(struct gallivm_state *gallivm, local in function:lp_build_pack
844 pack2 = &lp_build_pack2;
846 pack2 = &lp_build_packs2;
864 tmp[i] = pack2(gallivm, src_type, tmp_type,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c829 LLVMValueRef (*pack2)(struct gallivm_state *gallivm, local in function:lp_build_pack
844 pack2 = &lp_build_pack2;
846 pack2 = &lp_build_packs2;
864 tmp[i] = pack2(gallivm, src_type, tmp_type,
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp946 (setq pack2 (make-package "PACKAGE-2" :nicknames '("PACK-2" "PACK2") :use '("PACK1")))
947 (equal-test (list pack2) #'package-used-by-list pack1)
948 (equal-test (list pack1) #'package-use-list pack2)
950 (eq-test pack2 #'symbol-package 'pack2::test)

Completed in 6 milliseconds